summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-05-29 11:17:05 -0400
committerMatt Turner <mattst88@gentoo.org>2022-05-29 11:23:17 -0400
commit10a93644948aed3a5a37b342808caa537ab9d966 (patch)
tree3671f4ba58a25e6a392ef1d9ed9316cfb2293e66 /x11-drivers
parentx11-drivers/xf86-video-amdgpu: Drop old versions (diff)
downloadgentoo-10a93644948aed3a5a37b342808caa537ab9d966.tar.gz
gentoo-10a93644948aed3a5a37b342808caa537ab9d966.tar.bz2
gentoo-10a93644948aed3a5a37b342808caa537ab9d966.zip
x11-drivers/xf86-video-dummy: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-dummy/Manifest1
-rw-r--r--x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.8.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-drivers/xf86-video-dummy/Manifest b/x11-drivers/xf86-video-dummy/Manifest
index 9eaa7cbc4391..ef02c89c8772 100644
--- a/x11-drivers/xf86-video-dummy/Manifest
+++ b/x11-drivers/xf86-video-dummy/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-dummy-0.3.8.tar.bz2 302353 BLAKE2B 1327db3aeec2ff7e3ff0876b25eace6fcdc7fc428967dee9f0b8ee4c22dd7904dcb47d5433bdc14ab56638225b2d33f3a26543dc9e6041c60af4135c1555f798 SHA512 f534113fd9987e44d2e0d0c53bd1b71be4ba69ec239ecec4aba8fcdcc10597722c54cbc01da38e0975ac7660e4e4028330e4cdd369e755c25ec059d2dfabad80
DIST xf86-video-dummy-0.4.0.tar.xz 258452 BLAKE2B 8364a705bac5bc0bf2767be30b23a67753cb9232a58819c5b3ea3fa91769049e38cb04a5504b34e4aa5978f45a17617b999541333e3a1ee66d30892f281d7cc8 SHA512 1150a84c4f17215b9c579d8ce9399d547a01970bf7b5396653f14beb13a62deefe3008bf3ad6a2c5c0f46da4cbc0b840c18a7dff339e3b882d108183fa1d30d9
diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.8.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.8.ebuild
deleted file mode 100644
index d42b8ae591db..000000000000
--- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="X.Org driver for dummy cards"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="dga"
-
-RDEPEND="x11-base/xorg-server"
-DEPEND="
- ${RDEPEND}
- dga? ( x11-base/xorg-proto )"
-
-src_configure() {
- local XORG_CONFIGURE_OPTIONS=(
- $(use_enable dga)
- )
- xorg-3_src_configure
-}