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 | 6d29016c2cdaf9082860c3cba02855c5424bdd62 (patch) | |
tree | b9b8955252d26c5093cd9a4ea18c67ce1bcae9ae /sys-apps/debianutils | |
parent | lintool fixes for #9258 (diff) | |
download | historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.tar.gz historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.tar.bz2 historical-6d29016c2cdaf9082860c3cba02855c5424bdd62.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.3.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.ebuild | 8 |
2 files changed, 4 insertions, 9 deletions
diff --git a/sys-apps/debianutils/debianutils-1.16.3.ebuild b/sys-apps/debianutils/debianutils-1.16.3.ebuild index 9d62018a6031..4a146591dc77 100644 --- a/sys-apps/debianutils/debianutils-1.16.3.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.3.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/debianutils/debianutils-1.16.3.ebuild,v 1.3 2002/10/04 06:23:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.4 2002/10/19 03:42:44 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" @@ -12,6 +12,7 @@ SLOT="0" LICENSE="GPL-2 BSD SMAIL" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -33,7 +34,6 @@ src_compile() { fi } - src_install() { into / dobin readlink tempfile mktemp @@ -59,4 +59,3 @@ src_install() { fi fi } - diff --git a/sys-apps/debianutils/debianutils-1.16.ebuild b/sys-apps/debianutils/debianutils-1.16.ebuild index dc0a6894df78..8ebd1cc786e2 100644 --- a/sys-apps/debianutils/debianutils-1.16.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.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/debianutils/debianutils-1.16.ebuild,v 1.8 2002/10/04 06:23:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.ebuild,v 1.9 2002/10/19 03:42:44 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" @@ -11,16 +11,15 @@ SLOT="0" LICENSE="GPL-2 BSD SMAIL" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { - unpack ${A} cd ${S} patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff } src_compile() { - if [ -z "`use static`" ] then pmake || die @@ -29,9 +28,7 @@ src_compile() { fi } - src_install() { - into / dobin readlink tempfile mktemp @@ -52,4 +49,3 @@ src_install() { fi fi } - |