diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2005-03-19 00:15:03 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2005-03-19 00:15:03 +0000 |
commit | 153d3bfd83640e0a4267a03c23feb1d31dee8fd4 (patch) | |
tree | 34915079accacf5156db2685e2b43ce47869da85 /dev-python/python-selinux | |
parent | initial import #84751 (diff) | |
download | historical-153d3bfd83640e0a4267a03c23feb1d31dee8fd4.tar.gz historical-153d3bfd83640e0a4267a03c23feb1d31dee8fd4.tar.bz2 historical-153d3bfd83640e0a4267a03c23feb1d31dee8fd4.zip |
rm old
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r-- | dev-python/python-selinux/Manifest | 13 | ||||
-rw-r--r-- | dev-python/python-selinux/files/digest-python-selinux-2.14 | 0 | ||||
-rw-r--r-- | dev-python/python-selinux/files/python-selinux-2.14.c.bz2 | bin | 5879 -> 0 bytes | |||
-rw-r--r-- | dev-python/python-selinux/python-selinux-2.14.ebuild | 35 |
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest index 3e43780df1e7..ca9f91173119 100644 --- a/dev-python/python-selinux/Manifest +++ b/dev-python/python-selinux/Manifest @@ -1,18 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 8da6474654a11c03fec379df64971ff1 ChangeLog 3765 MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525 -MD5 c147a910aeafe8aec17a4c0b2447a249 python-selinux-2.14.ebuild 845 MD5 9af7594c05399c0d1c1e247799a07b0c python-selinux-2.15.ebuild 851 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.14 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.15 0 -MD5 4ff5600ef22d8b1261fffca18f5e085b files/python-selinux-2.14.c.bz2 5879 MD5 135bcb03bcb0dbed4e8bc354e1ff38f3 files/python-selinux-2.15.c.bz2 6831 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBd3B6GSBEIeh4AEYRAkxDAJ45bD5zZmyfdTN0LeQ7+kh/Intt0ACfYSlW -jTUKhZ6lVEJ8bC4Dj2svl2w= -=WmyM ------END PGP SIGNATURE----- diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.14 b/dev-python/python-selinux/files/digest-python-selinux-2.14 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/dev-python/python-selinux/files/digest-python-selinux-2.14 +++ /dev/null diff --git a/dev-python/python-selinux/files/python-selinux-2.14.c.bz2 b/dev-python/python-selinux/files/python-selinux-2.14.c.bz2 Binary files differdeleted file mode 100644 index c5b2ce1a1f09..000000000000 --- a/dev-python/python-selinux/files/python-selinux-2.14.c.bz2 +++ /dev/null diff --git a/dev-python/python-selinux/python-selinux-2.14.ebuild b/dev-python/python-selinux/python-selinux-2.14.ebuild deleted file mode 100644 index 52745a839025..000000000000 --- a/dev-python/python-selinux/python-selinux-2.14.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.14.ebuild,v 1.5 2004/09/20 21:17:36 pebenito Exp $ - -inherit python -python_version - -DESCRIPTION="Python bindings for SELinux functions" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="x86 ppc sparc amd64" -IUSE="" - -DEPEND="dev-lang/python - sys-libs/libselinux" - -S=${WORKDIR}/${PN} - -src_unpack() { - mkdir -p ${S} - bzcat ${FILESDIR}/${P}.c.bz2 > ${S}/selinux.c -} - -src_compile() { - cd ${S} - einfo "Compiling selinux.so for python ${PYVER}" - gcc -fPIC -shared -o selinux.so -I /usr/include/python${PYVER}/ selinux.c -lselinux || die -} - -src_install() { - insinto /usr/lib/python${PYVER}/site-packages - doins selinux.so -} |