Files
sablink-distro/dev-util/pykickstart/pykickstart-1.69.ebuild
T
Sławomir Nizio ba9ebc33bf [{app-admin,dev-python,dev-util,sys-block}/*] bump to EAPI 3
Bumped EAPI to 3 due to deprecation in distutils.eclass:
Usage of distutils.eclass in packages not supporting installation
 * for multiple Python ABIs in EAPI <=2 is deprecated and will be banned
 * on 2011-06-01.
2011-05-18 21:43:31 +02:00

19 lines
478 B
Bash

# 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"