summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-10-31 15:59:07 -0700
committerMatt Turner <mattst88@gentoo.org>2018-10-31 15:59:35 -0700
commit6d08a2af5f2c1835a3b3838383c3a470b28e56be (patch)
tree9565e82e7d195b61f9ebb2c97b3d82453ce7abfc
parentx11-drivers/xf86-video-amdgpu: Drop old versions (diff)
downloadgentoo-6d08a2af.tar.gz
gentoo-6d08a2af.tar.bz2
gentoo-6d08a2af.zip
x11-drivers/xf86-video-r128: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-drivers/xf86-video-r128/Manifest1
-rw-r--r--x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index f8fb7be4ee8f..5749109d3e48 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-r128-6.10.2.tar.bz2 504031 BLAKE2B 3d74d0aa82167f8e883b0a92e6d57cf688f36a45971b03327a2fb8171133fc155cd0f233b854f3c3f9713b478c1ac2cb0b4cac124d49431c8429a954a71c68dd SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
deleted file mode 100644
index 6369cbf866a1..000000000000
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI=dri
-
-inherit flag-o-matic xorg-2
-
-DESCRIPTION="ATI Rage128 video driver"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="dri"
-
-RDEPEND=">=x11-base/xorg-server-1.2"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-stdint_h.patch )
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable dri)
- )
-}
-
-src_configure() {
- # always use C11 semantics
- append-cflags -std=gnu11
-
- xorg-2_src_configure
-}