diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 13:12:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-31 13:12:30 +0000 |
commit | ae22a6fbbdd91243e5f46ef683d4904c3170824a (patch) | |
tree | 2f67ede24a3ed9d0f02cbe4b169b5b8d61fa5e47 /x11-themes/xcursor-themes | |
parent | Stable on amd64 wrt bug #343491 (diff) | |
download | gentoo-2-ae22a6fbbdd91243e5f46ef683d4904c3170824a.tar.gz gentoo-2-ae22a6fbbdd91243e5f46ef683d4904c3170824a.tar.bz2 gentoo-2-ae22a6fbbdd91243e5f46ef683d4904c3170824a.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/xcursor-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index 6f3c77dce05b..c7cc100fabd8 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.32 2010/02/11 18:27:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.33 2010/10/31 13:12:30 scarabeus Exp $ + +*xcursor-themes-1.0.3 (31 Oct 2010) + + 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xcursor-themes-1.0.3.ebuild: + Version bump 11 Feb 2010; Jeroen Roovers <jer@gentoo.org> xcursor-themes-1.0.2.ebuild: Stable for HPPA (bug #302046). diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild new file mode 100644 index 000000000000..253853afd08c --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 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.3.ebuild,v 1.1 2010/10/31 13:12:30 scarabeus Exp $ + +EAPI=3 + +XORG_STATIC=no +MODULE=data +inherit xorg-2 + +DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=" + media-libs/libpng + x11-libs/libX11 + x11-libs/libXcursor +" +DEPEND="${RDEPEND} + x11-apps/xcursorgen" |