summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-15 12:51:40 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-15 12:51:40 +0000
commit33db7c1d9023d402f3e4fa3d78e01127948176d3 (patch)
tree4e4d20c36b3c308b516dc1196db101f5ff6a33fd /x11-apps/xf86dga
parentMarked ~sparc64-solaris (diff)
downloadhistorical-33db7c1d9023d402f3e4fa3d78e01127948176d3.tar.gz
historical-33db7c1d9023d402f3e4fa3d78e01127948176d3.tar.bz2
historical-33db7c1d9023d402f3e4fa3d78e01127948176d3.zip
Drop older oveshadowed versions.
Diffstat (limited to 'x11-apps/xf86dga')
-rw-r--r--x11-apps/xf86dga/Manifest2
-rw-r--r--x11-apps/xf86dga/xf86dga-1.0.2.ebuild20
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-apps/xf86dga/Manifest b/x11-apps/xf86dga/Manifest
index b0f28137579c..57b49770f785 100644
--- a/x11-apps/xf86dga/Manifest
+++ b/x11-apps/xf86dga/Manifest
@@ -1,7 +1,5 @@
AUX xf86dga-1.0.2-fix-deps.patch 1522 RMD160 ef08e4e8383804f52d691485e1197d8159415699 SHA1 b475e0620d12261866467e6afb215a73fd00a6e3 SHA256 bc4ca47be47ce735c31f8a04bd4cbbac60ad7b6ab17f97b13fe2e13cd3486a80
-DIST xf86dga-1.0.2.tar.bz2 80170 RMD160 8180ea966f33a4b1d97916fba55f29916f85d29b SHA1 14a5d8eb29736a66876d68fe4643bf9b6dd0a6a7 SHA256 650633b83796e5a24d4c5ec30adfeb3958f75d9d0785060d5c42bab55ccc1857
DIST xf86dga-1.0.3.tar.bz2 104935 RMD160 4243e1b567fcc4b649ee413e51ca8987104984f3 SHA1 030659e3728f5f7142e1cf727f147aceeabe4b9e SHA256 b4d87411049d5edb6f33b7e57bceb5a07e41ec5c48900aef492fb0ff74e6a252
-EBUILD xf86dga-1.0.2.ebuild 599 RMD160 828b470d6e37e50af30e17f8a0f84713a7bdf493 SHA1 a1f567936338b5ffaf13f6f5d1b6992f52ef5226 SHA256 314b3f38a507c22261d5680dc42cf1bcf5ab8f512bcd368683dde183437a23fa
EBUILD xf86dga-1.0.3.ebuild 494 RMD160 59454ccc27f244e25c09e32a49f9ce7dc039301a SHA1 e044623d14525d615dc21e5af93643edabd4910d SHA256 a52daa8e26a3c13c1622511f0fc58c43c38add0661f3549abe890ab9408f040e
MISC ChangeLog 4996 RMD160 7f26f6be02db98f77089c21b87d0de3fdf50345e SHA1 367c4790bde07787ae7c00bca5ce9238fe629116 SHA256 3e5bb7f2526b01f034e52e877a4a03a728a9fb8889ae3c8e6ee39c362dcd2010
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xf86dga/xf86dga-1.0.2.ebuild b/x11-apps/xf86dga/xf86dga-1.0.2.ebuild
deleted file mode 100644
index 81298fc9b308..000000000000
--- a/x11-apps/xf86dga/xf86dga-1.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.2.ebuild,v 1.17 2010/09/13 01:01:30 josejx Exp $
-
-# Must be before x-modular eclass is inherited
-SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="test program for the XFree86-DGA extension"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXxf86dga"
-DEPEND="${RDEPEND}
- x11-proto/xf86dgaproto"
-
-PATCHES=( "${FILESDIR}/xf86dga-1.0.2-fix-deps.patch" )