summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2011-11-12 18:11:13 +0000
committerSven Vermeulen <swift@gentoo.org>2011-11-12 18:11:13 +0000
commit84c9a8aa1257239fb1f036ae601c2a4608d033bf (patch)
treeec61d1c394745745935d696b1dfee9b0278e860a /sys-libs/libsepol
parentVersion bump, fixes bug 387729 (diff)
downloadgentoo-2-84c9a8aa1257239fb1f036ae601c2a4608d033bf.tar.gz
gentoo-2-84c9a8aa1257239fb1f036ae601c2a4608d033bf.tar.bz2
gentoo-2-84c9a8aa1257239fb1f036ae601c2a4608d033bf.zip
Removing deprecated ebuilds
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r--sys-libs/libsepol/ChangeLog6
-rw-r--r--sys-libs/libsepol/libsepol-2.0.41.ebuild39
-rw-r--r--sys-libs/libsepol/libsepol-2.0.42.ebuild39
3 files changed, 5 insertions, 79 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog
index 02299ae90232..9be0a1f062e6 100644
--- a/sys-libs/libsepol/ChangeLog
+++ b/sys-libs/libsepol/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/libsepol
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.44 2011/10/23 12:39:55 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.45 2011/11/12 18:11:13 swift Exp $
+
+ 12 Nov 2011; <swift@gentoo.org> -libsepol-2.0.41.ebuild,
+ -libsepol-2.0.42.ebuild:
+ removing deprecated ebuilds
23 Oct 2011; <swift@gentoo.org> libsepol-2.1.0.ebuild:
Stabilization (tracker #384231)
diff --git a/sys-libs/libsepol/libsepol-2.0.41.ebuild b/sys-libs/libsepol/libsepol-2.0.41.ebuild
deleted file mode 100644
index 5ae66406bb77..000000000000
--- a/sys-libs/libsepol/libsepol-2.0.41.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.0.41.ebuild,v 1.3 2011/05/28 05:30:08 blueness 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/20100525/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
-}
diff --git a/sys-libs/libsepol/libsepol-2.0.42.ebuild b/sys-libs/libsepol/libsepol-2.0.42.ebuild
deleted file mode 100644
index 594ec5d5aa7b..000000000000
--- a/sys-libs/libsepol/libsepol-2.0.42.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.0.42.ebuild,v 1.1 2011/07/15 21:03:08 blueness 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/20101221/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
-}