summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-10-18 21:32:36 +0000
committerRémi Cardona <remi@gentoo.org>2009-10-18 21:32:36 +0000
commit30178ce4550628846dbb5b88600f598b8a91c261 (patch)
treeb9417bc4dc8b0e539d2e412df62c9cca8aed129c /x11-apps/xcursorgen
parentwe dont need an m4 tarball anymore for master (diff)
downloadgentoo-2-30178ce4550628846dbb5b88600f598b8a91c261.tar.gz
gentoo-2-30178ce4550628846dbb5b88600f598b8a91c261.tar.bz2
gentoo-2-30178ce4550628846dbb5b88600f598b8a91c261.zip
x11-apps/xcursorgen: bump to 1.0.3, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/ChangeLog7
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog
index d2c7199bce31..2b3c76669b2a 100644
--- a/x11-apps/xcursorgen/ChangeLog
+++ b/x11-apps/xcursorgen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xcursorgen
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.37 2009/05/20 13:33:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.38 2009/10/18 21:32:36 remi Exp $
+
+*xcursorgen-1.0.3 (18 Oct 2009)
+
+ 18 Oct 2009; Rémi Cardona <remi@gentoo.org> +xcursorgen-1.0.3.ebuild:
+ bump to 1.0.3, sync with overlay
20 May 2009; Brent Baude <ranger@gentoo.org> xcursorgen-1.0.2.ebuild:
Marking xcursorgen-1.0.2 ppc stable for bug 268581
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild
new file mode 100644
index 000000000000..f51555c40307
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.3.ebuild
@@ -0,0 +1,15 @@
+# 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.3.ebuild,v 1.1 2009/10/18 21:32:36 remi Exp $
+
+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}"