summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2013-07-07 18:00:53 +0000
committerSven Vermeulen <swift@gentoo.org>2013-07-07 18:00:53 +0000
commit20006fffd9e046d962f570526bfee6e5f5b2fafb (patch)
tree7d66e930b5a8b40fbafcb6ad9a59c7de21c5d23a /sys-libs/libsepol
parentSummer cleaning (diff)
downloadgentoo-2-20006fffd9e046d962f570526bfee6e5f5b2fafb.tar.gz
gentoo-2-20006fffd9e046d962f570526bfee6e5f5b2fafb.tar.bz2
gentoo-2-20006fffd9e046d962f570526bfee6e5f5b2fafb.zip
Summer cleaning
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r--sys-libs/libsepol/ChangeLog5
-rw-r--r--sys-libs/libsepol/libsepol-2.1.4-r1.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog
index 2edb2c58c5c3..f856716473e4 100644
--- a/sys-libs/libsepol/ChangeLog
+++ b/sys-libs/libsepol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.56 2013/06/16 18:11:28 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.57 2013/07/07 18:00:53 swift Exp $
+
+ 07 Jul 2013; Sven Vermeulen <swift@gentoo.org> -libsepol-2.1.4-r1.ebuild:
+ Summar cleaning
16 Jun 2013; Sven Vermeulen <swift@gentoo.org> libsepol-2.1.9-r1.ebuild:
Stabilization
diff --git a/sys-libs/libsepol/libsepol-2.1.4-r1.ebuild b/sys-libs/libsepol/libsepol-2.1.4-r1.ebuild
deleted file mode 100644
index b3ca14b38c69..000000000000
--- a/sys-libs/libsepol/libsepol-2.1.4-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.4-r1.ebuild,v 1.3 2012/10/03 20:34:13 vapier Exp $
-
-EAPI="4"
-
-inherit multilib toolchain-funcs eutils
-
-DESCRIPTION="SELinux binary policy representation library"
-HOMEPAGE="http://userspace.selinuxproject.org"
-SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# tests are not meant to be run outside of the
-# full SELinux userland repo
-RESTRICT="test"
-
-src_prepare() {
- # fix up paths for multilib
- sed -i \
- -e "/^LIBDIR/s/lib/$(get_libdir)/" \
- -e "/^SHLIBDIR/s/lib/$(get_libdir)/" \
- -e 's:\<ranlib\>:$(RANLIB):' \
- src/Makefile || die
- epatch "${FILESDIR}/libsepol-2.1.4-fix_role_fix_callback.patch"
- tc-export AR CC RANLIB
-}