diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-04-28 20:17:21 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-04-28 20:17:21 +0000 |
commit | a73152287f99246b46323ef3bdc20497065e8d96 (patch) | |
tree | 721d70dd3a8f92d640b5495d2b44e2e8630ee66d /sys-libs | |
parent | Stable on AMD64 (Manifest recommit) (diff) | |
download | gentoo-2-a73152287f99246b46323ef3bdc20497065e8d96.tar.gz gentoo-2-a73152287f99246b46323ef3bdc20497065e8d96.tar.bz2 gentoo-2-a73152287f99246b46323ef3bdc20497065e8d96.zip |
remove old
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libselinux/files/digest-libselinux-1.8 | 1 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-1.10.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libselinux/libselinux-1.8.ebuild | 32 |
3 files changed, 2 insertions, 35 deletions
diff --git a/sys-libs/libselinux/files/digest-libselinux-1.8 b/sys-libs/libselinux/files/digest-libselinux-1.8 deleted file mode 100644 index eb9b93a410c6..000000000000 --- a/sys-libs/libselinux/files/digest-libselinux-1.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 0d3f5e1b1132e582f0867300c9ebfab4 libselinux-1.8.tgz 43553 diff --git a/sys-libs/libselinux/libselinux-1.10.ebuild b/sys-libs/libselinux/libselinux-1.10.ebuild index 688b8121c6bf..12b305c44811 100644 --- a/sys-libs/libselinux/libselinux-1.10.ebuild +++ b/sys-libs/libselinux/libselinux-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-1.10.ebuild,v 1.1 2004/04/17 19:30:11 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-1.10.ebuild,v 1.2 2004/04/28 20:17:21 pebenito Exp $ IUSE="" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.nsa.gov/selinux" SRC_URI="http://www.nsa.gov/selinux/archives/${P}.tgz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ppc sparc" DEPEND="sys-libs/glibc" diff --git a/sys-libs/libselinux/libselinux-1.8.ebuild b/sys-libs/libselinux/libselinux-1.8.ebuild deleted file mode 100644 index 82f09230cc50..000000000000 --- a/sys-libs/libselinux/libselinux-1.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-1.8.ebuild,v 1.3 2004/04/08 19:18:37 pebenito Exp $ - -IUSE="" - -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="x86 ppc sparc" - -DEPEND="sys-libs/glibc" - -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." -} - -src_compile() { - emake || die -} - -src_install() { - make DESTDIR="${D}" install -} |