diff options
author | Joshua Brindle <method@gentoo.org> | 2003-10-13 05:50:29 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2003-10-13 05:50:29 +0000 |
commit | 217aa7593e1d5e3c23dc913c2ab8364e5285a805 (patch) | |
tree | fefacf35eef3c72498a8ec4f6ff21ed7480bc756 /dev-python/python-selinux | |
parent | version bump (diff) | |
download | gentoo-2-217aa7593e1d5e3c23dc913c2ab8364e5285a805.tar.gz gentoo-2-217aa7593e1d5e3c23dc913c2ab8364e5285a805.tar.bz2 gentoo-2-217aa7593e1d5e3c23dc913c2ab8364e5285a805.zip |
version bump
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r-- | dev-python/python-selinux/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-selinux/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-selinux/files/digest-python-selinux-2.6 | 1 | ||||
-rw-r--r-- | dev-python/python-selinux/files/digest-python-selinux-2.7 | 1 | ||||
-rw-r--r-- | dev-python/python-selinux/python-selinux-2.7.ebuild (renamed from dev-python/python-selinux/python-selinux-2.6.ebuild) | 2 |
5 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog index b7f73325d145..2931dc753637 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.6 2003/10/07 04:43:15 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.7 2003/10/13 05:50:27 method Exp $ + +*python-selinux-2.7 (13 Oct 2003) + + 13 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.6.ebuild, + python-selinux-2.6.ebuild, python-selinux-2.7.ebuild: + major fixes, doesn't use shutil for copies anymore *python-selinux-2.6 (06 Oct 2003) diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest index 9913942d9663..01a26d287968 100644 --- a/dev-python/python-selinux/Manifest +++ b/dev-python/python-selinux/Manifest @@ -1,6 +1,6 @@ MD5 e010d713dec1a57d7ae150ce2090cf62 python-selinux-1.2.ebuild 721 -MD5 273a58e8431e6178993781b4055ddd22 python-selinux-2.7.ebuild 702 -MD5 04a5416271847d6a50cc4935d6bbf966 ChangeLog 1276 +MD5 6f6b48ed49474dbfca86c0493798939f python-selinux-2.7.ebuild 702 +MD5 1c9540a758963848aacefb19725dc767 ChangeLog 1498 MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525 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-2.6 b/dev-python/python-selinux/files/digest-python-selinux-2.6 deleted file mode 100644 index 68a2099d44ec..000000000000 --- a/dev-python/python-selinux/files/digest-python-selinux-2.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 2374cf1636281ee0d803b4ee7300d5bc python-selinux-2.6.tar.bz2 4733 diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.7 b/dev-python/python-selinux/files/digest-python-selinux-2.7 new file mode 100644 index 000000000000..a377374d38d0 --- /dev/null +++ b/dev-python/python-selinux/files/digest-python-selinux-2.7 @@ -0,0 +1 @@ +MD5 a72b447424e1ee76c04611e351456f31 python-selinux-2.7.tar.bz2 6148 diff --git a/dev-python/python-selinux/python-selinux-2.6.ebuild b/dev-python/python-selinux/python-selinux-2.7.ebuild index dfd371ba9618..ec4cef13bb74 100644 --- a/dev-python/python-selinux/python-selinux-2.6.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.6.ebuild,v 1.1 2003/10/07 04:43:15 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.7.ebuild,v 1.1 2003/10/13 05:50:27 method Exp $ DESCRIPTION="Python bindings for SELinux functions" HOMEPAGE="http://selinux.dev.gentoo.org/python" |