summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2009-07-22 13:26:16 +0000
committerChris PeBenito <pebenito@gentoo.org>2009-07-22 13:26:16 +0000
commit51b0865bd99d8c482d6e266f7b579797baf505a3 (patch)
treedc526831c22af28740f01817d0e7cff057732fab /sys-libs/libsepol
parentDrop alpha, mips, ppc, sparc selinux support part 4. (diff)
downloadhistorical-51b0865bd99d8c482d6e266f7b579797baf505a3.tar.gz
historical-51b0865bd99d8c482d6e266f7b579797baf505a3.tar.bz2
historical-51b0865bd99d8c482d6e266f7b579797baf505a3.zip
Drop alpha, mips, ppc, sparc selinux support part 4.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r--sys-libs/libsepol/ChangeLog9
-rw-r--r--sys-libs/libsepol/files/libsepol-1.12.2.diff24
-rw-r--r--sys-libs/libsepol/libsepol-1.16.11.ebuild43
-rw-r--r--sys-libs/libsepol/libsepol-2.0.32.ebuild6
4 files changed, 10 insertions, 72 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog
index 9ddc04e24159..4f9eca510ed0 100644
--- a/sys-libs/libsepol/ChangeLog
+++ b/sys-libs/libsepol/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libsepol
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.32 2008/10/03 03:20:02 pebenito Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.33 2009/07/22 13:26:16 pebenito Exp $
+
+ 18 Jul 2009; Chris PeBenito <pebenito@gentoo.org>
+ -files/libsepol-1.12.2.diff, -libsepol-1.16.11.ebuild,
+ libsepol-2.0.32.ebuild:
+ Mark stable. Remove old ebuilds.
*libsepol-2.0.32 (03 Oct 2008)
diff --git a/sys-libs/libsepol/files/libsepol-1.12.2.diff b/sys-libs/libsepol/files/libsepol-1.12.2.diff
deleted file mode 100644
index 631f7ab6ba1f..000000000000
--- a/sys-libs/libsepol/files/libsepol-1.12.2.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --exclude CVS -urN libsepol-1.12/src/module.c libsepol/src/module.c
---- libsepol-1.12/src/module.c 2006-02-07 09:04:43.000000000 -0500
-+++ libsepol/src/module.c 2006-03-26 16:27:24.000000000 -0500
-@@ -661,7 +661,7 @@
- {
- struct policy_file *file = &spf->pf;
- policy_file_t polfile;
-- uint32_t buf[3], offsets[5], len, nsec = 0;
-+ uint32_t buf[5], offsets[5], len, nsec = 0;
- int i;
-
- if (p->policy) {
-diff --exclude CVS -urN libsepol-1.12/src/write.c libsepol/src/write.c
---- libsepol-1.12/src/write.c 2005-11-15 08:05:58.000000000 -0500
-+++ libsepol/src/write.c 2006-03-26 16:27:25.000000000 -0500
-@@ -1340,7 +1340,7 @@
- for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
- num_decls++;
- }
-- buf[0] = num_decls;
-+ buf[0] = cpu_to_le32(num_decls);
- if (put_entry(buf, sizeof(uint32_t), 1, fp) != 1) {
- return -1;
- }
diff --git a/sys-libs/libsepol/libsepol-1.16.11.ebuild b/sys-libs/libsepol/libsepol-1.16.11.ebuild
deleted file mode 100644
index df76f2663611..000000000000
--- a/sys-libs/libsepol/libsepol-1.16.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.16.11.ebuild,v 1.3 2008/09/10 17:34:19 pebenito Exp $
-
-IUSE=""
-
-inherit multilib eutils
-
-#BUGFIX_PATCH="${FILESDIR}/libsepol-1.16.2.diff"
-
-DESCRIPTION="SELinux binary policy representation library"
-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="virtual/libc"
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- [ ! -z "$BUGFIX_PATCH" ] && epatch "${BUGFIX_PATCH}"
-
- # fix up paths for multilib
- sed -i -e "/^LIBDIR/s/lib/$(get_libdir)/" src/Makefile \
- || die "Fix for multilib LIBDIR failed."
- sed -i -e "/^SHLIBDIR/s/lib/$(get_libdir)/" src/Makefile \
- || die "Fix for multilib SHLIBDIR failed."
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install
-}
diff --git a/sys-libs/libsepol/libsepol-2.0.32.ebuild b/sys-libs/libsepol/libsepol-2.0.32.ebuild
index e0f110a415a3..d9909eef0a77 100644
--- a/sys-libs/libsepol/libsepol-2.0.32.ebuild
+++ b/sys-libs/libsepol/libsepol-2.0.32.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-libs/libsepol/libsepol-2.0.32.ebuild,v 1.1 2008/10/03 03:20:02 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.0.32.ebuild,v 1.2 2009/07/22 13:26:16 pebenito Exp $
IUSE=""
@@ -13,7 +13,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="virtual/libc"