summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-11-05 02:31:34 +0000
committerMike Gardiner <obz@gentoo.org>2004-11-05 02:31:34 +0000
commit5b003d6270b3dc0cb0b88cfe192e3a74cb527aa2 (patch)
treed9f5995831ab6a4f5f4ec061744b10ff4ddb8622 /gnome-extra/gcursor/gcursor-0.061.ebuild
parentchmod is not smart, i need to tell it what to do (diff)
downloadhistorical-5b003d6270b3dc0cb0b88cfe192e3a74cb527aa2.tar.gz
historical-5b003d6270b3dc0cb0b88cfe192e3a74cb527aa2.tar.bz2
historical-5b003d6270b3dc0cb0b88cfe192e3a74cb527aa2.zip
Version bump, as requested in bug #62241
Diffstat (limited to 'gnome-extra/gcursor/gcursor-0.061.ebuild')
-rw-r--r--gnome-extra/gcursor/gcursor-0.061.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnome-extra/gcursor/gcursor-0.061.ebuild b/gnome-extra/gcursor/gcursor-0.061.ebuild
new file mode 100644
index 000000000000..6e4d6978e88b
--- /dev/null
+++ b/gnome-extra/gcursor/gcursor-0.061.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061.ebuild,v 1.1 2004/11/05 02:31:34 obz Exp $
+
+inherit gnome2
+
+DESCRIPTION="An X11 mouse cursor theme selector"
+HOMEPAGE="http://qballcow.nl/?s=14"
+SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+
+RDEPEND=">=dev-libs/glib-2
+ >=x11-libs/gtk+-2
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ >=gnome-base/gconf-2
+ >=app-arch/file-roller-2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12"
+
+DOCS="AUTHORS ChangeLog TODO"
+