diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-16 02:21:38 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-16 02:21:38 +0000 |
commit | 58cc9214325a0b3f41570e1502efa7e0684dd3f9 (patch) | |
tree | 8ca28d4c95c617c8771b8fa1d7ec205c24674180 | |
parent | Add x11-themes/xcursor-themes to modular X mask. (diff) | |
download | historical-58cc9214325a0b3f41570e1502efa7e0684dd3f9.tar.gz historical-58cc9214325a0b3f41570e1502efa7e0684dd3f9.tar.bz2 historical-58cc9214325a0b3f41570e1502efa7e0684dd3f9.zip |
Move to x11-themes from x11-misc.
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 22 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/Manifest | 3 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.0 | 1 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-0.99.0.ebuild | 16 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog new file mode 100644 index 000000000000..285c926d2a98 --- /dev/null +++ b/x11-themes/xcursor-themes/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for x11-misc/xcursor-themes +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.1 2005/08/16 02:21:38 spyderous Exp $ + + 16 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xcursor-themes-0.99.0.ebuild: + Move to x11-themes from x11-misc. + + 15 Aug 2005; Herbie Hopkins <herbs@gentoo.org> + xcursor-themes-0.99.0.ebuild: + Marked ~amd64. + + 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + xcursor-themes-0.99.0.ebuild: + Add ~sparc keyword (X Modular testing). + +*xcursor-themes-0.99.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xcursor-themes-0.99.0.ebuild: + Initial commit for modular X. + diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest new file mode 100644 index 000000000000..c6a99331ec11 --- /dev/null +++ b/x11-themes/xcursor-themes/Manifest @@ -0,0 +1,3 @@ +MD5 66ba30fc90e027a897a05f236b9bdb1b xcursor-themes-0.99.0.ebuild 499 +MD5 d428508bbb53b0d9ee7ddeabd2293390 ChangeLog 734 +MD5 bb3e47d1a01ff8ae9c2220c341563417 files/digest-xcursor-themes-0.99.0 74 diff --git a/x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.0 b/x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.0 new file mode 100644 index 000000000000..19c95516f853 --- /dev/null +++ b/x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.0 @@ -0,0 +1 @@ +MD5 70895b66058b37f9c90c9a0f5b26d22c xcursor-themes-0.99.0.tar.bz2 616784 diff --git a/x11-themes/xcursor-themes/xcursor-themes-0.99.0.ebuild b/x11-themes/xcursor-themes/xcursor-themes-0.99.0.ebuild new file mode 100644 index 000000000000..c78d567bb456 --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-0.99.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-0.99.0.ebuild,v 1.1 2005/08/16 02:21:38 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org cursors data" +KEYWORDS="~amd64 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + =media-libs/libpng-1.2*" +DEPEND="${RDEPEND} + x11-apps/xcursorgen" |