Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
Date: Sat, 12 May 2018 02:45:27
Message-Id: 1526093072.ae6f3b833e166f99cdbc74bf864a0dc84e7c3018.mattst88@gentoo
1 commit: ae6f3b833e166f99cdbc74bf864a0dc84e7c3018
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 02:39:49 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 02:44:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6f3b83
7
8 x11-drivers/xf86-video-ati: Drop old versions
9
10 x11-drivers/xf86-video-ati/Manifest | 2 -
11 .../xf86-video-ati/xf86-video-ati-7.10.0.ebuild | 45 ----------------------
12 .../xf86-video-ati/xf86-video-ati-7.9.0.ebuild | 45 ----------------------
13 3 files changed, 92 deletions(-)
14
15 diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
16 index 1015c1a0a32..458ae7e7d93 100644
17 --- a/x11-drivers/xf86-video-ati/Manifest
18 +++ b/x11-drivers/xf86-video-ati/Manifest
19 @@ -1,3 +1 @@
20 DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a SHA512 b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
21 -DIST xf86-video-ati-7.10.0.tar.bz2 876442 BLAKE2B f1c36e215d10c655dc6cf6059a273241e8b33f53df06c66c13dbef436c2b4f967f5c6c60858a484bbffe05bc6fffd9b8c20733ba9928051d6b0f28fe02fcdf1b SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad
22 -DIST xf86-video-ati-7.9.0.tar.bz2 848502 BLAKE2B 0572ef3cba7a3704470b4611f755a29a2551acc6fa544fb03f37a88628d5dfecba8342c8558b8355f245f2582eb46d17fb92b8713378161da3d103215e66d883 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43
23
24 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
25 deleted file mode 100644
26 index b34efb14780..00000000000
27 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
28 +++ /dev/null
29 @@ -1,45 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -XORG_DRI=always
36 -inherit linux-info xorg-2
37 -
38 -DESCRIPTION="ATI video driver"
39 -HOMEPAGE="https://www.x.org/wiki/ati/"
40 -
41 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
42 -IUSE="+glamor udev"
43 -
44 -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
45 - >=x11-libs/libpciaccess-0.8.0
46 - glamor? ( x11-base/xorg-server[glamor] )
47 - udev? ( virtual/udev )"
48 -DEPEND="${RDEPEND}
49 - x11-proto/fontsproto
50 - x11-proto/randrproto
51 - x11-proto/renderproto
52 - x11-proto/videoproto
53 - x11-proto/xextproto
54 - x11-proto/xf86driproto
55 - x11-proto/xproto"
56 -
57 -pkg_pretend() {
58 - if use kernel_linux ; then
59 - if kernel_is -ge 3 9; then
60 - CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
61 - else
62 - CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
63 - fi
64 - fi
65 - check_extra_config
66 -}
67 -
68 -src_configure() {
69 - XORG_CONFIGURE_OPTIONS=(
70 - $(use_enable glamor)
71 - $(use_enable udev)
72 - )
73 - xorg-2_src_configure
74 -}
75
76 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
77 deleted file mode 100644
78 index 930f45fdc37..00000000000
79 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
80 +++ /dev/null
81 @@ -1,45 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=5
86 -
87 -XORG_DRI=always
88 -inherit linux-info xorg-2
89 -
90 -DESCRIPTION="ATI video driver"
91 -HOMEPAGE="http://www.x.org/wiki/ati/"
92 -
93 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
94 -IUSE="+glamor udev"
95 -
96 -RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_radeon]
97 - >=x11-libs/libpciaccess-0.8.0
98 - glamor? ( x11-base/xorg-server[glamor] )
99 - udev? ( virtual/udev )"
100 -DEPEND="${RDEPEND}
101 - x11-proto/fontsproto
102 - x11-proto/randrproto
103 - x11-proto/renderproto
104 - x11-proto/videoproto
105 - x11-proto/xextproto
106 - x11-proto/xf86driproto
107 - x11-proto/xproto"
108 -
109 -pkg_pretend() {
110 - if use kernel_linux ; then
111 - if kernel_is -ge 3 9; then
112 - CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
113 - else
114 - CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
115 - fi
116 - fi
117 - check_extra_config
118 -}
119 -
120 -src_configure() {
121 - XORG_CONFIGURE_OPTIONS=(
122 - $(use_enable glamor)
123 - $(use_enable udev)
124 - )
125 - xorg-2_src_configure
126 -}