summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-05-13 12:48:20 +0000
committerSven Vermeulen <swift@gentoo.org>2012-05-13 12:48:20 +0000
commitc1db9e9e254b01e29599c6198b847258008ad97c (patch)
tree9b3393c7a341a1f2eda6a0a223ef891614ae14f4 /sys-libs
parentfix Manifest, thanks to slyfox for noticing (diff)
downloadgentoo-2-c1db9e9e254b01e29599c6198b847258008ad97c.tar.gz
gentoo-2-c1db9e9e254b01e29599c6198b847258008ad97c.tar.bz2
gentoo-2-c1db9e9e254b01e29599c6198b847258008ad97c.zip
Removing obsoleted ebuild
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libsepol/ChangeLog5
-rw-r--r--sys-libs/libsepol/libsepol-2.1.0.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog
index 993619a95607..398d5245a8ae 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.47 2012/04/29 10:07:40 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.48 2012/05/13 12:48:20 swift Exp $
+
+ 13 May 2012; <swift@gentoo.org> -libsepol-2.1.0.ebuild:
+ Removing obsoleted ebuild
29 Apr 2012; <swift@gentoo.org> libsepol-2.1.4-r1.ebuild:
Stabilization
diff --git a/sys-libs/libsepol/libsepol-2.1.0.ebuild b/sys-libs/libsepol/libsepol-2.1.0.ebuild
deleted file mode 100644
index 8b6b0f110bb5..000000000000
--- a/sys-libs/libsepol/libsepol-2.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.0.ebuild,v 1.2 2011/10/23 12:39:55 swift Exp $
-
-EAPI="2"
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="SELinux binary policy representation library"
-HOMEPAGE="http://userspace.selinuxproject.org"
-SRC_URI="http://userspace.selinuxproject.org/releases/20110727/devel/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-# 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)/" src/Makefile \
- || die "Fix for multilib LIBDIR failed."
- sed -i -e "/^SHLIBDIR/s/lib/$(get_libdir)/" src/Makefile \
- || die "Fix for multilib SHLIBDIR failed."
-}
-
-src_compile() {
- emake AR="$(tc-getAR)" CC="$(tc-getCC)" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}