summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-07-30 01:20:55 +0000
committerJoshua Brindle <method@gentoo.org>2003-07-30 01:20:55 +0000
commitde5b48ecd596b626e817799e9d7bb720aaf64c3c (patch)
treefd0b04077461e258fd736271dfc7c002befd22b9 /dev-python/python-selinux
parentnew version (diff)
downloadhistorical-de5b48ecd596b626e817799e9d7bb720aaf64c3c.tar.gz
historical-de5b48ecd596b626e817799e9d7bb720aaf64c3c.tar.bz2
historical-de5b48ecd596b626e817799e9d7bb720aaf64c3c.zip
new version
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r--dev-python/python-selinux/Manifest8
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-1.0-r11
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-1.11
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-1.21
-rw-r--r--dev-python/python-selinux/python-selinux-1.0-r1.ebuild27
-rw-r--r--dev-python/python-selinux/python-selinux-1.2.ebuild (renamed from dev-python/python-selinux/python-selinux-1.1.ebuild)2
6 files changed, 4 insertions, 36 deletions
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest
index 93c2f1f07ef3..93314e009fbe 100644
--- a/dev-python/python-selinux/Manifest
+++ b/dev-python/python-selinux/Manifest
@@ -1,8 +1,4 @@
-MD5 afbd1cf62fa9f3d52ea9f0de38d5693b python-selinux-1.0-r1.ebuild 723
-MD5 85ef6e845f8c42005bdeb76a61da02b4 python-selinux-1.2.ebuild 720
-MD5 85ef6e845f8c42005bdeb76a61da02b4 python-selinux-1.1.ebuild 720
-MD5 8734367d9986de3916e81b4df5135ff1 ChangeLog 791
+MD5 88aaf73466fd5177675128b2277a300d python-selinux-1.2.ebuild 720
+MD5 c9dba0198acbe5c4268b31ae753a465d ChangeLog 948
MD5 f182ab46e74041b1e72cc2f0e31d09d7 metadata.xml 418
-MD5 1732ae6774faefc18325a59dbe3717fd files/digest-python-selinux-1.1 69
MD5 fe5e6d65ff52bce9f7de7629920c3644 files/digest-python-selinux-1.2 69
-MD5 f4f53a607d0d144110d027de26861546 files/digest-python-selinux-1.0-r1 69
diff --git a/dev-python/python-selinux/files/digest-python-selinux-1.0-r1 b/dev-python/python-selinux/files/digest-python-selinux-1.0-r1
deleted file mode 100644
index d4d530213913..000000000000
--- a/dev-python/python-selinux/files/digest-python-selinux-1.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cefef7f0c59cd38a343b5ae8d03d8cfd python-selinux-1.0.tar.bz2 5119
diff --git a/dev-python/python-selinux/files/digest-python-selinux-1.1 b/dev-python/python-selinux/files/digest-python-selinux-1.1
deleted file mode 100644
index 0ddd99db3e46..000000000000
--- a/dev-python/python-selinux/files/digest-python-selinux-1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 94cfdd6f663801dcdf36746d7b68ed9e python-selinux-1.1.tar.bz2 5172
diff --git a/dev-python/python-selinux/files/digest-python-selinux-1.2 b/dev-python/python-selinux/files/digest-python-selinux-1.2
new file mode 100644
index 000000000000..bcad36ec32c8
--- /dev/null
+++ b/dev-python/python-selinux/files/digest-python-selinux-1.2
@@ -0,0 +1 @@
+MD5 674ea73c45804ca32b96f6754d02732c python-selinux-1.2.tar.bz2 5208
diff --git a/dev-python/python-selinux/python-selinux-1.0-r1.ebuild b/dev-python/python-selinux/python-selinux-1.0-r1.ebuild
deleted file mode 100644
index a5a4290bdd93..000000000000
--- a/dev-python/python-selinux/python-selinux-1.0-r1.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.0-r1.ebuild,v 1.1 2003/07/10 00:24:19 method 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-1.1.ebuild b/dev-python/python-selinux/python-selinux-1.2.ebuild
index c353135545c9..a9663b30f78d 100644
--- a/dev-python/python-selinux/python-selinux-1.1.ebuild
+++ b/dev-python/python-selinux/python-selinux-1.2.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-1.1.ebuild,v 1.1 2003/07/29 23:11:39 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-1.2.ebuild,v 1.1 2003/07/30 01:20:51 method Exp $
DESCRIPTION="Python bindings for SELinux functions"
HOMEPAGE="http://selinux.dev.gentoo.org/python"