diff options
author | Joshua Brindle <method@gentoo.org> | 2003-10-07 04:43:20 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2003-10-07 04:43:20 +0000 |
commit | 082b206186176a7f2cfcbbdd703daa4341ac55c3 (patch) | |
tree | 9d9222101fcc621a5c7c86b17411741688a5c8c0 /dev-python/python-selinux | |
parent | fixed file in use issue (diff) | |
download | historical-082b206186176a7f2cfcbbdd703daa4341ac55c3.tar.gz historical-082b206186176a7f2cfcbbdd703daa4341ac55c3.tar.bz2 historical-082b206186176a7f2cfcbbdd703daa4341ac55c3.zip |
fixed file in use issue
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r-- | dev-python/python-selinux/Manifest | 5 | ||||
-rw-r--r-- | dev-python/python-selinux/files/digest-python-selinux-2.5 | 1 | ||||
-rw-r--r-- | dev-python/python-selinux/files/digest-python-selinux-2.6 | 1 | ||||
-rw-r--r-- | dev-python/python-selinux/python-selinux-2.6.ebuild (renamed from dev-python/python-selinux/python-selinux-2.5.ebuild) | 2 |
4 files changed, 4 insertions, 5 deletions
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" |