diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-08-12 18:40:59 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-08-12 18:40:59 +0000 |
commit | 88f21da4c390b7de42cbea76969de101979bd814 (patch) | |
tree | b2169ade7e79c1855948b02d6196ba6f0a206692 /sys-apps | |
parent | Removed deprecated versions (diff) | |
download | gentoo-2-88f21da4c390b7de42cbea76969de101979bd814.tar.gz gentoo-2-88f21da4c390b7de42cbea76969de101979bd814.tar.bz2 gentoo-2-88f21da4c390b7de42cbea76969de101979bd814.zip |
Removed deprecated versions
(Portage version: 2.1.10.3/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.16.ebuild | 47 | ||||
-rw-r--r-- | sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild | 50 |
3 files changed, 5 insertions, 98 deletions
diff --git a/sys-apps/checkpolicy/ChangeLog b/sys-apps/checkpolicy/ChangeLog index 3a2f920f8232..9d40a3ab3f28 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.60 2011/08/03 09:38:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.61 2011/08/12 18:40:59 blueness Exp $ + + 12 Aug 2011; Anthony G. Basile <blueness@gentoo.org> + -checkpolicy-2.0.16.ebuild, -checkpolicy-2.0.19.ebuild: + Removed deprecated versions *checkpolicy-2.1.0 (03 Aug 2011) diff --git a/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild b/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild deleted file mode 100644 index a12802aa2129..000000000000 --- a/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild +++ /dev/null @@ -1,47 +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.16.ebuild,v 1.4 2011/07/08 11:01:06 ssuominen Exp $ - -IUSE="debug" - -inherit eutils - -SEMNG_VER="2.0" - -# BUGFIX_PATCH="${FILESDIR}/checkpolicy-1.30.4.diff" - -DESCRIPTION="SELinux policy compiler" -HOMEPAGE="http://userspace.selinuxproject.org" -SRC_URI="http://userspace.selinuxproject.org/releases/current/devel/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="=sys-libs/libsemanage-${SEMNG_VER}* - sys-devel/flex - sys-devel/bison" - -RDEPEND="=sys-libs/libsemanage-${SEMNG_VER}*" - -src_unpack() { - unpack ${A} - - [ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}" -} - -src_compile() { - emake YACC="bison -y" || die -} - -src_install() { - make DESTDIR="${D}" install - - 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.19.ebuild b/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild deleted file mode 100644 index 5579a3412398..000000000000 --- a/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild +++ /dev/null @@ -1,50 +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.19.ebuild,v 1.3 2011/07/08 11:01:06 ssuominen Exp $ - -IUSE="debug" - -inherit eutils - -SEPOL_VER="2.0.36" -SEMNG_VER="2.0" - -# BUGFIX_PATCH="${FILESDIR}/checkpolicy-1.30.4.diff" - -DESCRIPTION="SELinux policy compiler" -HOMEPAGE="http://userspace.selinuxproject.org" -SRC_URI="http://userspace.selinuxproject.org/releases/current/devel/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=sys-libs/libsepol-${SEPOL_VER} - =sys-libs/libsemanage-${SEMNG_VER}* - sys-devel/flex - sys-devel/bison" - -RDEPEND="=sys-libs/libsemanage-${SEMNG_VER}*" - -src_unpack() { - unpack ${A} - cd "${S}" - - [ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}" -} - -src_compile() { - emake YACC="bison -y" || die -} - -src_install() { - make DESTDIR="${D}" install - - 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." -} |