summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-10-07 04:43:20 +0000
committerJoshua Brindle <method@gentoo.org>2003-10-07 04:43:20 +0000
commitddcfefc1fe1e8b9acf09c69e1f29e9ed93a8e303 (patch)
tree88f33b9551cbbd99fa29859223f5343a42f4f202 /dev-python
parentfixed file in use issue (diff)
downloadgentoo-2-ddcfefc1fe1e8b9acf09c69e1f29e9ed93a8e303.tar.gz
gentoo-2-ddcfefc1fe1e8b9acf09c69e1f29e9ed93a8e303.tar.bz2
gentoo-2-ddcfefc1fe1e8b9acf09c69e1f29e9ed93a8e303.zip
fixed file in use issue
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-selinux/ChangeLog8
-rw-r--r--dev-python/python-selinux/Manifest5
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-2.51
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-2.61
-rw-r--r--dev-python/python-selinux/python-selinux-2.6.ebuild (renamed from dev-python/python-selinux/python-selinux-2.5.ebuild)2
5 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog
index 9a7110d823b1..b7f73325d145 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.5 2003/10/03 04:25:39 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.6 2003/10/07 04:43:15 method Exp $
+
+*python-selinux-2.6 (06 Oct 2003)
+
+ 06 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.5.ebuild,
+ python-selinux-2.5.ebuild, python-selinux-2.6.ebuild:
+ fixed file in use problem
*python-selinux-2.5 (02 Oct 2003)
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest
index 92cc1179f571..68d6fc7d656f 100644
--- a/dev-python/python-selinux/Manifest
+++ b/dev-python/python-selinux/Manifest
@@ -1,7 +1,6 @@
-MD5 31daace953366dfcdb73c1e41239229f python-selinux-2.6.ebuild 702
+MD5 273a58e8431e6178993781b4055ddd22 python-selinux-2.6.ebuild 702
MD5 e010d713dec1a57d7ae150ce2090cf62 python-selinux-1.2.ebuild 721
-MD5 1394a7664fa769ba8eb2df4e3ea02a07 ChangeLog 1079
+MD5 04a5416271847d6a50cc4935d6bbf966 ChangeLog 1276
MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525
MD5 fe5e6d65ff52bce9f7de7629920c3644 files/digest-python-selinux-1.2 69
-MD5 f5c0268d673e7092a995cd85732616b0 files/digest-python-selinux-2.5 69
MD5 7470ea916998ba9144ab296831009874 files/digest-python-selinux-2.6 69
diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.5 b/dev-python/python-selinux/files/digest-python-selinux-2.5
deleted file mode 100644
index 611229c15374..000000000000
--- a/dev-python/python-selinux/files/digest-python-selinux-2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2374cf1636281ee0d803b4ee7300d5bc python-selinux-2.5.tar.bz2 4733
diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.6 b/dev-python/python-selinux/files/digest-python-selinux-2.6
new file mode 100644
index 000000000000..68a2099d44ec
--- /dev/null
+++ b/dev-python/python-selinux/files/digest-python-selinux-2.6
@@ -0,0 +1 @@
+MD5 2374cf1636281ee0d803b4ee7300d5bc python-selinux-2.6.tar.bz2 4733
diff --git a/dev-python/python-selinux/python-selinux-2.5.ebuild b/dev-python/python-selinux/python-selinux-2.6.ebuild
index d9f0946e4e0e..dfd371ba9618 100644
--- a/dev-python/python-selinux/python-selinux-2.5.ebuild
+++ b/dev-python/python-selinux/python-selinux-2.6.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.5.ebuild,v 1.1 2003/10/03 04:24:14 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.6.ebuild,v 1.1 2003/10/07 04:43:15 method Exp $
DESCRIPTION="Python bindings for SELinux functions"
HOMEPAGE="http://selinux.dev.gentoo.org/python"