diff options
author | 2011-11-12 18:14:27 +0000 | |
---|---|---|
committer | 2011-11-12 18:14:27 +0000 | |
commit | 7d14c108dec7b28db6c0bc832c7db54da4181468 (patch) | |
tree | fbcf2c5e121053641e23fa2b7e1aea20da6bce98 /sys-apps | |
parent | Removing older ebuilds of policycoreutils (diff) | |
download | gentoo-2-7d14c108dec7b28db6c0bc832c7db54da4181468.tar.gz gentoo-2-7d14c108dec7b28db6c0bc832c7db54da4181468.tar.bz2 gentoo-2-7d14c108dec7b28db6c0bc832c7db54da4181468.zip |
Removing older versions of checkpolicy, not used anymore
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/checkpolicy/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/checkpolicy/checkpolicy-2.0.21.ebuild | 41 | ||||
-rw-r--r-- | sys-apps/checkpolicy/checkpolicy-2.0.23.ebuild | 41 |
3 files changed, 5 insertions, 83 deletions
diff --git a/sys-apps/checkpolicy/ChangeLog b/sys-apps/checkpolicy/ChangeLog index cb2eb4a56a2f..63029ecfd20a 100644 --- a/sys-apps/checkpolicy/ChangeLog +++ b/sys-apps/checkpolicy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/checkpolicy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.62 2011/10/23 12:40:36 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.63 2011/11/12 18:14:27 swift Exp $ + + 12 Nov 2011; <swift@gentoo.org> -checkpolicy-2.0.21.ebuild, + -checkpolicy-2.0.23.ebuild: + Removing obsoleted ebuilds 23 Oct 2011; <swift@gentoo.org> checkpolicy-2.1.0.ebuild: Stabilization (tracker #384231) diff --git a/sys-apps/checkpolicy/checkpolicy-2.0.21.ebuild b/sys-apps/checkpolicy/checkpolicy-2.0.21.ebuild deleted file mode 100644 index 863df59de1ca..000000000000 --- a/sys-apps/checkpolicy/checkpolicy-2.0.21.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.21.ebuild,v 1.3 2011/05/28 05:36:17 blueness Exp $ - -inherit toolchain-funcs - -SEPOL_VER="2.0.41" -SEMNG_VER="2.0.45" - -DESCRIPTION="SELinux policy compiler" -HOMEPAGE="http://userspace.selinuxproject.org" -SRC_URI="http://userspace.selinuxproject.org/releases/20100525/devel/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND=">=sys-libs/libsepol-${SEPOL_VER} - >=sys-libs/libsemanage-${SEMNG_VER} - sys-devel/flex - sys-devel/bison" - -RDEPEND=">=sys-libs/libsemanage-${SEMNG_VER}" - -src_compile() { - emake CC="$(tc-getCC)" YACC="bison -y" || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - if use debug; then - dobin "${S}/test/dismod" - dobin "${S}/test/dispol" - fi -} - -pkg_postinst() { - einfo "This checkpolicy can compile version `checkpolicy -V |cut -f 1 -d ' '` policy." -} diff --git a/sys-apps/checkpolicy/checkpolicy-2.0.23.ebuild b/sys-apps/checkpolicy/checkpolicy-2.0.23.ebuild deleted file mode 100644 index 0275d03eee4c..000000000000 --- a/sys-apps/checkpolicy/checkpolicy-2.0.23.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.23.ebuild,v 1.1 2011/07/15 20:54:05 blueness Exp $ - -inherit toolchain-funcs - -SEPOL_VER="2.0.42" -SEMNG_VER="2.0.46" - -DESCRIPTION="SELinux policy compiler" -HOMEPAGE="http://userspace.selinuxproject.org" -SRC_URI="http://userspace.selinuxproject.org/releases/20101221/devel/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=">=sys-libs/libsepol-${SEPOL_VER} - >=sys-libs/libsemanage-${SEMNG_VER} - sys-devel/flex - sys-devel/bison" - -RDEPEND=">=sys-libs/libsemanage-${SEMNG_VER}" - -src_compile() { - emake CC="$(tc-getCC)" YACC="bison -y" || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - if use debug; then - dobin "${S}/test/dismod" - dobin "${S}/test/dispol" - fi -} - -pkg_postinst() { - einfo "This checkpolicy can compile version `checkpolicy -V |cut -f 1 -d ' '` policy." -} |