[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
+2
View File
@@ -0,0 +1,2 @@
DIST python-slip-0.2.9.tar.bz2 22017 RMD160 9e1672978857a73b6ad60569aaf8c03aaeeffe29 SHA1 2aeb7a63debb176848f0638dea9d5bdc63f10a15 SHA256 8e2d78af1c94599559d8396c67eae27f6899bee6f4f7ad33e2470cac677ac898
EBUILD python-slip-0.2.9.ebuild 658 RMD160 3d0fa5a3e8f7a0185d5c08322caebbe5bbb1c7bf SHA1 1a9bd67b808a03dbb0ee4270e2792140fb1e07fb SHA256 b1964aa0604192a22b127be11da29e2769ac9d3dfa2bfd8b1a1513b97d9786df
@@ -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
}