summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-10-03 11:39:21 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-10-03 11:39:21 +0000
commitb117807c21bf5daf476ddc712336c5ba6298dbf8 (patch)
tree78570dc89d3da8ad698408043acf9294ac00d64f /x11-themes
parentVersion bump. (diff)
downloadgentoo-2-b117807c21bf5daf476ddc712336c5ba6298dbf8.tar.gz
gentoo-2-b117807c21bf5daf476ddc712336c5ba6298dbf8.tar.bz2
gentoo-2-b117807c21bf5daf476ddc712336c5ba6298dbf8.zip
Version bump.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xcursor-themes/ChangeLog10
-rw-r--r--x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog
index 0dadae23c988..4f4522946fc4 100644
--- a/x11-themes/xcursor-themes/ChangeLog
+++ b/x11-themes/xcursor-themes/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/xcursor-themes
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.24 2008/05/28 01:37:38 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.25 2009/10/03 11:39:21 scarabeus Exp $
+
+*xcursor-themes-1.0.2 (03 Oct 2009)
+
+ 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xcursor-themes-1.0.2.ebuild:
+ Version bump.
28 May 2008; Donnie Berkholz <dberkholz@gentoo.org>;
xcursor-themes-1.0.1.ebuild:
diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild
new file mode 100644
index 000000000000..fdec2830317d
--- /dev/null
+++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.2.ebuild,v 1.1 2009/10/03 11:39:21 scarabeus Exp $
+
+# Must be before x-modular eclass is inherited
+# SNAPSHOT="yes"
+
+MODULE="data"
+inherit x-modular
+
+DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+RDEPEND="
+ media-libs/libpng
+ x11-libs/libX11
+ x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}
+ x11-apps/xcursorgen"