diff --git a/dev-python/python-slip/Manifest b/dev-python/python-slip/Manifest new file mode 100644 index 000000000..a96f0729e --- /dev/null +++ b/dev-python/python-slip/Manifest @@ -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 diff --git a/dev-python/python-slip/python-slip-0.2.9.ebuild b/dev-python/python-slip/python-slip-0.2.9.ebuild new file mode 100644 index 000000000..b21635b5f --- /dev/null +++ b/dev-python/python-slip/python-slip-0.2.9.ebuild @@ -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 +}