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/xcursorgen
parentMarked ~sparc64-solaris (diff)
downloadhistorical-33db7c1d9023d402f3e4fa3d78e01127948176d3.tar.gz
historical-33db7c1d9023d402f3e4fa3d78e01127948176d3.tar.bz2
historical-33db7c1d9023d402f3e4fa3d78e01127948176d3.zip
Drop older oveshadowed versions.
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/Manifest2
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index a188aec53428..d3f56c43e22e 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1,6 +1,4 @@
-DIST xcursorgen-1.0.3.tar.bz2 99262 RMD160 9b7ac67158c3befcde20a2189134f83185a0b172 SHA1 7df26b371476654dc191c45e7d20ae3a5e0cad87 SHA256 ed5f3ffe881c21ffca85406e5a5f553ed4985cc5e9acdb535f682c33bebac254
DIST xcursorgen-1.0.4.tar.bz2 105954 RMD160 0558e49250ab80416e38f9f8fa6cf31e1d08903b SHA1 244c180aae8cc07175b93f314d5bbbf24171658a SHA256 de2adb2f44ffee906024e53322aeb728d46061e6ca8e6f5a7e0da2c00d6f5f1d
-EBUILD xcursorgen-1.0.3.ebuild 625 RMD160 6cf7c5b840deab478016ac5537f36ff6fcf90036 SHA1 f5603e95377ac61d7c0c542d861d1f893611527d SHA256 1c33695ef28eeab3c9f0a294f858234c67917c223a7ff66c55adcf7fe452eb10
EBUILD xcursorgen-1.0.4.ebuild 501 RMD160 f87ed31b26e1d79028d57b459584c85b1b2a365d SHA1 a8f54324cd962c90c10beca8c89d38dad8a3a584 SHA256 72eff5871719784b65dd8985c901150e6b359803b2c871cdd7a88a766c6a8f5b
MISC ChangeLog 6588 RMD160 dd531eaf0b1aed8c7e2fba86f5fc282c9671cf78 SHA1 ad69f803dd08cbba640931a04ba1d87cd72d0d61 SHA256 5759bc3becaef51c9fdc586945439cd06571f642f8da4745df2187d8138b1b97
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild
deleted file mode 100644
index ed1dacb791dd..000000000000
--- a/x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild
+++ /dev/null
@@ -1,25 +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/xcursorgen/xcursorgen-1.0.3.ebuild,v 1.10 2010/03/11 00:21:53 ssuominen Exp $
-
-EAPI=2
-SNAPSHOT=yes
-inherit x-modular
-
-DESCRIPTION="create an X cursor file from a collection of PNG images"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXcursor
- >=media-libs/libpng-1.2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i \
- -e 's:libpng12:libpng:' \
- configure.ac || die
-
- x-modular_src_prepare
-}