summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xcursorgen/ChangeLog8
-rw-r--r--x11-apps/xcursorgen/files/digest-xcursorgen-1.0.23
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild17
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog
index 8873052c3411..aeb583a484ba 100644
--- a/x11-apps/xcursorgen/ChangeLog
+++ b/x11-apps/xcursorgen/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xcursorgen
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.29 2007/02/04 18:33:18 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.30 2007/09/08 06:11:47 dberkholz Exp $
+
+*xcursorgen-1.0.2 (08 Sep 2007)
+
+ 08 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ +xcursorgen-1.0.2.ebuild:
+ Bump for 7.3.
04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org>
xcursorgen-1.0.1.ebuild:
diff --git a/x11-apps/xcursorgen/files/digest-xcursorgen-1.0.2 b/x11-apps/xcursorgen/files/digest-xcursorgen-1.0.2
new file mode 100644
index 000000000000..7f7ba1d6459b
--- /dev/null
+++ b/x11-apps/xcursorgen/files/digest-xcursorgen-1.0.2
@@ -0,0 +1,3 @@
+MD5 6fc90896b8c786cb1a2100b4167f7874 xcursorgen-1.0.2.tar.bz2 89978
+RMD160 fc1a5a1cbc6d6abaec3fdc6098ba4a9f0642fd4a xcursorgen-1.0.2.tar.bz2 89978
+SHA256 e009322bd2afef8d4ad91bcb6b17874e1cd00b1aaf397e7019a82cc44f3c174e xcursorgen-1.0.2.tar.bz2 89978
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild
new file mode 100644
index 000000000000..ece20a369e9e
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild,v 1.1 2007/09/08 06:11:47 dberkholz 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"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ =media-libs/libpng-1.2*"
+DEPEND="${RDEPEND}"