diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:49:42 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:49:42 -0400 |
commit | abb1da3fa5ef8ca5ccad5c5bad0c82f70676af4c (patch) | |
tree | 8b9f7182b9329dd1341465b3da9b87e9ef95a0e1 /x11-apps/xf86dga | |
parent | x11-apps/xf86dga: Propagate stable keywords (diff) | |
download | gentoo-abb1da3fa5ef8ca5ccad5c5bad0c82f70676af4c.tar.gz gentoo-abb1da3fa5ef8ca5ccad5c5bad0c82f70676af4c.tar.bz2 gentoo-abb1da3fa5ef8ca5ccad5c5bad0c82f70676af4c.zip |
x11-apps/xf86dga: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xf86dga')
-rw-r--r-- | x11-apps/xf86dga/xf86dga-1.0.3.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-apps/xf86dga/xf86dga-1.0.3.ebuild b/x11-apps/xf86dga/xf86dga-1.0.3.ebuild deleted file mode 100644 index 870ea8dc7778..000000000000 --- a/x11-apps/xf86dga/xf86dga-1.0.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="Test program for the XFree86-DGA extension" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - >=x11-libs/libXxf86dga-1.1" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |