x11-drivers/xf86-video-dummy: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Fri, 25 May 2018 04:32:33 +0000 (21:32 -0700)
committerMatt Turner <mattst88@gentoo.org>
Fri, 25 May 2018 04:32:33 +0000 (21:32 -0700)
x11-drivers/xf86-video-dummy/Manifest
x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild [deleted file]
x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild [deleted file]

index 4e9aa130c29c1587a4ea6770dfd0088bd1eb119d..b6fd822242290e18c1ef7e060150d1c3a3f44bd9 100644 (file)
@@ -1,3 +1 @@
-DIST xf86-video-dummy-0.3.6.tar.bz2 285892 BLAKE2B 79fc1915cad3055715529da2254be87cf1b490e757ad6521121ca3957f4d97e1db50e4bebafd0b203ff40af49f096f6f2da1e982f5550eea0ad13f192f1f3fe3 SHA512 3a530083d591ebde37b58a329d9a6ed4955d09d8f3f7fb566840681f2588aa752014c8753f411aec0410a2704b3b55729868a27aee138df42eb7d7bb5a5a52c5
-DIST xf86-video-dummy-0.3.7.tar.bz2 279806 BLAKE2B 0f1f05ac5f9d75a3fd141e98712bd15b3dedf3bb5f3f031254e6864d8fcc1d3dafc4c3165b3f1d5dada3adb03586f4de620bc2b8b91dab4b840cfcd50b6bc6fc SHA512 2893964f19901af0b18417a271a3418c5adfaa311cd1688c159b86a7bdf68517d53d98a9b2c1a9942c7d2cde8ccb742832fd78c2ab0aa29844d261b9334548ec
 DIST xf86-video-dummy-0.3.8.tar.bz2 302353 BLAKE2B 1327db3aeec2ff7e3ff0876b25eace6fcdc7fc428967dee9f0b8ee4c22dd7904dcb47d5433bdc14ab56638225b2d33f3a26543dc9e6041c60af4135c1555f798 SHA512 f534113fd9987e44d2e0d0c53bd1b71be4ba69ec239ecec4aba8fcdcc10597722c54cbc01da38e0975ac7660e4e4028330e4cdd369e755c25ec059d2dfabad80
diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild
deleted file mode 100644 (file)
index 74af38f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org driver for dummy cards"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="dga"
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}
-       dga? ( x11-base/xorg-proto )"
-
-pkg_setup() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable dga)
-       )
-       xorg-2_pkg_setup
-}
diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild
deleted file mode 100644 (file)
index 4a6f6c1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org driver for dummy cards"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="dga"
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}
-       dga? ( x11-base/xorg-proto )"
-
-pkg_setup() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable dga)
-       )
-       xorg-2_pkg_setup
-}