diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-03-22 22:49:43 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-03-22 22:49:43 +0000 |
commit | 3a4af2df3fc39a438145e1f5dcffb68d70c2f7dc (patch) | |
tree | aa3fe14a92d9295b9f1fd376ca719ad3fce20cd4 /dev-python/python-selinux | |
parent | Marking stable x86 (diff) | |
download | gentoo-2-3a4af2df3fc39a438145e1f5dcffb68d70c2f7dc.tar.gz gentoo-2-3a4af2df3fc39a438145e1f5dcffb68d70c2f7dc.tar.bz2 gentoo-2-3a4af2df3fc39a438145e1f5dcffb68d70c2f7dc.zip |
Mark stable, clean out old ebuild.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'dev-python/python-selinux')
4 files changed, 7 insertions, 36 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog index 01e282a65d4d..df68bf44a0cd 100644 --- a/dev-python/python-selinux/ChangeLog +++ b/dev-python/python-selinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-selinux # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.33 2006/02/27 01:25:29 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.34 2006/03/22 22:49:43 pebenito Exp $ + + 22 Mar 2006; Chris PeBenito <pebenito@gentoo.org> + -python-selinux-2.16-r1.ebuild, python-selinux-2.16-r2.ebuild: + Mark stable, clean out old ebuild. *python-selinux-2.16-r2 (27 Feb 2006) diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.16-r1 b/dev-python/python-selinux/files/digest-python-selinux-2.16-r1 deleted file mode 100644 index 3493b9e2caed..000000000000 --- a/dev-python/python-selinux/files/digest-python-selinux-2.16-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ecd80bfccd31fc2af91f0f7df18d257e python-selinux-2.16.tar.bz2 13701 -RMD160 0eb99309c866c1420fcafd4f3ea2b2325e167504 python-selinux-2.16.tar.bz2 13701 -SHA256 8b2850174ab13a36f9601b717e5d4985fb8f3c21376d698d6f1a5baa39935b0b python-selinux-2.16.tar.bz2 13701 diff --git a/dev-python/python-selinux/python-selinux-2.16-r1.ebuild b/dev-python/python-selinux/python-selinux-2.16-r1.ebuild deleted file mode 100644 index 1b2415544f75..000000000000 --- a/dev-python/python-selinux/python-selinux-2.16-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.16-r1.ebuild,v 1.3 2006/02/22 17:03:49 spb Exp $ - -inherit python - -DESCRIPTION="Extra python bindings for SELinux functions" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" -LICENSE="GPL-2" -SLOT="0" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -KEYWORDS="alpha amd64 mips ppc sparc x86" -IUSE="" - -DEPEND="dev-lang/python - >=sys-libs/libselinux-1.28" - -S=${WORKDIR}/${PN} - -src_compile() { - cd ${S} - python_version - emake -} - -src_install() { - python_version - make DESTDIR="${D}" install -} diff --git a/dev-python/python-selinux/python-selinux-2.16-r2.ebuild b/dev-python/python-selinux/python-selinux-2.16-r2.ebuild index 7f09225db06a..eeeeb754b745 100644 --- a/dev-python/python-selinux/python-selinux-2.16-r2.ebuild +++ b/dev-python/python-selinux/python-selinux-2.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.16-r2.ebuild,v 1.1 2006/02/27 01:25:30 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.16-r2.ebuild,v 1.2 2006/03/22 22:49:43 pebenito Exp $ inherit python @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" SRC_URI="mirror://gentoo/${P}-1.tar.bz2" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 mips ppc sparc x86" IUSE="" DEPEND="dev-lang/python |