summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2004-05-06 01:55:00 +0000
committerChris PeBenito <pebenito@gentoo.org>2004-05-06 01:55:00 +0000
commit26b4c384535402d9c23c2f7de9cc12a65062a70b (patch)
treeab32cefad39bec5cfd8efb46904c4b0d75e5698a /dev-python
parentThird version bump in one day! Recloses #49847. (Manifest recommit) (diff)
downloadgentoo-2-26b4c384535402d9c23c2f7de9cc12a65062a70b.tar.gz
gentoo-2-26b4c384535402d9c23c2f7de9cc12a65062a70b.tar.bz2
gentoo-2-26b4c384535402d9c23c2f7de9cc12a65062a70b.zip
mark stable
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-selinux/ChangeLog8
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-2.100
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-2.120
-rw-r--r--dev-python/python-selinux/files/python-selinux-2.10.c.bz2bin5624 -> 0 bytes
-rw-r--r--dev-python/python-selinux/files/python-selinux-2.12.c.bz2bin5621 -> 0 bytes
-rw-r--r--dev-python/python-selinux/python-selinux-2.10.ebuild36
-rw-r--r--dev-python/python-selinux/python-selinux-2.12.ebuild36
-rw-r--r--dev-python/python-selinux/python-selinux-2.14.ebuild4
8 files changed, 9 insertions, 75 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog
index 71d17769f59d..d60404a83681 100644
--- a/dev-python/python-selinux/ChangeLog
+++ b/dev-python/python-selinux/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/python-selinux
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.18 2004/04/30 20:27:00 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.19 2004/05/06 01:55:00 pebenito Exp $
+
+ 05 May 2004; Chris PeBenito <pebenito@gentoo.org>
+ -files/python-selinux-2.10.c.bz2, -files/python-selinux-2.12.c.bz2,
+ -python-selinux-2.10.ebuild, -python-selinux-2.12.ebuild,
+ python-selinux-2.14.ebuild:
+ Mark stable.
*python-selinux-2.14 (30 Apr 2004)
diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.10 b/dev-python/python-selinux/files/digest-python-selinux-2.10
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/dev-python/python-selinux/files/digest-python-selinux-2.10
+++ /dev/null
diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.12 b/dev-python/python-selinux/files/digest-python-selinux-2.12
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/dev-python/python-selinux/files/digest-python-selinux-2.12
+++ /dev/null
diff --git a/dev-python/python-selinux/files/python-selinux-2.10.c.bz2 b/dev-python/python-selinux/files/python-selinux-2.10.c.bz2
deleted file mode 100644
index c767bd094a41..000000000000
--- a/dev-python/python-selinux/files/python-selinux-2.10.c.bz2
+++ /dev/null
Binary files differ
diff --git a/dev-python/python-selinux/files/python-selinux-2.12.c.bz2 b/dev-python/python-selinux/files/python-selinux-2.12.c.bz2
deleted file mode 100644
index 12c6edf2c8b9..000000000000
--- a/dev-python/python-selinux/files/python-selinux-2.12.c.bz2
+++ /dev/null
Binary files differ
diff --git a/dev-python/python-selinux/python-selinux-2.10.ebuild b/dev-python/python-selinux/python-selinux-2.10.ebuild
deleted file mode 100644
index 1c442c6632aa..000000000000
--- a/dev-python/python-selinux/python-selinux-2.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.10.ebuild,v 1.3 2003/12/07 00:59:49 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"
-IUSE=""
-
-DEPEND="dev-lang/python
- sys-libs/libselinux"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- mkdir -p ${S}
- bzcat ${FILESDIR}/${P}.c.bz2 > ${S}/selinux.c
-}
-
-src_compile() {
- cd ${S}
- einfo "Compiling selinux.so"
- 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
-}
diff --git a/dev-python/python-selinux/python-selinux-2.12.ebuild b/dev-python/python-selinux/python-selinux-2.12.ebuild
deleted file mode 100644
index 63ad55241664..000000000000
--- a/dev-python/python-selinux/python-selinux-2.12.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.12.ebuild,v 1.2 2004/04/08 19:21:28 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"
-IUSE=""
-
-DEPEND="dev-lang/python
- sys-libs/libselinux"
-RDEPEND="${DEPEND}"
-
-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
-}
diff --git a/dev-python/python-selinux/python-selinux-2.14.ebuild b/dev-python/python-selinux/python-selinux-2.14.ebuild
index 29a9658ff0e0..b5c27e3c70e0 100644
--- a/dev-python/python-selinux/python-selinux-2.14.ebuild
+++ b/dev-python/python-selinux/python-selinux-2.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.1 2004/04/30 20:27:00 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.14.ebuild,v 1.2 2004/05/06 01:55:00 pebenito Exp $
inherit python
python_version
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ppc sparc"
IUSE=""
DEPEND="dev-lang/python