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: Wed, 31 Oct 2018 22:59:50
Message-Id: 1541026774.11789dccdbb112d08a68c46d1ca80efced9f1e4c.mattst88@gentoo
1 commit: 11789dccdbb112d08a68c46d1ca80efced9f1e4c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 22:57:56 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 22:59:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11789dcc
7
8 x11-drivers/xf86-video-ati: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-ati/Manifest | 1 -
13 .../xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild | 44 ----------------------
14 .../xf86-video-ati/xf86-video-ati-18.0.1.ebuild | 44 ----------------------
15 3 files changed, 89 deletions(-)
16
17 diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
18 index f18b564cd08..553d8dc498d 100644
19 --- a/x11-drivers/xf86-video-ati/Manifest
20 +++ b/x11-drivers/xf86-video-ati/Manifest
21 @@ -1,2 +1 @@
22 -DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a SHA512 b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
23 DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 9092554c708b583f9b99a6788104a1e9420537fbbeaaaa6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443 SHA512 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53
24
25 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
26 deleted file mode 100644
27 index 10c93ae6401..00000000000
28 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_DRI=always
37 -inherit linux-info xorg-2
38 -
39 -if [[ ${PV} == 9999* ]]; then
40 - SRC_URI=""
41 -else
42 - KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
43 -fi
44 -
45 -DESCRIPTION="ATI video driver"
46 -HOMEPAGE="https://www.x.org/wiki/ati/"
47 -
48 -IUSE="+glamor udev"
49 -
50 -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
51 - >=x11-libs/libpciaccess-0.8.0
52 - glamor? ( x11-base/xorg-server[glamor] )
53 - udev? ( virtual/libudev:= )"
54 -DEPEND="${RDEPEND}
55 - x11-base/xorg-proto"
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-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
77 deleted file mode 100644
78 index c1bc5c73512..00000000000
79 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
80 +++ /dev/null
81 @@ -1,44 +0,0 @@
82 -# Copyright 1999-2018 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 -if [[ ${PV} == 9999* ]]; then
91 - SRC_URI=""
92 -else
93 - KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
94 -fi
95 -
96 -DESCRIPTION="ATI video driver"
97 -HOMEPAGE="https://www.x.org/wiki/ati/"
98 -
99 -IUSE="+glamor udev"
100 -
101 -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
102 - >=x11-libs/libpciaccess-0.8.0
103 - glamor? ( x11-base/xorg-server[glamor] )
104 - udev? ( virtual/udev )"
105 -DEPEND="${RDEPEND}
106 - x11-base/xorg-proto"
107 -
108 -pkg_pretend() {
109 - if use kernel_linux ; then
110 - if kernel_is -ge 3 9; then
111 - CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
112 - else
113 - CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
114 - fi
115 - fi
116 - check_extra_config
117 -}
118 -
119 -src_configure() {
120 - XORG_CONFIGURE_OPTIONS=(
121 - $(use_enable glamor)
122 - $(use_enable udev)
123 - )
124 - xorg-2_src_configure
125 -}