summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-libs/libselinux/ChangeLog5
-rw-r--r--sys-libs/libselinux/libselinux-2.1.12.ebuild4
-rw-r--r--sys-libs/libsemanage/ChangeLog5
-rw-r--r--sys-libs/libsemanage/libsemanage-2.1.9.ebuild4
-rw-r--r--sys-libs/libsepol/ChangeLog5
-rw-r--r--sys-libs/libsepol/libsepol-2.1.8.ebuild4
6 files changed, 21 insertions, 6 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog
index efc17d946d4b..add7fe19b0a9 100644
--- a/sys-libs/libselinux/ChangeLog
+++ b/sys-libs/libselinux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libselinux
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.87 2012/10/09 20:00:12 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.88 2012/10/13 16:42:25 swift Exp $
+
+ 13 Oct 2012; <swift@gentoo.org> libselinux-2.1.12.ebuild:
+ Supporting user-provided patches using epatch_user
*libselinux-2.1.12 (09 Oct 2012)
*libselinux-2.1.9-r3 (09 Oct 2012)
diff --git a/sys-libs/libselinux/libselinux-2.1.12.ebuild b/sys-libs/libselinux/libselinux-2.1.12.ebuild
index 144eb08e51f7..18512ef7f9c8 100644
--- a/sys-libs/libselinux/libselinux-2.1.12.ebuild
+++ b/sys-libs/libselinux/libselinux-2.1.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.12.ebuild,v 1.1 2012/10/09 20:00:12 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.12.ebuild,v 1.2 2012/10/13 16:42:25 swift Exp $
EAPI="4"
PYTHON_DEPEND="python? *"
@@ -47,6 +47,8 @@ src_prepare() {
-e "/^SHLIBDIR/s/lib/$(get_libdir)/" \
src/Makefile utils/Makefile || die
epatch "${FILESDIR}/${P}-mountsys.patch"
+
+ epatch_user
}
src_compile() {
diff --git a/sys-libs/libsemanage/ChangeLog b/sys-libs/libsemanage/ChangeLog
index aaefea434536..56e8437512cd 100644
--- a/sys-libs/libsemanage/ChangeLog
+++ b/sys-libs/libsemanage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsemanage
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.51 2012/10/09 19:59:31 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.52 2012/10/13 16:43:03 swift Exp $
+
+ 13 Oct 2012; <swift@gentoo.org> libsemanage-2.1.9.ebuild:
+ Supporting user-provided patches using epatch_user
*libsemanage-2.1.9 (09 Oct 2012)
diff --git a/sys-libs/libsemanage/libsemanage-2.1.9.ebuild b/sys-libs/libsemanage/libsemanage-2.1.9.ebuild
index 2ee1d1e8a420..04cc26cd35ed 100644
--- a/sys-libs/libsemanage/libsemanage-2.1.9.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.9.ebuild,v 1.1 2012/10/09 19:59:31 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.9.ebuild,v 1.2 2012/10/13 16:43:03 swift Exp $
EAPI="3"
# Support for 4 depends on python.eclass
@@ -65,6 +65,8 @@ src_prepare() {
echo "# Reduce memory usage for bzip2 compression and" >> "${S}/src/semanage.conf"
echo "# decompression of modules in the module store." >> "${S}/src/semanage.conf"
echo "bzip-small=true" >> "${S}/src/semanage.conf"
+
+ epatch_user
}
src_compile() {
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog
index ca8a04ee3471..47438501fabb 100644
--- a/sys-libs/libsepol/ChangeLog
+++ b/sys-libs/libsepol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.50 2012/10/09 19:58:45 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.51 2012/10/13 16:44:24 swift Exp $
+
+ 13 Oct 2012; <swift@gentoo.org> libsepol-2.1.8.ebuild:
+ Supporting user-provided patches using epatch_user
*libsepol-2.1.8 (09 Oct 2012)
diff --git a/sys-libs/libsepol/libsepol-2.1.8.ebuild b/sys-libs/libsepol/libsepol-2.1.8.ebuild
index e0fd6a9c9985..6de0fa498050 100644
--- a/sys-libs/libsepol/libsepol-2.1.8.ebuild
+++ b/sys-libs/libsepol/libsepol-2.1.8.ebuild
@@ -1,6 +1,6 @@
# 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.8.ebuild,v 1.1 2012/10/09 19:58:45 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.2 2012/10/13 16:44:24 swift Exp $
EAPI="2"
@@ -29,6 +29,8 @@ src_prepare() {
sed -i -e "/^SHLIBDIR/s/lib/$(get_libdir)/" src/Makefile \
|| die "Fix for multilib SHLIBDIR failed."
epatch "${FILESDIR}/libsepol-2.1.4-fix_role_fix_callback.patch"
+
+ epatch_user
}
src_compile() {