diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-03-22 22:53:42 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-03-22 22:53:42 +0000 |
commit | e3b47136579e0a76cfb7aa33e85b47bdcbc918a9 (patch) | |
tree | 970ae81cc3c43f451f1f29176372899de39ab830 /sys-libs | |
parent | Marking stable x86 (diff) | |
download | gentoo-2-e3b47136579e0a76cfb7aa33e85b47bdcbc918a9.tar.gz gentoo-2-e3b47136579e0a76cfb7aa33e85b47bdcbc918a9.tar.bz2 gentoo-2-e3b47136579e0a76cfb7aa33e85b47bdcbc918a9.zip |
clean out old
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libsepol/files/digest-libsepol-1.6 | 1 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-1.6.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/sys-libs/libsepol/files/digest-libsepol-1.6 b/sys-libs/libsepol/files/digest-libsepol-1.6 deleted file mode 100644 index ce6f73a35a71..000000000000 --- a/sys-libs/libsepol/files/digest-libsepol-1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4681092a9c93c4145455e712a7c6cf6 libsepol-1.6.tgz 68562 diff --git a/sys-libs/libsepol/libsepol-1.6.ebuild b/sys-libs/libsepol/libsepol-1.6.ebuild deleted file mode 100644 index 24571f9c5483..000000000000 --- a/sys-libs/libsepol/libsepol-1.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-1.6.ebuild,v 1.2 2005/09/09 02:54:43 pebenito Exp $ - -IUSE="" - -inherit multilib - -DESCRIPTION="SELinux binary policy management library" -HOMEPAGE="http://www.nsa.gov/selinux" -SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc amd64 mips" -#KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips" - -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 -} |