summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-25 19:12:41 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-25 19:12:41 +0000
commita5ed416f9a7b826d2afbb1c45a5170b3143bf7e3 (patch)
tree4d22ddb59b2f70f46ab4f76bed5ade47912fa6d9 /dev-util
parent sys-block/open-iscsi: update manifest (diff)
downloadanaconda-overlay-a5ed416f9a7b826d2afbb1c45a5170b3143bf7e3.tar.gz
anaconda-overlay-a5ed416f9a7b826d2afbb1c45a5170b3143bf7e3.tar.bz2
anaconda-overlay-a5ed416f9a7b826d2afbb1c45a5170b3143bf7e3.zip
New versions of Fedora ebuilds
Diffstat (limited to 'dev-util')
-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"