summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-04-18 21:52:08 +0000
committerJason Zaman <perfinion@gentoo.org>2015-04-18 21:52:08 +0000
commitf3ac834dcf206cb41bb8b6cc9cc8386df9e2d5b9 (patch)
treed91ed9f18510e91d4717268d05224f0c9b92fd5c /sys-apps
parentDrop old RCs (diff)
downloadgentoo-2-f3ac834dcf206cb41bb8b6cc9cc8386df9e2d5b9.tar.gz
gentoo-2-f3ac834dcf206cb41bb8b6cc9cc8386df9e2d5b9.tar.bz2
gentoo-2-f3ac834dcf206cb41bb8b6cc9cc8386df9e2d5b9.zip
Drop old RCs
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/checkpolicy/ChangeLog6
-rw-r--r--sys-apps/checkpolicy/checkpolicy-2.4_rc6.ebuild51
-rw-r--r--sys-apps/checkpolicy/checkpolicy-2.4_rc7.ebuild51
3 files changed, 5 insertions, 103 deletions
diff --git a/sys-apps/checkpolicy/ChangeLog b/sys-apps/checkpolicy/ChangeLog
index 54a13d71fc6d..feaeed716204 100644
--- a/sys-apps/checkpolicy/ChangeLog
+++ b/sys-apps/checkpolicy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/checkpolicy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.85 2015/03/04 16:00:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.86 2015/04/18 21:52:08 perfinion Exp $
+
+ 18 Apr 2015; Jason Zaman <perfinion@gentoo.org> -checkpolicy-2.4_rc6.ebuild,
+ -checkpolicy-2.4_rc7.ebuild:
+ Drop old RCs
04 Mar 2015; Sven Vermeulen <swift@gentoo.org> checkpolicy-2.4.ebuild:
Fix build failure on x32 (bug #541618)
diff --git a/sys-apps/checkpolicy/checkpolicy-2.4_rc6.ebuild b/sys-apps/checkpolicy/checkpolicy-2.4_rc6.ebuild
deleted file mode 100644
index 480e3a9bbd4b..000000000000
--- a/sys-apps/checkpolicy/checkpolicy-2.4_rc6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.4_rc6.ebuild,v 1.1 2014/11/14 19:20:03 swift Exp $
-
-EAPI="5"
-
-inherit toolchain-funcs eutils
-
-MY_P="${P//_/-}"
-
-SEPOL_VER="2.4_rc4"
-SEMNG_VER="2.4_rc4"
-
-DESCRIPTION="SELinux policy compiler"
-HOMEPAGE="http://userspace.selinuxproject.org"
-SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140826/${MY_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}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake CC="$(tc-getCC)" YACC="bison -y" || die
-}
-
-src_prepare() {
- epatch_user
-}
-
-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.4_rc7.ebuild b/sys-apps/checkpolicy/checkpolicy-2.4_rc7.ebuild
deleted file mode 100644
index 8ab6f4cbda6a..000000000000
--- a/sys-apps/checkpolicy/checkpolicy-2.4_rc7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.4_rc7.ebuild,v 1.1 2014/12/06 23:25:46 perfinion Exp $
-
-EAPI="5"
-
-inherit toolchain-funcs eutils
-
-MY_P="${P//_/-}"
-
-SEPOL_VER="${PV}"
-SEMNG_VER="${PV}"
-
-DESCRIPTION="SELinux policy compiler"
-HOMEPAGE="http://userspace.selinuxproject.org"
-SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140826/${MY_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}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch_user
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" YACC="bison -y"
-}
-
-src_install() {
- emake 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."
-}