[dev-python/python-slip] new ebuild, required by Anaconda (via firstboot)

This commit is contained in:
Fabio Erculiani
2010-04-11 17:24:27 +02:00
parent e3a4a8c772
commit 06bf083b1b
2 changed files with 31 additions and 0 deletions
@@ -0,0 +1,29 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
PYTHON_DEPEND="2"
inherit python distutils
DESCRIPTION="The Simple Library for Python packages"
HOMEPAGE="https://fedorahosted.org/python-slip/"
SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk selinux"
# TODO: split package?
RDEPEND="selinux? ( sys-libs/libselinux )
dev-python/dbus-python
sys-auth/policykit
sys-auth/polkit
dev-python/decorator
gtk? ( dev-python/pygtk )"
src_compile() {
emake || die "cannot run make"
distutils_src_compile
}