diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:42:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:42:44 +0000 |
commit | 13ba070fb85c7a18edf9c14267eb1ef164f9760c (patch) | |
tree | bf963d8da0ade434be45f19057c4bf56c87abb7a /sys-apps/gawk | |
parent | lintool fixes for #9258 (diff) | |
download | gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.gz gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.bz2 gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r-- | sys-apps/gawk/gawk-3.1.0-r3.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/gawk/gawk-3.1.1.ebuild | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/sys-apps/gawk/gawk-3.1.0-r3.ebuild b/sys-apps/gawk/gawk-3.1.0-r3.ebuild index 7c42dd543ec2..22131b28acb3 100644 --- a/sys-apps/gawk/gawk-3.1.0-r3.ebuild +++ b/sys-apps/gawk/gawk-3.1.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.0-r3.ebuild,v 1.5 2002/10/19 01:52:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.0-r3.ebuild,v 1.6 2002/10/19 03:42:44 vapier Exp $ IUSE="nls build" @@ -13,10 +13,10 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND}" src_compile() { - local myconf="" use nls || myconf="${myconf} --disable-nls" @@ -31,7 +31,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ bindir=${D}/bin \ mandir=${D}/usr/share/man \ @@ -68,4 +67,3 @@ src_install() { rm -rf ${D}/usr/share fi } - diff --git a/sys-apps/gawk/gawk-3.1.1.ebuild b/sys-apps/gawk/gawk-3.1.1.ebuild index 42f7b6e0b624..513535ef5606 100644 --- a/sys-apps/gawk/gawk-3.1.1.ebuild +++ b/sys-apps/gawk/gawk-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.1.ebuild,v 1.6 2002/10/19 01:52:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.1.ebuild,v 1.7 2002/10/19 03:42:44 vapier Exp $ IUSE="nls build" @@ -13,10 +13,10 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND}" src_compile() { - local myconf="" use nls || myconf="${myconf} --disable-nls" @@ -31,7 +31,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ bindir=${D}/bin \ mandir=${D}/usr/share/man \ @@ -68,4 +67,3 @@ src_install() { rm -rf ${D}/usr/share fi } - |