summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/pykickstart/pykickstart-1.99.2.ebuild')
-rw-r--r--dev-util/pykickstart/pykickstart-1.99.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/pykickstart/pykickstart-1.99.2.ebuild b/dev-util/pykickstart/pykickstart-1.99.2.ebuild
new file mode 100644
index 0000000..40027c2
--- /dev/null
+++ b/dev-util/pykickstart/pykickstart-1.99.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2004-2010 Sabayon
+# Distributed under the terms of the GNU General Public License v2
+# $
+
+EAPI="3"
+EGIT_COMMIT="r${PV}-1"
+EGIT_REPO_URI="git://git.fedorahosted.org/git/pykickstart.git"
+inherit base distutils git
+
+DESCRIPTION="pykickstart is a python library that is used for reading and writing kickstart files."
+HOMEPAGE="http://fedoraproject.org/wiki/Pykickstart"
+SRC_URI=""
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="${RDEPEND} sys-devel/gettext"