diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 01:23:35 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 01:23:35 +0000 |
commit | 3bcd5303c52dd301cd2e6fe1f7fcb921afe239c0 (patch) | |
tree | 1661a9b178dfb9e35fe7db8acd83e3e29e013bf4 /sys-apps/sh-utils | |
parent | stable on sparc (diff) | |
download | gentoo-2-3bcd5303c52dd301cd2e6fe1f7fcb921afe239c0.tar.gz gentoo-2-3bcd5303c52dd301cd2e6fe1f7fcb921afe239c0.tar.bz2 gentoo-2-3bcd5303c52dd301cd2e6fe1f7fcb921afe239c0.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/sh-utils')
-rw-r--r-- | sys-apps/sh-utils/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0.15.ebuild | 14 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sys-apps/sh-utils/Manifest b/sys-apps/sh-utils/Manifest index 3a9a51359d89..bc920aa708f1 100644 --- a/sys-apps/sh-utils/Manifest +++ b/sys-apps/sh-utils/Manifest @@ -1,7 +1,7 @@ -MD5 d7867bbfe1bf59befd44079672ac3a5d sh-utils-2.0.15.ebuild 2339 -MD5 4de8aaa33d6f8f59d57515848c6a741c sh-utils-2.0.15-r1.ebuild 481 MD5 0010d60458d6c455d072b2a5a99e7d5f ChangeLog 4303 -MD5 b0454d28beed9edd23c9facdd154174f files/sh-utils-2.0.15-gentoo.diff 2585 -MD5 3862186589a94a3a12eec30eb838bd0a files/sh-utils-2.0.11-gentoo.diff 3922 -MD5 5fdc646eb14d3f40c0a6f81eb897d339 files/digest-sh-utils-2.0.15 68 +MD5 4de8aaa33d6f8f59d57515848c6a741c sh-utils-2.0.15-r1.ebuild 481 +MD5 7275d2ff30187bd406553a4c4ed0019c sh-utils-2.0.15.ebuild 2334 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-sh-utils-2.0.15-r1 0 +MD5 5fdc646eb14d3f40c0a6f81eb897d339 files/digest-sh-utils-2.0.15 68 +MD5 3862186589a94a3a12eec30eb838bd0a files/sh-utils-2.0.11-gentoo.diff 3922 +MD5 b0454d28beed9edd23c9facdd154174f files/sh-utils-2.0.15-gentoo.diff 2585 diff --git a/sys-apps/sh-utils/sh-utils-2.0.15.ebuild b/sys-apps/sh-utils/sh-utils-2.0.15.ebuild index 990bf8a71910..82a70fa45914 100644 --- a/sys-apps/sh-utils/sh-utils-2.0.15.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15.ebuild,v 1.14 2003/02/21 02:34:19 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15.ebuild,v 1.15 2003/09/07 01:21:33 msterret Exp $ IUSE="nls static build" @@ -25,9 +25,9 @@ src_unpack() { # note: this patch is b0rked on hppa and arm -- gm and ztw use hppa || use arm || patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die - # This next line prevents our patched (and updated-mtime) uname.c - # from forcing a uname.1 man page regeneration, which requires perl - # (not available when creating a new build image... and we don't want + # This next line prevents our patched (and updated-mtime) uname.c + # from forcing a uname.1 man page regeneration, which requires perl + # (not available when creating a new build image... and we don't want # this package dependent on perl anyway. #This problem can be fixed by fixing our patch at a future date. touch -d "20 Aug 1999" src/uname.c @@ -36,12 +36,12 @@ src_unpack() { src_compile() { local myconf="" use nls || myconf="--disable-nls" - + CFLAGS="${CFLAGS}" \ econf \ --without-included-regex \ ${myconf} || die - + if [ -z "`use static`" ] then emake || die @@ -52,7 +52,7 @@ src_compile() { src_install() { einstall || die - + rm -rf ${D}/usr/lib dodir /bin cd ${D}/usr/bin |