diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2009-07-22 13:25:49 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2009-07-22 13:25:49 +0000 |
commit | 17c04a90fdeb6df89ceef63ba0c947e4c994d290 (patch) | |
tree | d6b2b998b21f00c44f1bcd03f70325f81c704676 | |
parent | Drop alpha, mips, ppc, sparc selinux support part 4. (diff) | |
download | gentoo-2-17c04a90fdeb6df89ceef63ba0c947e4c994d290.tar.gz gentoo-2-17c04a90fdeb6df89ceef63ba0c947e4c994d290.tar.bz2 gentoo-2-17c04a90fdeb6df89ceef63ba0c947e4c994d290.zip |
Drop alpha, mips, ppc, sparc selinux support part 4.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | sys-libs/libselinux/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-1.34.14.ebuild | 59 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-2.0.71.ebuild | 6 |
3 files changed, 9 insertions, 64 deletions
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index 5f4f9dde13d9..d23822a4e572 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libselinux -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.61 2008/10/03 03:23:41 pebenito Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.62 2009/07/22 13:25:49 pebenito Exp $ + + 18 Jul 2009; Chris PeBenito <pebenito@gentoo.org> + -libselinux-1.34.14.ebuild, libselinux-2.0.71.ebuild: + Mark stable. Remove old ebuilds. *libselinux-2.0.71 (03 Oct 2008) diff --git a/sys-libs/libselinux/libselinux-1.34.14.ebuild b/sys-libs/libselinux/libselinux-1.34.14.ebuild deleted file mode 100644 index 61e323b53130..000000000000 --- a/sys-libs/libselinux/libselinux-1.34.14.ebuild +++ /dev/null @@ -1,59 +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/libselinux/libselinux-1.34.14.ebuild,v 1.4 2008/05/29 18:08:46 hawking Exp $ - -IUSE="" - -inherit eutils multilib python - -#BUGFIX_PATCH="${FILESDIR}/libselinux-1.30.3.diff" - -SEPOL_VER="1.16" - -DESCRIPTION="SELinux userland library" -HOMEPAGE="http://www.nsa.gov/selinux" -SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz" -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 mips ppc sparc x86" - -DEPEND="=sys-libs/libsepol-${SEPOL_VER}* - dev-lang/swig" - -RDEPEND="=sys-libs/libsepol-${SEPOL_VER}*" - -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)/" "${S}/src/Makefile" \ - || die "Fix for multilib LIBDIR failed." - sed -i -e "/^SHLIBDIR/s/lib/$(get_libdir)/" "${S}/src/Makefile" \ - || die "Fix for multilib SHLIBDIR failed." -} - -src_compile() { - python_version - emake LDFLAGS="-fPIC ${LDFLAGS}" all || die - emake PYLIBVER="python${PYVER}" LDFLAGS="-fPIC ${LDFLAGS}" pywrap || die - - # add compatability aliases to swig wrapper - cat "${FILESDIR}/compat.py" >> "${S}/src/selinux.py" || die -} - -src_install() { - python_version - make DESTDIR="${D}" PYLIBVER="python${PYVER}" install install-pywrap || die -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages -} - -pkg_postrm() { - python_mod_cleanup -} diff --git a/sys-libs/libselinux/libselinux-2.0.71.ebuild b/sys-libs/libselinux/libselinux-2.0.71.ebuild index a15e84b0cbec..66f58bcddb01 100644 --- a/sys-libs/libselinux/libselinux-2.0.71.ebuild +++ b/sys-libs/libselinux/libselinux-2.0.71.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/libselinux/libselinux-2.0.71.ebuild,v 1.1 2008/10/03 03:23:41 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild,v 1.2 2009/07/22 13:25:49 pebenito Exp $ IUSE="ruby" RUBY_OPTIONAL="yes" @@ -16,7 +16,7 @@ HOMEPAGE="http://userspace.selinuxproject.org" SRC_URI="http://userspace.selinuxproject.org/releases/current/devel/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="amd64 x86" DEPEND="=sys-libs/libsepol-${SEPOL_VER}* dev-lang/swig |