summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-27 12:37:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-27 12:37:47 +0000
commitb077ea9d1b76d204d06a3775d603c85dbc0c84dd (patch)
tree67ea4e865a17b39eeb6a04246c8b06a42ffd4c6a /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-b077ea9d1b76d204d06a3775d603c85dbc0c84dd.tar.gz
gentoo-2-b077ea9d1b76d204d06a3775d603c85dbc0c84dd.tar.bz2
gentoo-2-b077ea9d1b76d204d06a3775d603c85dbc0c84dd.zip
Version bump.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xcursorgen/ChangeLog8
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog
index 2d9645c74531..ab39dc498945 100644
--- a/x11-apps/xcursorgen/ChangeLog
+++ b/x11-apps/xcursorgen/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xcursorgen
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.48 2010/03/11 00:21:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.49 2010/09/27 12:37:47 scarabeus Exp $
+
+*xcursorgen-1.0.4 (27 Sep 2010)
+
+ 27 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xcursorgen-1.0.4.ebuild:
+ Version bump.
11 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
xcursorgen-1.0.3.ebuild:
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild
new file mode 100644
index 000000000000..504d4c5cb67c
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild
@@ -0,0 +1,17 @@
+# 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.4.ebuild,v 1.1 2010/09/27 12:37:47 scarabeus Exp $
+
+EAPI=3
+XORG_STATIC=no
+inherit xorg-2
+
+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="media-libs/libpng
+ x11-libs/libX11
+ x11-libs/libXcursor"
+DEPEND="${RDEPEND}"