summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
commitbdf31f026ab1a7341012b0902f9498c7328320e5 (patch)
tree695652281d3b5ba8d0b1f334001f423cf2af9ba4 /sys-apps
parent*** empty log message *** (diff)
downloadgentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.gz
gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.bz2
gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.zip
*** empty log message ***
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/at/at-3.1.8-r1.ebuild5
-rwxr-xr-xsys-apps/bootdisk/files/linuxrcbin18888 -> 18568 bytes
-rwxr-xr-xsys-apps/bootdisk/files/makeme.sh2
-rw-r--r--sys-apps/bzip2/bzip2-1.0.1.ebuild4
-rw-r--r--sys-apps/debianutils/debianutils-1.13.3-r1.ebuild8
-rw-r--r--sys-apps/diffutils/diffutils-2.7-r1.ebuild4
-rw-r--r--sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild5
-rw-r--r--sys-apps/ed/ed-0.2.ebuild4
-rw-r--r--sys-apps/file/file-3.33.ebuild4
-rw-r--r--sys-apps/fileutils/fileutils-4.0.36-r1.ebuild4
-rw-r--r--sys-apps/findutils/findutils-4.1-r3.ebuild8
-rw-r--r--sys-apps/gawk/gawk-3.0.6-r1.ebuild4
-rw-r--r--sys-apps/grep/grep-2.4.2-r1.ebuild6
-rw-r--r--sys-apps/groff/groff-1.16.1.ebuild9
-rw-r--r--sys-apps/gzip/gzip-1.2.4a-r1.ebuild8
-rw-r--r--sys-apps/raidtools/raidtools-0.90-r1.ebuild4
-rw-r--r--sys-apps/sed/sed-3.02.80.ebuild4
-rw-r--r--sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild12
-rw-r--r--sys-apps/sharutils/sharutils-4.2.1-r2.ebuild9
-rw-r--r--sys-apps/star/star-1.3_alpha8.ebuild4
-rw-r--r--sys-apps/tar/tar-1.13.18-r1.ebuild5
-rw-r--r--sys-apps/texinfo/texinfo-4.0-r1.ebuild4
-rw-r--r--sys-apps/textutils/textutils-2.0.10.ebuild4
23 files changed, 64 insertions, 57 deletions
diff --git a/sys-apps/at/at-3.1.8-r1.ebuild b/sys-apps/at/at-3.1.8-r1.ebuild
index b6ef81738756..ed9933347b6f 100644
--- a/sys-apps/at/at-3.1.8-r1.ebuild
+++ b/sys-apps/at/at-3.1.8-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/at/at-3.1.8-r1.ebuild,v 1.7 2000/12/01 21:58:45 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r1.ebuild,v 1.8 2001/01/31 20:49:06 achim Exp $
A="${P}.tar.bz2 ${P}.dif"
S=${WORKDIR}/${P}
@@ -10,7 +10,8 @@ SRC_URI="ftp://jurix.jura.uni-sb.de/pub/jurix/source/chroot/appl/at/${P}.tar.bz2
ftp://jurix.jura.uni-sb.de/pub/jurix/source/chroot/appl/at/${P}.dif"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND=">=sys-libs/glibc-2.1.3
+ sys-devel/flex"
RDEPEND="$DEPEND
>=sys-apps/bash-2.04"
diff --git a/sys-apps/bootdisk/files/linuxrc b/sys-apps/bootdisk/files/linuxrc
index 5b7be462085b..ca0b9a2c7899 100755
--- a/sys-apps/bootdisk/files/linuxrc
+++ b/sys-apps/bootdisk/files/linuxrc
Binary files differ
diff --git a/sys-apps/bootdisk/files/makeme.sh b/sys-apps/bootdisk/files/makeme.sh
index 03ce933cce41..b87b5b0a5a3f 100755
--- a/sys-apps/bootdisk/files/makeme.sh
+++ b/sys-apps/bootdisk/files/makeme.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-FILE=linuxrc6
+FILE=linuxrc7
rm linuxrc $FILE.o
gcc -o $FILE.o -c $FILE.c -I/usr/include/dietlibc && ld -static -o linuxrc $FILE.o /usr/lib/dietlibc.a
diff --git a/sys-apps/bzip2/bzip2-1.0.1.ebuild b/sys-apps/bzip2/bzip2-1.0.1.ebuild
index 2f86b36eb9de..66c70c623e15 100644
--- a/sys-apps/bzip2/bzip2-1.0.1.ebuild
+++ b/sys-apps/bzip2/bzip2-1.0.1.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/bzip2/bzip2-1.0.1.ebuild,v 1.8 2000/12/24 09:55:16 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1.ebuild,v 1.9 2001/01/31 20:49:06 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,7 +11,7 @@ SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${A}
HOMEPAGE="http://sourceware.cygnus.com/bzip2/"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild
index c199fb275aa4..7d795a805d6c 100644
--- a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild
+++ b/sys-apps/debianutils/debianutils-1.13.3-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/debianutils/debianutils-1.13.3-r1.ebuild,v 1.4 2000/11/30 23:14:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild,v 1.5 2001/01/31 20:49:06 achim Exp $
P=debianutils-1.13.3
A=debianutils_1.13.3.tar.gz
@@ -9,9 +9,9 @@ S=${WORKDIR}/${P}
DESCRIPTION="A selection of tools from Debian"
SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
+DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc
+ sys-apps/bash"
src_compile() {
try pmake
diff --git a/sys-apps/diffutils/diffutils-2.7-r1.ebuild b/sys-apps/diffutils/diffutils-2.7-r1.ebuild
index 5954d436ef3f..946cfb53171c 100644
--- a/sys-apps/diffutils/diffutils-2.7-r1.ebuild
+++ b/sys-apps/diffutils/diffutils-2.7-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/diffutils/diffutils-2.7-r1.ebuild,v 1.5 2000/11/30 23:14:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7-r1.ebuild,v 1.6 2001/01/31 20:49:06 achim Exp $
P=diffutils-2.7
A=${P}.tar.gz
@@ -11,7 +11,7 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/diffutils/${A}
ftp://ftp.gnu.org/gnu/diffutils/${A}"
HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild
index 7372eb270860..b25c30ca3d29 100644
--- a/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild
+++ b/sys-apps/e2fsprogs/e2fsprogs-1.19.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/e2fsprogs/e2fsprogs-1.19.ebuild,v 1.5 2000/11/30 23:14:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild,v 1.6 2001/01/31 20:49:06 achim Exp $
P=e2fsprogs-1.19
A=${P}.tar.gz
@@ -17,7 +17,8 @@ RDEPEND="$DEPEND
src_compile() {
try ./configure --host=${CHOST} --enable-elf-shlibs --enable-nls
# do not use pmake recursive
- try make $MAKEOPTS
+ try make
+ #$MAKEOPTS
}
diff --git a/sys-apps/ed/ed-0.2.ebuild b/sys-apps/ed/ed-0.2.ebuild
index 27dfba4a541a..9c41abd5c2a8 100644
--- a/sys-apps/ed/ed-0.2.ebuild
+++ b/sys-apps/ed/ed-0.2.ebuild
@@ -2,7 +2,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/ed/ed-0.2.ebuild,v 1.6 2000/11/30 23:14:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2.ebuild,v 1.7 2001/01/31 20:49:06 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ DESCRIPTION="Your basic line editor"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ed/${A}
ftp://ftp.gnu.org/pub/gnu/ed/${A}"
HOMEPAGE="http://www.gnu.org/software/ed/"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
diff --git a/sys-apps/file/file-3.33.ebuild b/sys-apps/file/file-3.33.ebuild
index a8b723291358..f2540b84dfaa 100644
--- a/sys-apps/file/file-3.33.ebuild
+++ b/sys-apps/file/file-3.33.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/file/file-3.33.ebuild,v 1.2 2000/11/30 23:14:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.33.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,7 +11,7 @@ DESCRIPTION="Program to identify a file's format by scanning binary data for pat
#on cvs.gentoo.org
SRC_URI="ftp://ftp.astron.com/pub/file/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --datadir=/etc --host=${CHOST}
diff --git a/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild b/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild
index d84e86622179..bb29966fcd71 100644
--- a/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild
+++ b/sys-apps/fileutils/fileutils-4.0.36-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/fileutils/fileutils-4.0.36-r1.ebuild,v 1.1 2001/01/18 20:16:57 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0.36-r1.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,7 +9,7 @@ DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)"
SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
#we are waiting for GNU fileutils 4.0.30 which will become standard in Gentoo 1.0
diff --git a/sys-apps/findutils/findutils-4.1-r3.ebuild b/sys-apps/findutils/findutils-4.1-r3.ebuild
index 9ae3578e83fb..45f14ba6c813 100644
--- a/sys-apps/findutils/findutils-4.1-r3.ebuild
+++ b/sys-apps/findutils/findutils-4.1-r3.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/findutils/findutils-4.1-r3.ebuild,v 1.1 2001/01/18 20:16:57 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r3.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $
P=findutils-4.1
A=${P}.tar.gz
@@ -11,9 +11,9 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/findutils/${A}
ftp://prep.ai.mit.edu/gnu/findutils/${A}"
HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
+DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc
+ sys-apps/bash"
src_compile() {
try ./configure --prefix=/usr --host=${CHOST}
diff --git a/sys-apps/gawk/gawk-3.0.6-r1.ebuild b/sys-apps/gawk/gawk-3.0.6-r1.ebuild
index f4ce6e0f701e..5c0916defadf 100644
--- a/sys-apps/gawk/gawk-3.0.6-r1.ebuild
+++ b/sys-apps/gawk/gawk-3.0.6-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/gawk/gawk-3.0.6-r1.ebuild,v 1.2 2001/01/18 21:38:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.0.6-r1.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $
P=gawk-3.0.6
A=${P}.tar.gz
@@ -10,7 +10,7 @@ DESCRIPTION="GNU awk pattern-matching language"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gawk/${A}
ftp://prep.ai.mit.edu/gnu/gawk/${A}"
HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --libexecdir=/usr/lib/awk --host=${CHOST}
diff --git a/sys-apps/grep/grep-2.4.2-r1.ebuild b/sys-apps/grep/grep-2.4.2-r1.ebuild
index bab041e16c7d..d19e67be39ef 100644
--- a/sys-apps/grep/grep-2.4.2-r1.ebuild
+++ b/sys-apps/grep/grep-2.4.2-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/grep/grep-2.4.2-r1.ebuild,v 1.6 2000/11/30 23:14:33 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r1.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $
P=grep-2.4.2
A=${P}.tar.gz
@@ -10,8 +10,8 @@ DESCRIPTION="GNU regular expression matcher"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/grep/${A}
ftp://prep.ai.mit.edu/gnu/grep/${A}"
HOMEPAGE="http://www.gnu.org/software/grep/grep.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
-src_compile() {
+DEPEND="virtual/glibc"
+src_compile() {
try ./configure --prefix=/usr --host=${CHOST}
try make ${MAKEOPTS}
}
diff --git a/sys-apps/groff/groff-1.16.1.ebuild b/sys-apps/groff/groff-1.16.1.ebuild
index 386ce64b69e4..efa25f27d313 100644
--- a/sys-apps/groff/groff-1.16.1.ebuild
+++ b/sys-apps/groff/groff-1.16.1.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/groff/groff-1.16.1.ebuild,v 1.5 2000/11/30 23:14:33 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $
P=groff-1.16.1
A=${P}.tar.gz
@@ -11,11 +11,12 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${A}
ftp://prep.ai.mit.edu/gnu/groff/${A}"
HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
-DEPEND=">=sys-libs/glibc-2.1.3
+DEPEND="virtual/glibc
>=sys-devel/gcc-2.95.2"
+
RDEPEND="$DEPEND
- >=sys-devel/perl-5.6
- >=sys-apps/bash-2.04"
+ sys-devel/perl
+ sys-apps/bash"
src_compile() {
diff --git a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild b/sys-apps/gzip/gzip-1.2.4a-r1.ebuild
index 00a547736ba5..1a7df3b1fd26 100644
--- a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild
+++ b/sys-apps/gzip/gzip-1.2.4a-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/gzip/gzip-1.2.4a-r1.ebuild,v 1.7 2000/12/24 09:55:16 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r1.ebuild,v 1.8 2001/01/31 20:49:07 achim Exp $
P=gzip-1.2.4a
A=${P}.tar.gz
@@ -10,9 +10,9 @@ DESCRIPTION="Standard GNU compressor"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gzip/${A}
ftp://prep.ai.mit.edu/gnu/gzip/${A}"
HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
+DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc
+ sys-apps/bash"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr --exec-prefix=/
diff --git a/sys-apps/raidtools/raidtools-0.90-r1.ebuild b/sys-apps/raidtools/raidtools-0.90-r1.ebuild
index bb6b98a3bb6b..8f15f315aefd 100644
--- a/sys-apps/raidtools/raidtools-0.90-r1.ebuild
+++ b/sys-apps/raidtools/raidtools-0.90-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/raidtools/raidtools-0.90-r1.ebuild,v 1.6 2000/11/30 23:14:34 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidtools/raidtools-0.90-r1.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $
P=raidtools-0.90-1
A=raidtools-dangerous-0.90-20000116.tar.gz
@@ -20,7 +20,7 @@ src_compile() {
src_install() {
into /
dosbin mkraid raidstart mkpv
- for x in raidstop raidhotadd raidhotremove
+ for x in raidstop raidhotadd raidhotremove raidsetfaulty
do
dosym raidstart /sbin/${x}
done
diff --git a/sys-apps/sed/sed-3.02.80.ebuild b/sys-apps/sed/sed-3.02.80.ebuild
index 8b9ab0a35d71..5b8281ddef4b 100644
--- a/sys-apps/sed/sed-3.02.80.ebuild
+++ b/sys-apps/sed/sed-3.02.80.ebuild
@@ -1,13 +1,13 @@
# 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/sed/sed-3.02.80.ebuild,v 1.6 2000/12/28 11:16:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Super-useful stream editor"
SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --host=${CHOST}
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 8d2e638cd04f..26a5a04cd271 100644
--- a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild
+++ b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild
@@ -2,16 +2,16 @@
# 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.8 2001/01/27 14:41:34 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.9 2001/01/31 20:49:07 achim Exp $
P=sh-utils-2.0j
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Your standard GNU shell utilities"
SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
+DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc
+ sys-apps/bash"
src_unpack() {
unpack ${A}
@@ -32,7 +32,9 @@ src_install() {
rm -rf ${D}/usr/lib
dodir /bin
cd ${D}/usr/bin
- mv date echo false pwd stty su true uname hostname ${D}/bin
+ # We must use hostname from net-base
+ rm hostname
+ mv date echo false pwd stty su true uname ${D}/bin
dodoc AUTHORS COPYING ChangeLog ChangeLog.0 \
NEWS README THANKS TODO
}
diff --git a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild
index 581dd3bd20a8..67d749aaed75 100644
--- a/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild
+++ b/sys-apps/sharutils/sharutils-4.2.1-r2.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/sharutils/sharutils-4.2.1-r2.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r2.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $
P=sharutils-4.2.1
A=${P}.tar.gz
@@ -9,9 +9,10 @@ S=${WORKDIR}/${P}
DESCRIPTION="Tools to deal with shar archives"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/sharutils/${A}
ftp://prep.ai.mit.edu/gnu/sharutils/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
+DEPEND="virtual/glibc
+ >=sys-devel/gettext-0.10.35"
+RDEPEND="virtual/glibc
+ sys-apps/bash"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
diff --git a/sys-apps/star/star-1.3_alpha8.ebuild b/sys-apps/star/star-1.3_alpha8.ebuild
index 3ed9ae4459dc..772bae80bdeb 100644
--- a/sys-apps/star/star-1.3_alpha8.ebuild
+++ b/sys-apps/star/star-1.3_alpha8.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/star/star-1.3_alpha8.ebuild,v 1.1 2001/01/01 21:58:14 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.3_alpha8.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $
A=star-1.3a8.tar.gz
S=${WORKDIR}/star-1.3
@@ -9,7 +9,7 @@ S=${WORKDIR}/star-1.3
DESCRIPTION="Includes star, an enhanced (world\'s fastest) tar, as well as enhanced mt/rmt"
SRC_URI="ftp://ftp.fokus.gmd.de/pub/unix/star/alpha/${A}"
HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/tar/tar-1.13.18-r1.ebuild b/sys-apps/tar/tar-1.13.18-r1.ebuild
index 57f1e78e7dab..bbbaec3312d3 100644
--- a/sys-apps/tar/tar-1.13.18-r1.ebuild
+++ b/sys-apps/tar/tar-1.13.18-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/tar/tar-1.13.18-r1.ebuild,v 1.1 2001/01/01 21:58:26 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r1.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,7 +9,8 @@ S=${WORKDIR}/${P}
DESCRIPTION="Use this to try make tarballs :)"
SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A}
HOMEPAGE="http://www.gnu.org/software/tar/"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
+
src_compile() {
try ./configure --prefix=/usr --libexecdir=/usr/libexec/misc --host=${CHOST}
try make ${MAKEOPTS}
diff --git a/sys-apps/texinfo/texinfo-4.0-r1.ebuild b/sys-apps/texinfo/texinfo-4.0-r1.ebuild
index 338cbff855b5..4209c31a0d53 100644
--- a/sys-apps/texinfo/texinfo-4.0-r1.ebuild
+++ b/sys-apps/texinfo/texinfo-4.0-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/texinfo/texinfo-4.0-r1.ebuild,v 1.5 2000/11/30 23:14:35 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $
P=texinfo-4.0
A=${P}.tar.gz
@@ -11,7 +11,7 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${A}
ftp://ftp.gnu.org/pub/gnu/texinfo/${A}"
DEPEND=">=sys-libs/gpm-1.19.3"
RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
+ sys-apps/bash"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
diff --git a/sys-apps/textutils/textutils-2.0.10.ebuild b/sys-apps/textutils/textutils-2.0.10.ebuild
index a0bb7e7a917f..ce9a3b1e1124 100644
--- a/sys-apps/textutils/textutils-2.0.10.ebuild
+++ b/sys-apps/textutils/textutils-2.0.10.ebuild
@@ -1,14 +1,14 @@
# 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.0.10.ebuild,v 1.3 2001/01/27 14:41:34 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.10.ebuild,v 1.4 2001/01/31 20:49:07 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Standard GNU text utilities"
SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
echo $S $WORKDIR `pwd`