summaryrefslogtreecommitdiff
blob: 40027c25c1d6c1ab593e5b79b13149d2584cddc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"