Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/policycoreutils/
Date: Tue, 01 May 2012 13:48:09
Message-Id: 1335880048.45e6b01b956a8fd884d73b46381257b1a1d2912f.SwifT@gentoo
1 commit: 45e6b01b956a8fd884d73b46381257b1a1d2912f
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Tue May 1 13:47:28 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Tue May 1 13:47:28 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=45e6b01b
7
8 Update manifest, wrong patch
9
10 ---
11 .../policycoreutils-2.1.10-r3.ebuild | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild b/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild
15 index ee7ca71..3dd1c4a 100644
16 --- a/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild
17 +++ b/sys-apps/policycoreutils/policycoreutils-2.1.10-r3.ebuild
18 @@ -26,6 +26,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz
19 http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.1.10-fix-nodbus_or_libcg.patch.gz
20 http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.1.10-fix-rlpkg-python3.patch.gz
21 http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.1.10-seobject-python3.patch.gz
22 + http://dev.gentoo.org/~swift/patches/policycoreutils/policycoreutils-2.1.10-semanage-python3.patch.gz
23 mirror://gentoo/policycoreutils-2.0.85-python3.tar.gz
24 mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
25
26 @@ -89,6 +90,7 @@ src_prepare() {
27 cp "${WORKDIR}/audit2allow" "${S}/audit2allow/audit2allow" || die "failed to copy audit2allow"
28 # Further patching for python3 support
29 epatch "${DISTDIR}/policycoreutils-2.1.10-seobject-python3.patch.gz"
30 + epatch "${DISTDIR}/policycoreutils-2.1.10-semanage-python3.patch.gz"
31 # Fix rlpkg for python3 support
32 cd "${S2}";
33 epatch "${DISTDIR}/policycoreutils-2.1.10-fix-rlpkg-python3.patch.gz"