diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 00:13:42 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 00:13:42 +0000 |
commit | c316558118ea92e1527cf4f11f2b340a2e8b9d25 (patch) | |
tree | 856c9088b94af773dc305f4dcac9a7916f3c580f /x11-themes/xcursor-themes | |
parent | Added a java-pkg_jar-from call for xerces-2 so that ant-contrib builds with L... (diff) | |
download | gentoo-2-c316558118ea92e1527cf4f11f2b340a2e8b9d25.tar.gz gentoo-2-c316558118ea92e1527cf4f11f2b340a2e8b9d25.tar.bz2 gentoo-2-c316558118ea92e1527cf4f11f2b340a2e8b9d25.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-themes/xcursor-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.0 | 1 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.0.ebuild | 16 |
4 files changed, 27 insertions, 2 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index b6133d3f6e87..4a2a253c7eca 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.9 2005/12/09 15:15:00 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.10 2005/12/18 00:13:06 joshuabaergen Exp $ + +*xcursor-themes-1.0.0 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xcursor-themes-1.0.0.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xcursor-themes-0.99.0.ebuild, -xcursor-themes-0.99.0-r1.ebuild: diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest index 9ca9f6e2fe34..27fa8592fce5 100644 --- a/x11-themes/xcursor-themes/Manifest +++ b/x11-themes/xcursor-themes/Manifest @@ -1,5 +1,7 @@ -MD5 c9dd9bba2b78c11f878a631f065bfb71 ChangeLog 1753 +MD5 48513d497a909f0177321d5129c7648c ChangeLog 1899 MD5 2141fbeb8a10474e5c88b11a314ff503 files/digest-xcursor-themes-0.99.1 75 +MD5 6a50fa22b714db00689720a9413d6c57 files/digest-xcursor-themes-1.0.0 74 MD5 c6018649c97cb078e02a77ca12345864 files/make-cursordir-configurable.patch 496 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 MD5 82d02af3ec8adb96f86d5dd91361b93d xcursor-themes-0.99.1.ebuild 640 +MD5 45782bb874f43415ef224ed6c43ddf02 xcursor-themes-1.0.0.ebuild 519 diff --git a/x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.0 b/x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.0 new file mode 100644 index 000000000000..8677e7b01497 --- /dev/null +++ b/x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.0 @@ -0,0 +1 @@ +MD5 cc2346ff7716eae9cb8f2727afc3d78d xcursor-themes-1.0.0.tar.bz2 2266622 diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.0.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.0.ebuild new file mode 100644 index 000000000000..386a2db292ca --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 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.0.ebuild,v 1.1 2005/12/18 00:13:06 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org cursors data" +KEYWORDS="~amd64 ~mips ~ppc ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + =media-libs/libpng-1.2*" +DEPEND="${RDEPEND} + x11-apps/xcursorgen" |