diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-24 09:49:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-24 09:49:37 +0000 |
commit | d8bd112f23db1222c0527c58308008fda27072f0 (patch) | |
tree | a67ba03bb8951478979b746268b19f9cc77060bf /x11-apps | |
parent | old (diff) | |
download | gentoo-2-d8bd112f23db1222c0527c58308008fda27072f0.tar.gz gentoo-2-d8bd112f23db1222c0527c58308008fda27072f0.tar.bz2 gentoo-2-d8bd112f23db1222c0527c58308008fda27072f0.zip |
old
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xcursorgen/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild | 17 |
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest index 25aba857dde7..c9b17a48a2ff 100644 --- a/x11-apps/xcursorgen/Manifest +++ b/x11-apps/xcursorgen/Manifest @@ -1,6 +1,4 @@ -DIST xcursorgen-1.0.1.tar.bz2 82300 RMD160 1f9f211e7e45165e4538321eca7eab35c14139ca SHA1 7982d93e1c456e4a4d7922dbbee5b170c5852ce1 SHA256 18d3e0d64853089c2154f1f867df087fc15f87e03e09fabc98ee5e265d8a53ef DIST xcursorgen-1.0.2.tar.bz2 89978 RMD160 fc1a5a1cbc6d6abaec3fdc6098ba4a9f0642fd4a SHA1 467b440779fe7dd34d35f0610ec977d3e51617bc SHA256 e009322bd2afef8d4ad91bcb6b17874e1cd00b1aaf397e7019a82cc44f3c174e -EBUILD xcursorgen-1.0.1.ebuild 560 RMD160 56d8d47a4bae3ef1ba6f90ed5e1e51e78d34b1c6 SHA1 6b0e15688069dd8c288d3855596952fe8f02d3c8 SHA256 ee71c8315871eb6fdbf9230c57beef5319b988bd8c8a12b4e8a8ebd34ac339ce EBUILD xcursorgen-1.0.2.ebuild 561 RMD160 8d16e0b77114856e506f87d8310b041e11dfe79f SHA1 b64ad70e38641808d2f94706f48f718257873129 SHA256 f4b6e2546a5ea7858c9f8ed1d317f6389a5a684305b490773dbe2184183565a5 MISC ChangeLog 4478 RMD160 6cac4ac99ae1c5e2c3706e253e400008c8f310a5 SHA1 9d0c1734a4e8fecddd2f5cbe250f6a83d415ae49 SHA256 4ec3173848ad693da80967698a4c5474ebefa09ad086ad8c2d20fa6a89660be0 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild deleted file mode 100644 index dbc6bdd66ad6..000000000000 --- a/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild,v 1.11 2009/05/05 07:47:20 fauli Exp $ - -# Must be before x-modular eclass is inherited -#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}" |