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: Tue, 26 Nov 2019 23:26:25
Message-Id: 1574808339.d248b4728f89edb932d9c3483702e0c8fe7566bc.mattst88@gentoo
1 commit: d248b4728f89edb932d9c3483702e0c8fe7566bc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 22:41:48 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 22:45:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d248b472
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-19.0.1.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
17 index 0b5d98843b6..2cd87d59041 100644
18 --- a/x11-drivers/xf86-video-ati/Manifest
19 +++ b/x11-drivers/xf86-video-ati/Manifest
20 @@ -1,2 +1 @@
21 -DIST xf86-video-ati-19.0.1.tar.bz2 902825 BLAKE2B 8f66ee5e465c9997d356593c58e4861ad749ba1d2a7f2520e8aea871ed71d2295ac1fba75f97ca30a7dd4cfe63f775838c5a925251331e1cd1e58b9186b3ca03 SHA512 e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17
22 DIST xf86-video-ati-19.1.0.tar.bz2 904558 BLAKE2B 424e8b3c6fa14fa4f0bc00940bdf1008400f25ce7103b13ecefdbda9e629239c5ab011952d19c305251e9c0008650da3db0eb91055d5585e2b1c3dd108a74d86 SHA512 73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6
23
24 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
25 deleted file mode 100644
26 index 7b2f0601420..00000000000
27 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -XORG_DRI=always
36 -inherit linux-info xorg-3
37 -
38 -if [[ ${PV} == 9999* ]]; then
39 - SRC_URI=""
40 -else
41 - KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
42 -fi
43 -
44 -DESCRIPTION="ATI video driver"
45 -HOMEPAGE="https://www.x.org/wiki/ati/"
46 -
47 -IUSE="udev"
48 -
49 -RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
50 - >=x11-libs/libpciaccess-0.8.0
51 - x11-base/xorg-server[-minimal]
52 - udev? ( virtual/libudev:= )"
53 -DEPEND="${RDEPEND}
54 - x11-base/xorg-proto"
55 -
56 -pkg_pretend() {
57 - if use kernel_linux ; then
58 - if kernel_is -ge 3 9; then
59 - CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
60 - else
61 - CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
62 - fi
63 - fi
64 - check_extra_config
65 -}
66 -
67 -pkg_setup() {
68 - XORG_CONFIGURE_OPTIONS=(
69 - --enable-glamor
70 - $(use_enable udev)
71 - )
72 -}