summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xcursor-themes')
-rw-r--r--x11-misc/xcursor-themes/ChangeLog10
-rw-r--r--x11-misc/xcursor-themes/Manifest2
-rw-r--r--x11-misc/xcursor-themes/files/digest-xcursor-themes-0.99.01
-rw-r--r--x11-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild16
4 files changed, 29 insertions, 0 deletions
diff --git a/x11-misc/xcursor-themes/ChangeLog b/x11-misc/xcursor-themes/ChangeLog
new file mode 100644
index 000000000000..94121bc7eb87
--- /dev/null
+++ b/x11-misc/xcursor-themes/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/xcursor-themes
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcursor-themes/ChangeLog,v 1.1 2005/08/08 05:09:04 spyderous Exp $
+
+*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-misc/xcursor-themes/Manifest b/x11-misc/xcursor-themes/Manifest
new file mode 100644
index 000000000000..7b7ddce4ca94
--- /dev/null
+++ b/x11-misc/xcursor-themes/Manifest
@@ -0,0 +1,2 @@
+MD5 c3f18c6b49b4ecc67fa45ecc33a60c10 xcursor-themes-0.99.0.ebuild 366
+MD5 bb3e47d1a01ff8ae9c2220c341563417 files/digest-xcursor-themes-0.99.0 74
diff --git a/x11-misc/xcursor-themes/files/digest-xcursor-themes-0.99.0 b/x11-misc/xcursor-themes/files/digest-xcursor-themes-0.99.0
new file mode 100644
index 000000000000..19c95516f853
--- /dev/null
+++ b/x11-misc/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-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild b/x11-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild
new file mode 100644
index 000000000000..e9fcb0c8fa3e
--- /dev/null
+++ b/x11-misc/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-misc/xcursor-themes/xcursor-themes-0.99.0.ebuild,v 1.1 2005/08/08 05:09:04 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org cursors data"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ =media-libs/libpng-1.2*"
+DEPEND="${RDEPEND}
+ x11-apps/xcursorgen"