From 81b8f20732954c4508baf2f77472b5435e3f851f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Sep 2022 11:10:11 +0100 Subject: gentoo auto-resync : 14:09:2022 - 11:10:10 --- virtual/wine/Manifest | 4 ++-- virtual/wine/wine-0-r10.ebuild | 24 ++++++++++++++++++++++++ virtual/wine/wine-0-r7.ebuild | 26 -------------------------- virtual/wine/wine-0-r8.ebuild | 25 ------------------------- virtual/wine/wine-0-r9.ebuild | 25 +++++++++++++++++++++++++ 5 files changed, 51 insertions(+), 53 deletions(-) create mode 100644 virtual/wine/wine-0-r10.ebuild delete mode 100644 virtual/wine/wine-0-r7.ebuild delete mode 100644 virtual/wine/wine-0-r8.ebuild create mode 100644 virtual/wine/wine-0-r9.ebuild (limited to 'virtual/wine') diff --git a/virtual/wine/Manifest b/virtual/wine/Manifest index 5b459871a5f9..e8a55fe76b70 100644 --- a/virtual/wine/Manifest +++ b/virtual/wine/Manifest @@ -1,3 +1,3 @@ -EBUILD wine-0-r7.ebuild 786 BLAKE2B f001da539be2b56d39d06b825c691f5de07c0d7468e059b3fc1fb54f4580a50f749b82306fe5b696e2e0b7009fbd278a9a4756d19c1d6f9a38e10020e9586500 SHA512 433b8fb67d592384a933b2c5f35f2185a2c3e69e1d77a320d7879071e02f73ca430c3b5f24ea769a43a30f5539b99b61a7b225f0b9abccafd026a66dde26d1d8 -EBUILD wine-0-r8.ebuild 876 BLAKE2B bc08d9f18c69a6faaeec3fa7765432cc5c2c5570b6ecf3239d54f3171a1a0bec2b42e6852e17161024a305d1f5f3375dec7aca229658b187d2ff7bb82c98bc64 SHA512 795cca53a677961b8d89b632f3eb4df026a85a89745bc37c09da859a1788f2ea601b1bfe50541a946aaf2b293034d82d5c45adbc094ea79ff621ff9a0bbe6d3d +EBUILD wine-0-r10.ebuild 856 BLAKE2B a9f7e1f3961939331ddb93c46fb77c093adcf79c3219e7cc99c8d5a83da2cca8b78a593a653196e2c813a38390a37edcf8f64c57e6a8996245705b4f698cc073 SHA512 5be1b9e008e393b1989a0190956cb8d0d280fa39ce2ec1e5c8c314c60bdb931f3423062c69cf776e228a8cc4136e8911efbf4b99fdeb5b84a20f03895d37a3de +EBUILD wine-0-r9.ebuild 766 BLAKE2B 956be41b072ca63715ed4d3b78864e9bf2a3682270e11a580ab3023d1b0a07030a581c1048cfe9d90d042cb2b102ef755597dc1944029e14a32461deca4f69c8 SHA512 c5c31f630e8cca8dd9e18e328eb0e7d30d34ee36c3f9e7dd7acb3c8e8b6f659acabb92c05ce5e92cf755657649d7814472f88c438f1b52f6beb7b5169c240bec MISC metadata.xml 616 BLAKE2B 22b029cdf55e61e52458293426c955ebb59a6a0700da25edc0af97980a8143e01c9db583c5e07df91760fc1e75127ddab557f287cd0bf82c36aaf4a61df49a7b SHA512 30bc536caf5cbef33a24e3b08dc208d67c61f8712bb39325a812afc5577511c5d73250299ae59701eba6f43a201a47669155633e48ec0962e3d1cb9acfb95ce5 diff --git a/virtual/wine/wine-0-r10.ebuild b/virtual/wine/wine-0-r10.ebuild new file mode 100644 index 000000000000..8b239c870d42 --- /dev/null +++ b/virtual/wine/wine-0-r10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+abi_x86_32 +abi_x86_64 proton staging" +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" + +# Note, the ordering here is intentional, to take advantage of the short-circuit +# logic of portage, to enforce wine-vanilla as default for new users. The idea +# behind this is that some USE flags may pull in 3rd-party patchsets, so default +# of vanilla prevents that. +RDEPEND=" + proton? ( app-emulation/wine-proton ) + staging? ( app-emulation/wine-staging[staging(+)] ) + || ( + app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=] + app-emulation/wine-proton[abi_x86_32=,abi_x86_64=] + app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] + )" diff --git a/virtual/wine/wine-0-r7.ebuild b/virtual/wine/wine-0-r7.ebuild deleted file mode 100644 index 18cacfaec222..000000000000 --- a/virtual/wine/wine-0-r7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+abi_x86_32 +abi_x86_64 staging" - -REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" - -# Note, the ordering here is intentional, to take advantage of the short-circuit -# logic of portage, to enforce wine-vanilla as default for new users. The idea -# behind this is that some USE flags may pull in 3rd-party patchsets, so default -# of vanilla prevents that. -RDEPEND=" - staging? ( || ( - app-emulation/wine-staging[staging] - ) ) - || ( - app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=] - app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] - ) - !app-emulation/wine:0" diff --git a/virtual/wine/wine-0-r8.ebuild b/virtual/wine/wine-0-r8.ebuild deleted file mode 100644 index af40db7eedf9..000000000000 --- a/virtual/wine/wine-0-r8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+abi_x86_32 +abi_x86_64 proton staging" -REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" - -# Note, the ordering here is intentional, to take advantage of the short-circuit -# logic of portage, to enforce wine-vanilla as default for new users. The idea -# behind this is that some USE flags may pull in 3rd-party patchsets, so default -# of vanilla prevents that. -RDEPEND=" - proton? ( app-emulation/wine-proton ) - staging? ( app-emulation/wine-staging[staging] ) - || ( - app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=] - app-emulation/wine-proton[abi_x86_32=,abi_x86_64=] - app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] - ) - !app-emulation/wine:0" diff --git a/virtual/wine/wine-0-r9.ebuild b/virtual/wine/wine-0-r9.ebuild new file mode 100644 index 000000000000..b46e61f831a1 --- /dev/null +++ b/virtual/wine/wine-0-r9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for Wine that supports multiple variants and slotting" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="+abi_x86_32 +abi_x86_64 staging" + +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" + +# Note, the ordering here is intentional, to take advantage of the short-circuit +# logic of portage, to enforce wine-vanilla as default for new users. The idea +# behind this is that some USE flags may pull in 3rd-party patchsets, so default +# of vanilla prevents that. +RDEPEND=" + staging? ( || ( + app-emulation/wine-staging[staging(+)] + ) ) + || ( + app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=] + app-emulation/wine-staging[abi_x86_32=,abi_x86_64=] + )" -- cgit v1.2.3