summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 05:09:33 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 05:09:33 +0000
commit60ef24a147804aca7708ecf89063376a8058b73d (patch)
tree43a39182b4b4ba9b94d27f9e1a6244c7fe8933c0 /x11-apps/xcursorgen
parentInitial commit for modular X. (diff)
downloadgentoo-2-60ef24a147804aca7708ecf89063376a8058b73d.tar.gz
gentoo-2-60ef24a147804aca7708ecf89063376a8058b73d.tar.bz2
gentoo-2-60ef24a147804aca7708ecf89063376a8058b73d.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/ChangeLog10
-rw-r--r--x11-apps/xcursorgen/Manifest2
-rw-r--r--x11-apps/xcursorgen/files/digest-xcursorgen-0.99.01
-rw-r--r--x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild15
4 files changed, 28 insertions, 0 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog
new file mode 100644
index 000000000000..0ac7db89e5bd
--- /dev/null
+++ b/x11-apps/xcursorgen/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-apps/xcursorgen
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.1 2005/08/08 05:06:15 spyderous Exp $
+
+*xcursorgen-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xcursorgen-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
new file mode 100644
index 000000000000..ac97b683fd86
--- /dev/null
+++ b/x11-apps/xcursorgen/Manifest
@@ -0,0 +1,2 @@
+MD5 9a76669c5eead64114cb310a95fd4569 xcursorgen-0.99.0.ebuild 355
+MD5 b44d55ae8bcce033bcdbf1d416a86acb files/digest-xcursorgen-0.99.0 69
diff --git a/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.0 b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.0
new file mode 100644
index 000000000000..7037d7232ba9
--- /dev/null
+++ b/x11-apps/xcursorgen/files/digest-xcursorgen-0.99.0
@@ -0,0 +1 @@
+MD5 6a2de4544d5861191c56484ac7e45790 xcursorgen-0.99.0.tar.bz2 54758
diff --git a/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild b/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild
new file mode 100644
index 000000000000..dc9185550d2b
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-0.99.0.ebuild,v 1.1 2005/08/08 05:06:15 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xcursorgen application"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ =media-libs/libpng-1.2*"
+DEPEND="${RDEPEND}"