summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-11-11 19:54:43 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-11-11 19:54:43 +0000
commit6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433 (patch)
tree427e79681855417bf91eb942f3de78d0f7682320 /x11-apps/xcursorgen
parentStable on sparc at developer's request (Bug #112115). Builds and (diff)
downloadgentoo-2-6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433.tar.gz
gentoo-2-6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433.tar.bz2
gentoo-2-6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433.zip
Bump for 7.0RC2.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/ChangeLog8
-rw-r--r--x11-apps/xcursorgen/files/digest-xcursorgen-0.99.11
-rw-r--r--x11-apps/xcursorgen/xcursorgen-0.99.1.ebuild15
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog
index 8a131782756b..deff7afcedb7 100644
--- a/x11-apps/xcursorgen/ChangeLog
+++ b/x11-apps/xcursorgen/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xcursorgen
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.7 2005/10/19 02:30:03 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.8 2005/11/11 19:52:29 joshuabaergen Exp $
+
+*xcursorgen-0.99.1 (11 Nov 2005)
+
+ 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xcursorgen-0.99.1.ebuild:
+ Bump for 7.0RC2.
19 Oct 2005; Stephen P. Becker <geoman@gentoo.org>
xcursorgen-0.99.0.ebuild:
diff --git a/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.1 b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.1
new file mode 100644
index 000000000000..d12ca8b2a1eb
--- /dev/null
+++ b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.1
@@ -0,0 +1 @@
+MD5 ed7ccf326e5d26ff9272662d3493d6ae xcursorgen-0.99.1.tar.bz2 56042
diff --git a/x11-apps/xcursorgen/xcursorgen-0.99.1.ebuild b/x11-apps/xcursorgen/xcursorgen-0.99.1.ebuild
new file mode 100644
index 000000000000..c8ae8d864993
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-0.99.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-0.99.1.ebuild,v 1.1 2005/11/11 19:52:29 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xcursorgen application"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ =media-libs/libpng-1.2*"
+DEPEND="${RDEPEND}"