summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2009-07-22 13:21:18 +0000
committerChris PeBenito <pebenito@gentoo.org>2009-07-22 13:21:18 +0000
commit08781cd81c3205020275e72f147590d30c349237 (patch)
treef74d9f026a7bf54e79511105fd1bbcfa5c38d9fe /sys-apps/checkpolicy
parentDrop alpha, mips, ppc, sparc selinux support part 2. (diff)
downloadhistorical-08781cd81c3205020275e72f147590d30c349237.tar.gz
historical-08781cd81c3205020275e72f147590d30c349237.tar.bz2
historical-08781cd81c3205020275e72f147590d30c349237.zip
Drop alpha, mips, ppc, sparc selinux support part 3.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/checkpolicy')
-rw-r--r--sys-apps/checkpolicy/ChangeLog8
-rw-r--r--sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild47
-rw-r--r--sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild6
3 files changed, 9 insertions, 52 deletions
diff --git a/sys-apps/checkpolicy/ChangeLog b/sys-apps/checkpolicy/ChangeLog
index 284e93a7a628..bd4f433109fe 100644
--- a/sys-apps/checkpolicy/ChangeLog
+++ b/sys-apps/checkpolicy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/checkpolicy
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.50 2008/10/03 03:31:56 pebenito Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.51 2009/07/22 13:21:18 pebenito Exp $
+
+ 22 Jul 2009; Chris PeBenito <pebenito@gentoo.org>
+ -checkpolicy-1.34.4.ebuild, checkpolicy-2.0.16.ebuild:
+ Mark stable. Remove old ebuilds.
*checkpolicy-2.0.16 (03 Oct 2008)
diff --git a/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild b/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild
deleted file mode 100644
index 055578942e9f..000000000000
--- a/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild,v 1.4 2008/09/10 18:06:49 pebenito Exp $
-
-IUSE="debug"
-
-inherit eutils
-
-SEMNG_VER="1.10.9"
-
-# BUGFIX_PATCH="${FILESDIR}/checkpolicy-1.30.4.diff"
-
-DESCRIPTION="SELinux policy compiler"
-HOMEPAGE="http://www.nsa.gov/selinux"
-SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 mips ppc sparc x86"
-
-DEPEND="=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 useq debug; then
- dobin "${S}/test/{dismod,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.16.ebuild b/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild
index 2c3b779bc0f5..abc7912eff0d 100644
--- a/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild
+++ b/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.2 2008/10/03 03:37:23 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.16.ebuild,v 1.3 2009/07/22 13:21:18 pebenito Exp $
IUSE="debug"
@@ -15,7 +15,7 @@ HOMEPAGE="http://userspace.selinuxproject.org"
SRC_URI="http://userspace.selinuxproject.org/releases/current/devel/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 x86"
DEPEND="=sys-libs/libsemanage-${SEMNG_VER}*
sys-devel/flex