diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-04-07 16:15:32 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-04-07 16:15:32 +0000 |
commit | a47bdf6bad3a51debae60df5ece860bfa8436ebc (patch) | |
tree | aab9b733210cd6fffe5f5be6227269e3156fa722 /sys-apps | |
parent | added gnuconfig_update (diff) | |
download | historical-a47bdf6bad3a51debae60df5ece860bfa8436ebc.tar.gz historical-a47bdf6bad3a51debae60df5ece860bfa8436ebc.tar.bz2 historical-a47bdf6bad3a51debae60df5ece860bfa8436ebc.zip |
setting S is redundant
Diffstat (limited to 'sys-apps')
4 files changed, 4 insertions, 10 deletions
diff --git a/sys-apps/checkpolicy/checkpolicy-1.4-r1.ebuild b/sys-apps/checkpolicy/checkpolicy-1.4-r1.ebuild index f0ea93bd407a..f1f1bfce1b1d 100644 --- a/sys-apps/checkpolicy/checkpolicy-1.4-r1.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-1.4-r1.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-apps/checkpolicy/checkpolicy-1.4-r1.ebuild,v 1.2 2004/01/26 21:45:24 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.4-r1.ebuild,v 1.3 2004/04/07 16:14:29 pebenito Exp $ IUSE="" @@ -16,8 +16,6 @@ DEPEND="sys-devel/flex RDEPEND="sec-policy/selinux-base-policy" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} diff --git a/sys-apps/checkpolicy/checkpolicy-1.8.ebuild b/sys-apps/checkpolicy/checkpolicy-1.8.ebuild index c25cba886260..bcced5dd873b 100644 --- a/sys-apps/checkpolicy/checkpolicy-1.8.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-1.8.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-apps/checkpolicy/checkpolicy-1.8.ebuild,v 1.1 2004/03/13 03:52:01 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.8.ebuild,v 1.2 2004/04/07 16:14:29 pebenito Exp $ IUSE="" @@ -16,8 +16,6 @@ DEPEND="sys-devel/flex RDEPEND="sec-policy/selinux-base-policy" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} sed -i -e "s:-Wall:-Wall ${CFLAGS}:g" ${S}/Makefile diff --git a/sys-apps/policycoreutils/policycoreutils-1.4-r1.ebuild b/sys-apps/policycoreutils/policycoreutils-1.4-r1.ebuild index 627100360853..6ecffb388f6e 100644 --- a/sys-apps/policycoreutils/policycoreutils-1.4-r1.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-1.4-r1.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-apps/policycoreutils/policycoreutils-1.4-r1.ebuild,v 1.2 2004/02/24 22:16:25 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.4-r1.ebuild,v 1.3 2004/04/07 16:15:32 pebenito Exp $ IUSE="build" @@ -20,7 +20,6 @@ DEPEND="sys-libs/libselinux RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} S2=${WORKDIR}/policycoreutils-extra src_unpack() { diff --git a/sys-apps/policycoreutils/policycoreutils-1.8.ebuild b/sys-apps/policycoreutils/policycoreutils-1.8.ebuild index 3e8d340da24b..9da5c2258d31 100644 --- a/sys-apps/policycoreutils/policycoreutils-1.8.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-1.8.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-apps/policycoreutils/policycoreutils-1.8.ebuild,v 1.3 2004/04/06 03:22:36 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.8.ebuild,v 1.4 2004/04/07 16:15:32 pebenito Exp $ IUSE="build" @@ -20,7 +20,6 @@ DEPEND="sys-libs/libselinux RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} S2=${WORKDIR}/policycoreutils-extra src_unpack() { |