summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libsepol/libsepol-1.10.ebuild')
-rw-r--r--sys-libs/libsepol/libsepol-1.10.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-libs/libsepol/libsepol-1.10.ebuild b/sys-libs/libsepol/libsepol-1.10.ebuild
deleted file mode 100644
index cd35fa8fc945..000000000000
--- a/sys-libs/libsepol/libsepol-1.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.10.ebuild,v 1.5 2006/02/22 16:57:27 spb Exp $
-
-IUSE=""
-
-inherit multilib
-
-DESCRIPTION="SELinux binary policy manipulation library"
-HOMEPAGE="http://www.nsa.gov/selinux"
-SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="alpha amd64 mips ppc sparc x86"
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i -e "s:-Wall:-Wall ${CFLAGS}:g" src/Makefile \
- || die "src Makefile CFLAGS fix failed."
- sed -i -e "s:-Wall:-Wall ${CFLAGS}:g" utils/Makefile \
- || die "utils Makefile CFLAGS fix failed."
-
- # 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 || die
-}
-
-src_install() {
- make DESTDIR="${D}" install
-}