diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 08:53:24 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 08:53:24 +0000 |
commit | 3fa37087379e630f1e27328d2d699eb75f5b5b91 (patch) | |
tree | cbc5ea1250c2414b8fe667d1714000900c2933cc /x11-themes | |
parent | Bump for 7.0. (diff) | |
download | gentoo-2-3fa37087379e630f1e27328d2d699eb75f5b5b91.tar.gz gentoo-2-3fa37087379e630f1e27328d2d699eb75f5b5b91.tar.bz2 gentoo-2-3fa37087379e630f1e27328d2d699eb75f5b5b91.zip |
Bump for 7.0.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.1 | 1 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild | 16 |
3 files changed, 24 insertions, 1 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index 4a2a253c7eca..9bd72bf6931b 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.10 2005/12/18 00:13:06 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.11 2005/12/23 08:53:24 spyderous Exp $ + +*xcursor-themes-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xcursor-themes-1.0.1.ebuild: + Bump for 7.0. *xcursor-themes-1.0.0 (18 Dec 2005) diff --git a/x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.1 b/x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.1 new file mode 100644 index 000000000000..dc2a10193644 --- /dev/null +++ b/x11-themes/xcursor-themes/files/digest-xcursor-themes-1.0.1 @@ -0,0 +1 @@ +MD5 014bad415e64c49994679cdb71a97e37 xcursor-themes-1.0.1.tar.bz2 2257899 diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild new file mode 100644 index 000000000000..236995067567 --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.1.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.1.ebuild,v 1.1 2005/12/23 08:53:24 spyderous 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" |