summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-10-29 06:12:42 +0000
committerJoshua Brindle <method@gentoo.org>2003-10-29 06:12:42 +0000
commit811972ff55047b9675d6f2e0d480ca984e83d23b (patch)
tree579e539e71a87af0d04aeacc3784f5563b08ba5c /dev-python/python-selinux
parentMarking x86 -- no bugs filed since initial commit. (diff)
downloadgentoo-2-811972ff55047b9675d6f2e0d480ca984e83d23b.tar.gz
gentoo-2-811972ff55047b9675d6f2e0d480ca984e83d23b.tar.bz2
gentoo-2-811972ff55047b9675d6f2e0d480ca984e83d23b.zip
stable
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r--dev-python/python-selinux/ChangeLog6
-rw-r--r--dev-python/python-selinux/Manifest6
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-1.21
-rw-r--r--dev-python/python-selinux/python-selinux-1.2.ebuild27
-rw-r--r--dev-python/python-selinux/python-selinux-2.7.ebuild4
5 files changed, 9 insertions, 35 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog
index a0a3769ddd45..10005f34e38d 100644
--- a/dev-python/python-selinux/ChangeLog
+++ b/dev-python/python-selinux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-selinux
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.8 2003/10/13 19:22:00 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.9 2003/10/29 06:12:35 method Exp $
+
+ 29 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.2.ebuild,
+ python-selinux-1.2.ebuild, python-selinux-2.7.ebuild:
+ made 2.7 x86, ppc, sparc stable
13 Oct 2003; Chris PeBenito <pebenito@gentoo.org> python-selinux-2.7.ebuild:
Make the ebuild fail if the compile fails.
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest
index 965192b67b07..4071c7a3cdcf 100644
--- a/dev-python/python-selinux/Manifest
+++ b/dev-python/python-selinux/Manifest
@@ -1,6 +1,4 @@
-MD5 acc8efc807972e662f4db62757e89d2e ChangeLog 1625
+MD5 ee4713555ed4014056b5aff26849cd2a python-selinux-2.7.ebuild 713
+MD5 7ef3b494843ae8e2dfa2b0af77785d2c ChangeLog 1791
MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525
-MD5 e010d713dec1a57d7ae150ce2090cf62 python-selinux-1.2.ebuild 721
-MD5 21405a804b580372b82749671741c1a8 python-selinux-2.7.ebuild 711
-MD5 fe5e6d65ff52bce9f7de7629920c3644 files/digest-python-selinux-1.2 69
MD5 87a8f1b6a61967117d4f1617c65fa6c9 files/digest-python-selinux-2.7 69
diff --git a/dev-python/python-selinux/files/digest-python-selinux-1.2 b/dev-python/python-selinux/files/digest-python-selinux-1.2
deleted file mode 100644
index bcad36ec32c8..000000000000
--- a/dev-python/python-selinux/files/digest-python-selinux-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 674ea73c45804ca32b96f6754d02732c python-selinux-1.2.tar.bz2 5208
diff --git a/dev-python/python-selinux/python-selinux-1.2.ebuild b/dev-python/python-selinux/python-selinux-1.2.ebuild
deleted file mode 100644
index 0b9ca1b9cef6..000000000000
--- a/dev-python/python-selinux/python-selinux-1.2.ebuild
+++ /dev/null
@@ -1,27 +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-1.2.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $
-
-DESCRIPTION="Python bindings for SELinux functions"
-HOMEPAGE="http://selinux.dev.gentoo.org/python"
-SRC_URI="http://selinux.dev.gentoo.org/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~x86"
-IUSE="selinux"
-
-DEPEND="sys-apps/selinux-small"
-RDEPEND="sys-apps/selinux-small"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- cd ${S}
- gcc -shared -o selinux.so -I /usr/include/python2.2/ selinux.c -lsecure
-}
-
-src_install() {
- insinto /usr/lib/python2.2/site-packages
- doins selinux.so
-}
diff --git a/dev-python/python-selinux/python-selinux-2.7.ebuild b/dev-python/python-selinux/python-selinux-2.7.ebuild
index 2799c6da6843..ac69f2b9d3de 100644
--- a/dev-python/python-selinux/python-selinux-2.7.ebuild
+++ b/dev-python/python-selinux/python-selinux-2.7.ebuild
@@ -1,6 +1,6 @@
# 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.7.ebuild,v 1.2 2003/10/13 19:22:00 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.7.ebuild,v 1.3 2003/10/29 06:12:35 method Exp $
DESCRIPTION="Python bindings for SELinux functions"
HOMEPAGE="http://selinux.dev.gentoo.org/python"
@@ -8,7 +8,7 @@ SRC_URI="http://selinux.dev.gentoo.org/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc sparc"
IUSE=""
DEPEND="sys-libs/libselinux"