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-r128/
Date: Tue, 23 Oct 2018 12:52:58
Message-Id: 1540299139.1f6c687010366500b07a59ee33e43b8cca4eb5ef.mattst88@gentoo
1 commit: 1f6c687010366500b07a59ee33e43b8cca4eb5ef
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 23 12:51:59 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 23 12:52:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6c6870
7
8 x11-drivers/xf86-video-r128: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-r128/Manifest | 1 -
13 .../xf86-video-r128/xf86-video-r128-6.11.0.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
17 index c10632c99c2..f8fb7be4ee8 100644
18 --- a/x11-drivers/xf86-video-r128/Manifest
19 +++ b/x11-drivers/xf86-video-r128/Manifest
20 @@ -1,3 +1,2 @@
21 DIST xf86-video-r128-6.10.2.tar.bz2 504031 BLAKE2B 3d74d0aa82167f8e883b0a92e6d57cf688f36a45971b03327a2fb8171133fc155cd0f233b854f3c3f9713b478c1ac2cb0b4cac124d49431c8429a954a71c68dd SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
22 -DIST xf86-video-r128-6.11.0.tar.bz2 482903 BLAKE2B 04222bab109be719cd8cbb4d759d0ba98563e2348b95bce30c48e65d2da0964386d46ce57ade9162e817b6db797cab330fb454e363304479cb87e30d8404f310 SHA512 1211cac52f65010aa4e168a173660186ad2b8595688a910ac545b0321d0d6879e02284b3bb26779faf3cf5b3b3031f33adb63ff596fb55a8f7a1f465ca0db1ba
23 DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38
24
25 diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
26 deleted file mode 100644
27 index e770f425a24..00000000000
28 --- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +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 -XORG_DRI=dri
36 -
37 -inherit flag-o-matic xorg-2
38 -
39 -DESCRIPTION="ATI Rage128 video driver"
40 -
41 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
42 -IUSE="dri"
43 -
44 -RDEPEND=">=x11-base/xorg-server-1.2"
45 -DEPEND="${RDEPEND}"
46 -
47 -pkg_setup() {
48 - XORG_CONFIGURE_OPTIONS=(
49 - $(use_enable dri)
50 - )
51 -}
52 -
53 -src_configure() {
54 - # always use C11 semantics
55 - append-cflags -std=gnu11
56 -
57 - xorg-2_src_configure
58 -}