diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-21 05:39:46 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-21 05:39:46 +0000 |
commit | 9720ef9bd51197648eb2e70757bc4990b77dd689 (patch) | |
tree | 3f941f41b5e05b4464010d129679befaab47fa5b /sys-apps | |
parent | removed all calls to standard shell binaries (mv, ls, md5sum) (diff) | |
download | historical-9720ef9bd51197648eb2e70757bc4990b77dd689.tar.gz historical-9720ef9bd51197648eb2e70757bc4990b77dd689.tar.bz2 historical-9720ef9bd51197648eb2e70757bc4990b77dd689.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hdparm/hdparm-3.9-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.0f-r1.ebuild | 4 |
3 files changed, 15 insertions, 4 deletions
diff --git a/sys-apps/hdparm/hdparm-3.9-r1.ebuild b/sys-apps/hdparm/hdparm-3.9-r1.ebuild index 09968c583fc8..0b2553cf4e36 100644 --- a/sys-apps/hdparm/hdparm-3.9-r1.ebuild +++ b/sys-apps/hdparm/hdparm-3.9-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-3.9-r1.ebuild,v 1.2 2000/08/16 04:38:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-3.9-r1.ebuild,v 1.3 2000/08/21 05:39:46 achim Exp $ P=hdparm-3.9 A=${P}.tar.gz @@ -17,7 +17,8 @@ src_unpack() { unpack ${A} cd ${S} mv Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile + sed -e "s/-O2/${CFLAGS}/" \ + Makefile.orig > Makefile } src_install() { diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild index 5dd799f23864..09c1b82187e4 100644 --- a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild @@ -1,7 +1,8 @@ + # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.2 2000/08/16 04:38:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.3 2000/08/21 05:39:46 achim Exp $ P=sh-utils-2.0j A=${P}.tar.gz @@ -9,6 +10,13 @@ S=${WORKDIR}/${P} DESCRIPTION="Your standard GNU shell utilities" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" +src_unpack() { + unpack ${A} +# cd ${S}/src +# cp sys2.h sys2.h.orig +# sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h +} + src_compile() { ./configure --host=${CHOST} --prefix=/usr \ --with-catgets --without-included-regex diff --git a/sys-apps/textutils/textutils-2.0f-r1.ebuild b/sys-apps/textutils/textutils-2.0f-r1.ebuild index 31f9748b2165..ab67c10ead1a 100644 --- a/sys-apps/textutils/textutils-2.0f-r1.ebuild +++ b/sys-apps/textutils/textutils-2.0f-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0f-r1.ebuild,v 1.2 2000/08/16 04:38:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0f-r1.ebuild,v 1.3 2000/08/21 05:39:46 achim Exp $ P=textutils-2.0f A=${P}.tar.gz @@ -21,6 +21,8 @@ src_unpack() { cd ${S}/src mv tr.c tr.c.orig sed -e "234d" tr.c.orig > tr.c +# cp sys2.h sys2.h.orig +# sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h } src_install() { |