aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSardem FF7 <sardemff7.pub@gmail.com>2010-09-12 14:33:31 +0200
committerSardem FF7 <sardemff7.pub@gmail.com>2010-09-12 14:33:31 +0200
commit58cdd74c825d223d24184d36b9218dfb89e4cca3 (patch)
treea94fe3fea2582facf6f9600fa0bbf3ff7390eacd /x11-misc/gursormaker/gursormaker-0.6.0.ebuild
downloadsardemff7-58cdd74c825d223d24184d36b9218dfb89e4cca3.tar.gz
sardemff7-58cdd74c825d223d24184d36b9218dfb89e4cca3.tar.bz2
sardemff7-58cdd74c825d223d24184d36b9218dfb89e4cca3.zip
Initial ebuilds
Diffstat (limited to 'x11-misc/gursormaker/gursormaker-0.6.0.ebuild')
-rw-r--r--x11-misc/gursormaker/gursormaker-0.6.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-misc/gursormaker/gursormaker-0.6.0.ebuild b/x11-misc/gursormaker/gursormaker-0.6.0.ebuild
new file mode 100644
index 0000000..c19eef2
--- /dev/null
+++ b/x11-misc/gursormaker/gursormaker-0.6.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2006 Vincent Paeder
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="3"
+
+inherit distutils
+
+DESCRIPTION="A cursor editor for X11 using GTK+"
+HOMEPAGE="http://gursormaker.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND=">=dev-lang/python-2.3
+ >=dev-python/pygtk-2.8"