diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2009-09-20 23:24:54 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2009-09-20 23:24:54 +0000 |
commit | 382b3cdc95220b11cbfa73dd8f53d61b50a10ff2 (patch) | |
tree | 3a6779de85c2c0682f921507320233df91b81516 /sys-apps/policycoreutils | |
parent | Version bump. (diff) | |
download | gentoo-2-382b3cdc95220b11cbfa73dd8f53d61b50a10ff2.tar.gz gentoo-2-382b3cdc95220b11cbfa73dd8f53d61b50a10ff2.tar.bz2 gentoo-2-382b3cdc95220b11cbfa73dd8f53d61b50a10ff2.zip |
policycoreutils: Update rlpkg for ext4 and btrfs.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild | 110 |
2 files changed, 117 insertions, 1 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog index df72bc8cb74b..a87d70c809a2 100644 --- a/sys-apps/policycoreutils/ChangeLog +++ b/sys-apps/policycoreutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.75 2009/09/14 18:25:54 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.76 2009/09/20 23:24:54 pebenito Exp $ + +*policycoreutils-2.0.69-r1 (20 Sep 2009) + + 20 Sep 2009; Chris PeBenito <pebenito@gentoo.org> + +policycoreutils-2.0.69-r1.ebuild: + Update rlpkg for ext4 and btrfs. 14 Sep 2009; Chris PeBenito <pebenito@gentoo.org> policycoreutils-2.0.69.ebuild: diff --git a/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild b/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild new file mode 100644 index 000000000000..703cb936e781 --- /dev/null +++ b/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.0.69-r1.ebuild,v 1.1 2009/09/20 23:24:54 pebenito Exp $ + +IUSE="nls" + +inherit eutils python + +EXTRAS_VER="1.20" +SEMNG_VER="2.0.33" +SELNX_VER="2.0" + +#BUGFIX_PATCH="${FILESDIR}/policycoreutils-2.0.62-po.diff" + +DESCRIPTION="SELinux core utilities" +HOMEPAGE="http://userspace.selinuxproject.org" +SRC_URI="http://userspace.selinuxproject.org/releases/current/devel/${P}.tar.gz + mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER} + >=sys-libs/glibc-2.4 + >=sys-process/audit-1.5.1 + >=sys-libs/libcap-1.10-r10 + sys-libs/pam + >=sys-libs/libsemanage-${SEMNG_VER}" + +# pax-utils for scanelf used by rlpkg +RDEPEND="${COMMON_DEPS} + dev-python/sepolgen + app-misc/pax-utils" + +DEPEND="${COMMON_DEPS} + nls? ( sys-devel/gettext )" + +S2=${WORKDIR}/policycoreutils-extra + +src_unpack() { + unpack ${A} + cd "${S}" + + [ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}" + + # rlpkg is more useful than fixfiles + sed -i -e '/^all/s/fixfiles//' "${S}/scripts/Makefile" \ + || die "fixfiles sed 1 failed" + sed -i -e '/fixfiles/d' "${S}/scripts/Makefile" \ + || die "fixfiles sed 2 failed" + + local SUBDIRS="`cd ${S} && find -type d | cut -d/ -f2`" + + if ! useq nls; then + for i in ${SUBDIRS}; do + # disable locale stuff + sed -i -e s/-DUSE_NLS// "${S}/${i}/Makefile" \ + || die "${i} NLS sed failed" + done + fi + + # Gentoo Fixes + for i in ${SUBDIRS}; do + # add in CFLAGS + sed -i -e "s:-Wall:-Wall ${CFLAGS}:g" "${S}/${i}/Makefile" \ + || die "${i} Makefile CFLAGS fix failed." + done +} + +src_compile() { + python_version + + einfo "Compiling policycoreutils" + emake -C "${S}" PYLIBVER="python${PYVER}" AUDIT_LOG_PRIV=y || die + einfo "Compiling policycoreutils-extra" + emake -C "${S2}" || die +} + +src_install() { + python_version + python_need_rebuild + + einfo "Installing policycoreutils" + make DESTDIR="${D}" -C "${S}" PYLIBVER="python${PYVER}" AUDIT_LOG_PRIV=y install || die + einfo "Installing policycoreutils-extra" + make DESTDIR="${D}" -C "${S2}" install || die + + # remove redhat-style init script + rm -fR "${D}/etc/rc.d" + + # compatibility symlinks + dosym /sbin/setfiles /usr/sbin/setfiles + dosym /lib/rc/runscript_selinux.so /lib/rcscripts/runscript_selinux.so + + if has_version '<sys-libs/pam-0.99'; then + # install compat pam.d entries + # for older pam + make DESTDIR="${D}" -C "${S2}/pam.d" install || die + fi +} + +pkg_postinst() { + python_version + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages +} + +pkg_postrm() { + python_version + python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages +} |