diff options
author | Joshua Brindle <method@gentoo.org> | 2003-11-13 06:08:23 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2003-11-13 06:08:23 +0000 |
commit | 1d617fe01c51318f62abb22355a59c8a5e0b5d85 (patch) | |
tree | 0a26eda7bf4a83a53de52d88469dc361ec0e54f2 | |
parent | version bump (diff) | |
download | gentoo-2-1d617fe01c51318f62abb22355a59c8a5e0b5d85.tar.gz gentoo-2-1d617fe01c51318f62abb22355a59c8a5e0b5d85.tar.bz2 gentoo-2-1d617fe01c51318f62abb22355a59c8a5e0b5d85.zip |
version bump
-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.8 | 1 | ||||
-rw-r--r-- | dev-python/python-selinux/files/digest-python-selinux-2.9 | 1 | ||||
-rw-r--r-- | dev-python/python-selinux/python-selinux-2.9.ebuild (renamed from dev-python/python-selinux/python-selinux-2.8.ebuild) | 2 |
5 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog index f1e9252e43c6..1f08d28e8bfb 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.10 2003/11/09 19:07:29 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.11 2003/11/13 06:08:20 method Exp $ + +*python-selinux-2.9 (13 Nov 2003) + + 13 Nov 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.8.ebuild, + python-selinux-2.9.ebuild: + fixed symlink problem maybe *python-selinux-2.8 (09 Nov 2003) diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest index 0c1f51922ffc..08252f32636f 100644 --- a/dev-python/python-selinux/Manifest +++ b/dev-python/python-selinux/Manifest @@ -1,4 +1,4 @@ -MD5 d74ee283a3a09409a143392e34f59676 python-selinux-2.9.ebuild 713 -MD5 4abeefe2b336c73bb207fb016f254bf3 ChangeLog 2113 +MD5 90b8a17fe0303f086aec07cd5170696f python-selinux-2.9.ebuild 713 +MD5 8360f0f594df18401e0a067d7dabd296 ChangeLog 2113 MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525 MD5 f3229c5f869b618fd461c9b67c91368a files/digest-python-selinux-2.9 69 diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.8 b/dev-python/python-selinux/files/digest-python-selinux-2.8 deleted file mode 100644 index e4ec3c45a077..000000000000 --- a/dev-python/python-selinux/files/digest-python-selinux-2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 85c025506ff83aae84c53dfb697fc9d1 python-selinux-2.8.tar.bz2 6120 diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.9 b/dev-python/python-selinux/files/digest-python-selinux-2.9 new file mode 100644 index 000000000000..59f7c658f78d --- /dev/null +++ b/dev-python/python-selinux/files/digest-python-selinux-2.9 @@ -0,0 +1 @@ +MD5 d106f8cd5c7b5a7f1e5849f2de4cd1ff python-selinux-2.9.tar.bz2 6100 diff --git a/dev-python/python-selinux/python-selinux-2.8.ebuild b/dev-python/python-selinux/python-selinux-2.9.ebuild index f243d4e25d8a..18ae463a6a44 100644 --- a/dev-python/python-selinux/python-selinux-2.8.ebuild +++ b/dev-python/python-selinux/python-selinux-2.9.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.8.ebuild,v 1.1 2003/11/09 19:07:29 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.9.ebuild,v 1.1 2003/11/13 06:08:20 method Exp $ DESCRIPTION="Python bindings for SELinux functions" HOMEPAGE="http://selinux.dev.gentoo.org/python" |