summaryrefslogtreecommitdiff
blob: 35cfd1a6af2df1921c9a0c35f0a49b7979710af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit distutils git

DESCRIPTION="A python library for writing kickstart files"
HOMEPAGE="http://fedoraproject.org/wiki/Pykickstart"
SRC_URI=""
EGIT_REPO_URI="git://git.fedorahosted.org/git/pykickstart.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"