summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-05-24 21:32:33 -0700
committerMatt Turner <mattst88@gentoo.org>2018-05-24 21:32:33 -0700
commitab71048c2a711348246e33ce83e67c53dd8bb972 (patch)
treeadcb4ab8768f52ad72ccfe9efee4fd792196b977 /x11-drivers/xf86-video-dummy
parentx11-drivers/xf86-input-tslib: Drop old versions (diff)
downloadgentoo-ab71048c2a711348246e33ce83e67c53dd8bb972.tar.gz
gentoo-ab71048c2a711348246e33ce83e67c53dd8bb972.tar.bz2
gentoo-ab71048c2a711348246e33ce83e67c53dd8bb972.zip
x11-drivers/xf86-video-dummy: Drop old versions
Diffstat (limited to 'x11-drivers/xf86-video-dummy')
-rw-r--r--x11-drivers/xf86-video-dummy/Manifest2
-rw-r--r--x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild21
-rw-r--r--x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild21
3 files changed, 0 insertions, 44 deletions
diff --git a/x11-drivers/xf86-video-dummy/Manifest b/x11-drivers/xf86-video-dummy/Manifest
index 4e9aa130c29c..b6fd82224229 100644
--- a/x11-drivers/xf86-video-dummy/Manifest
+++ b/x11-drivers/xf86-video-dummy/Manifest
@@ -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
index 74af38fe6fb6..000000000000
--- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild
+++ /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
index 4a6f6c1a00f4..000000000000
--- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild
+++ /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
-}