Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/wine/
Date: Sun, 22 Dec 2019 20:25:37
Message-Id: 1577046153.96291729a6a54f681f4d72e3190e7d5c5c105527.sarnex@gentoo
1 commit: 96291729a6a54f681f4d72e3190e7d5c5c105527
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 20:22:33 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 20:22:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96291729
7
8 virtual/wine: Drop old
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 virtual/wine/metadata.xml | 1 -
14 virtual/wine/wine-0-r5.ebuild | 33 ---------------------------------
15 virtual/wine/wine-0-r6.ebuild | 29 -----------------------------
16 3 files changed, 63 deletions(-)
17
18 diff --git a/virtual/wine/metadata.xml b/virtual/wine/metadata.xml
19 index de062ba7a89..7c40dfd6a6b 100644
20 --- a/virtual/wine/metadata.xml
21 +++ b/virtual/wine/metadata.xml
22 @@ -6,7 +6,6 @@
23 <name>Wine</name>
24 </maintainer>
25 <use>
26 - <flag name="d3d9">Enable Ixit's Gallium Nine Patchset</flag>
27 <flag name="staging">Enable Wine-Staging's Patchset</flag>
28 </use>
29 <longdescription lang="en">
30
31 diff --git a/virtual/wine/wine-0-r5.ebuild b/virtual/wine/wine-0-r5.ebuild
32 deleted file mode 100644
33 index 5ffa6e83891..00000000000
34 --- a/virtual/wine/wine-0-r5.ebuild
35 +++ /dev/null
36 @@ -1,33 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -DESCRIPTION="Virtual for Wine that supports multiple variants and slotting"
43 -
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="+abi_x86_32 +abi_x86_64 d3d9 staging"
47 -
48 -REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
49 -
50 -# Note, the ordering here is intentional, to take advantage of the short-circuit
51 -# logic of portage, to enforce wine-vanilla as default for new users. The idea
52 -# behind this is that some USE flags may pull in 3rd-party patchsets, so default
53 -# of vanilla prevents that.
54 -RDEPEND="
55 - staging? ( || (
56 - app-emulation/wine-staging[staging]
57 - app-emulation/wine-any[staging]
58 - ) )
59 - d3d9? ( || (
60 - app-emulation/wine-d3d9[d3d9]
61 - app-emulation/wine-any[d3d9]
62 - ) )
63 - || (
64 - app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=]
65 - app-emulation/wine-staging[abi_x86_32=,abi_x86_64=]
66 - app-emulation/wine-d3d9[abi_x86_32=,abi_x86_64=]
67 - app-emulation/wine-any[abi_x86_32=,abi_x86_64=]
68 - )
69 - !app-emulation/wine:0"
70
71 diff --git a/virtual/wine/wine-0-r6.ebuild b/virtual/wine/wine-0-r6.ebuild
72 deleted file mode 100644
73 index ce5b0f83df0..00000000000
74 --- a/virtual/wine/wine-0-r6.ebuild
75 +++ /dev/null
76 @@ -1,29 +0,0 @@
77 -# Copyright 1999-2019 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -
82 -DESCRIPTION="Virtual for Wine that supports multiple variants and slotting"
83 -
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -IUSE="+abi_x86_32 +abi_x86_64 staging"
87 -
88 -REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
89 -
90 -# Note, the ordering here is intentional, to take advantage of the short-circuit
91 -# logic of portage, to enforce wine-vanilla as default for new users. The idea
92 -# behind this is that some USE flags may pull in 3rd-party patchsets, so default
93 -# of vanilla prevents that.
94 -RDEPEND="
95 - staging? ( || (
96 - app-emulation/wine-staging[staging]
97 - app-emulation/wine-any[staging]
98 - ) )
99 - || (
100 - app-emulation/wine-vanilla[abi_x86_32=,abi_x86_64=]
101 - app-emulation/wine-staging[abi_x86_32=,abi_x86_64=]
102 - app-emulation/wine-d3d9[abi_x86_32=,abi_x86_64=]
103 - app-emulation/wine-any[abi_x86_32=,abi_x86_64=]
104 - )
105 - !app-emulation/wine:0"