diff options
Diffstat (limited to 'sys-apps')
34 files changed, 248 insertions, 449 deletions
diff --git a/sys-apps/bzip2/bzip2-1.0.1.ebuild b/sys-apps/bzip2/bzip2-1.0.1.ebuild index 369e21db54b1..81dd14dbe010 100644 --- a/sys-apps/bzip2/bzip2-1.0.1.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.1.ebuild @@ -1,12 +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/bzip2/bzip2-1.0.1.ebuild,v 1.5 2000/09/21 22:32:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1.ebuild,v 1.6 2000/10/03 16:02:03 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo" -SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/$A" +SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${A} + ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/${A}" + HOMEPAGE="http://sourceware.cygnus.com/bzip2/" src_unpack() { diff --git a/sys-apps/cpio/cpio-2.4.2-r1.ebuild b/sys-apps/cpio/cpio-2.4.2-r1.ebuild index 3109b75159ff..7aa77b70e100 100644 --- a/sys-apps/cpio/cpio-2.4.2-r1.ebuild +++ b/sys-apps/cpio/cpio-2.4.2-r1.ebuild @@ -1,13 +1,15 @@ # 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/cpio/cpio-2.4.2-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.4.2-r1.ebuild,v 1.4 2000/10/03 16:02:03 achim Exp $ P="cpio-2.4.2" A="${P}.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="A file archival tool which can also read and write tar files" -SRC_URI="ftp://prep.ai.mit.edu/gnu/cpio/"${A} +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/cpio/${A} + ftp://prep.ai.mit.edu/gnu/cpio/${A}" + HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" src_compile() { diff --git a/sys-apps/diffutils/diffutils-2.7-r1.ebuild b/sys-apps/diffutils/diffutils-2.7-r1.ebuild index bbfb5fbc2a97..1c60758b7eb0 100644 --- a/sys-apps/diffutils/diffutils-2.7-r1.ebuild +++ b/sys-apps/diffutils/diffutils-2.7-r1.ebuild @@ -1,13 +1,15 @@ # 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.3 2000/09/15 20:09:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7-r1.ebuild,v 1.4 2000/10/03 16:02:03 achim Exp $ P=diffutils-2.7 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Tools to make diffs and compare files" -SRC_URI="ftp://ftp.gnu.org/gnu/diffutils/diffutils-2.7.tar.gz" +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" src_compile() { diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild deleted file mode 100644 index b94a7881733c..000000000000 --- a/sys-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.18-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ -P=e2fsprogs-1.18 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard ext2 filesystem utilities" -SRC_URI="ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.18.tar.gz" -HOMEPAGE="http://web.mit.edu/tytso/www/linux/e2fsprogs.html" - - -src_compile() { - try ./configure --host=${CHOST} --enable-elf-shlibs - try make -} - -src_install() { - into /usr - try make DESTDIR=${D} install - try make DESTDIR=${D} install-libs - gzip -9 ${D}/usr/man/man?/* - if [ -z "DBUG" ] - then - strip ${D}/sbin/* - strip ${D}/usr/sbin/* - strip ${D}/usr/bin/* - strip --strip-unneeded ${D}/lib/*.so* - strip --strip-unneeded ${D}/usr/lib/*.so* - fi - dodoc COPYING ChangeLog README RELEASE-NOTES -} - - diff --git a/sys-apps/ed/ed-0.2.ebuild b/sys-apps/ed/ed-0.2.ebuild index 4c350ba60c5f..b66f8ca7bae9 100644 --- a/sys-apps/ed/ed-0.2.ebuild +++ b/sys-apps/ed/ed-0.2.ebuild @@ -2,12 +2,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/ed/ed-0.2.ebuild,v 1.1 2000/09/24 04:48:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2.ebuild,v 1.2 2000/10/03 16:02:04 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Your basic line editor" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/ed/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ed/${A} + ftp://ftp.gnu.org/pub/gnu/ed/${A}" src_compile() { try ./configure --prefix=/ --host=${CHOST} diff --git a/sys-apps/fileutils/fileutils-4.0x-r1.ebuild b/sys-apps/fileutils/fileutils-4.0x-r1.ebuild deleted file mode 100644 index 3bf6154099b4..000000000000 --- a/sys-apps/fileutils/fileutils-4.0x-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.0x-r1.ebuild,v 1.3 2000/09/15 20:09:18 drobbins Exp $ - -P=fileutils-4.0x -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/fileutils-4.0x.tar.gz" -HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" - -src_compile() { - try ./configure --prefix=/usr - try make -} - -src_install() { - dodoc COPYING NEWS README THANKS TODO ChangeLog ChangeLog-1997 AUTHORS - into / - cd ${S}/src - cp ginstall install - dobin chgrp chmod chown cp dd df dir dircolors du install install ln ls mkdir mkfifo mknod mv rm rmdir shred sync touch vdir - cd ${S} - into /usr - doman man/*.1 - doinfo doc/fileutils.info - dodir /usr/share/locale - MOPREFIX=fileutils - domo po/*.po - -} - diff --git a/sys-apps/findutils/findutils-4.1-r1.ebuild b/sys-apps/findutils/findutils-4.1-r1.ebuild index 44f5f14180ad..dd33ebe68694 100644 --- a/sys-apps/findutils/findutils-4.1-r1.ebuild +++ b/sys-apps/findutils/findutils-4.1-r1.ebuild @@ -1,13 +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/findutils/findutils-4.1-r1.ebuild,v 1.3 2000/09/15 20:09:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r1.ebuild,v 1.4 2000/10/03 16:02:04 achim Exp $ P=findutils-4.1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GNU utilities to find files" -SRC_URI="ftp://prep.ai.mit.edu/gnu/findutils/findutils-4.1.tar.gz" +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" src_compile() { diff --git a/sys-apps/gawk/gawk-3.0.4-r1.ebuild b/sys-apps/gawk/gawk-3.0.4-r1.ebuild deleted file mode 100644 index 5b1fba52d834..000000000000 --- a/sys-apps/gawk/gawk-3.0.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.4-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ - -P=gawk-3.0.4 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="GNU awk pattern-matching language" -SRC_URI="ftp://prep.ai.mit.edu/gnu/gawk/gawk-3.0.4.tar.gz" -HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install() { - into /usr - doinfo doc/gawk.info - doman doc/gawk.1 doc/igawk.1 - dobin gawk awklib/igawk - dosym gawk /usr/bin/awk - dosym gawk /usr/bin/gawk-3.0.4 - insinto /usr/share/awk - doins awklib/eg/lib/*.awk awklib/*.awk - exeinto /usr/libexec/awk - doexe awklib/*cat - dodoc ChangeLog ACKNOWLEDGMENT COPYING FUTURES LIMITATIONS NEWS PROBLEMS README -} - - diff --git a/sys-apps/gawk/gawk-3.0.6.ebuild b/sys-apps/gawk/gawk-3.0.6.ebuild index fd7175522662..5de40d45030a 100644 --- a/sys-apps/gawk/gawk-3.0.6.ebuild +++ b/sys-apps/gawk/gawk-3.0.6.ebuild @@ -1,13 +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/gawk/gawk-3.0.6.ebuild,v 1.2 2000/09/15 20:09:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.0.6.ebuild,v 1.3 2000/10/03 16:02:04 achim Exp $ P=gawk-3.0.6 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GNU awk pattern-matching language" -SRC_URI="ftp://prep.ai.mit.edu/gnu/gawk/${A}" +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" src_compile() { diff --git a/sys-apps/grep/grep-2.4.2-r1.ebuild b/sys-apps/grep/grep-2.4.2-r1.ebuild index 09802de50a1c..22b0a02babdf 100644 --- a/sys-apps/grep/grep-2.4.2-r1.ebuild +++ b/sys-apps/grep/grep-2.4.2-r1.ebuild @@ -1,13 +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/grep/grep-2.4.2-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r1.ebuild,v 1.4 2000/10/03 16:02:04 achim Exp $ P=grep-2.4.2 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GNU regular expression matcher" -SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${A}" +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" src_compile() { diff --git a/sys-apps/groff/groff-1.15-r1.ebuild b/sys-apps/groff/groff-1.15-r1.ebuild deleted file mode 100644 index 6f040e59e0c0..000000000000 --- a/sys-apps/groff/groff-1.15-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# 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.15-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ - -P=groff-1.15 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Text formatter used for man pages" -SRC_URI="ftp://prep.ai.mit.edu/gnu/groff/${A}" -HOMEPAGE="http://www.gnu.org/software/groff/groff.html" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - cd ${S}/tmac - mv Makefile.sub Makefile.sub.orig - sed -e "s/all: stamp-strip stamp-wrap/all: stamp-strip/" Makefile.sub.orig > Makefile.sub - #fixed some things with the build process using good 'ol sed - cd ${S} - try make -} - -src_install() { - into /usr - dodoc NEWS PROBLEMS PROJECTS README TODO VERSION BUG-REPORT COPYING ChangeLog - for x in addftinfo afmtodit eqn grodvi groff grog grolj4 grops grotty hpftodit indxbib lkbib nroff pfbtops pic psbb refer soelim tbl tfmtodit troff - do - cd ${S}/$x - dobin $x - cp $x.man $x.1 - doman $x.1 - done - cd ${S} - dobin eqn/neqn - dosym tbl /usr/bin/gtbl - dosym eqn /usr/bin/geqn - cd ${S}/man - cp groff_char.man groff_char.7 - cp groff_font.man groff_font.5 - cp groff_out.man groff_out.5 - doman *.[1-9] - cd ${S}/tmac - cp groff_ms.man groff_ms.7 - doman *.[1-9] - cd ${S}/mm - cp groff_mm.man groff_mm.7 - cp groff_mmse.man groff_mmse.7 - doman *.[1-9] - cd ${S} - insinto /usr/share/groff - doins indxbib/eign - cd ${S}/devX100 - insinto /usr/share/groff/font/devX100 - doins CB CBI CI CR DESC HB HBI HI HR NB NBI NI NR S TB TBI TI TR - cd ${S}/devX75 - insinto /usr/share/groff/font/devX75 - doins CB CBI CI CR DESC HB HBI HI HR NB NBI NI NR S TB TBI TI TR - cd ${S}/devX75-12 - insinto /usr/share/groff/font/devX75-12 - doins CB CBI CI CR DESC HB HBI HI HR NB NBI NI NR S TB TBI TI TR - cd ${S}/devascii - insinto /usr/share/groff/font/devascii - doins B BI DESC I R - cd ${S}/devdvi - insinto /usr/share/groff/font/devdvi - doins B BI CW DESC EX H HB HI I MI R S SA SB - insinto /usr/share/groff/font/devdvi/generate - doins generate/* - cd ${S}/devlatin1 - insinto /usr/share/groff/font/devlatin1 - doins B BI DESC I R - cd ${S}/devlj4 - insinto /usr/share/groff/font/devlj4 - doins ALBB ALBR AOB AOI AOR CB CBI CI CLARENDON CORONET CR DESC GB GBI GI GR LGB LGI LGR MARIGOLD OB OBI OI OR S TB TBI TI TR UB UBI UCB UCBI UCI UCR UI UR - insinto /usr/share/groff/font/devlj4/generate - doins generate/Makefile generate/special.map generate/text.map - cd ${S}/devps - insinto /usr/share/groff/font/devps - doins AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR DESC HB HBI HI HNB HNBI HNI HNR HR NB NBI NI NR PB PBI PI PR S SS TB TBI TI TR ZCMI ZD ZDR download prologue symbolsl.pfa text.enc zapfdr.pfa - insinto /usr/share/groff/font/devps/generate - doins generate/* - cd ${S}/tmac - insinto /usr/share/groff/tmac - doins eqnrc man.local tmac.* troffrc - doins ${S}/troff/hyphen.us - cd ${S}/mm/mm - insinto /usr/share/groff/tmac/mm - doins * - insinto /usr/share/groff/tmac/mdoc - cd ${S}/tmac - doins doc-* -} - - diff --git a/sys-apps/groff/groff-1.16.1.ebuild b/sys-apps/groff/groff-1.16.1.ebuild index 027ce593b39c..b9d8a7b49656 100644 --- a/sys-apps/groff/groff-1.16.1.ebuild +++ b/sys-apps/groff/groff-1.16.1.ebuild @@ -1,13 +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/groff/groff-1.16.1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.4 2000/10/03 16:02:04 achim Exp $ P=groff-1.16.1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Text formatter used for man pages" -SRC_URI="ftp://prep.ai.mit.edu/gnu/groff/${A}" +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" 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 9a059703277e..dd11b94eb094 100644 --- a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild +++ b/sys-apps/gzip/gzip-1.2.4a-r1.ebuild @@ -1,13 +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/gzip/gzip-1.2.4a-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r1.ebuild,v 1.4 2000/10/03 16:02:04 achim Exp $ P=gzip-1.2.4a A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" -SRC_URI="ftp://prep.ai.mit.edu/gnu/gzip/${A}" +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" src_compile() { diff --git a/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild b/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild deleted file mode 100644 index 18fb934c7622..000000000000 --- a/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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/isapnptools/isapnptools-1.22-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ - -P=isapnptools-1.22 -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="Tools for configuring ISA PnP devices" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/hardware/isapnptools-1.22.tgz" -HOMEPAGE="http://www.roestock.demon.co.uk/isapnptools/" - -src_compile() { - try make -} - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile - cp pnpdump_main.c pnpdump_main.c.orig - sed -e "s/^FILE\* o_file.*//" \ - -e "s/o_file/stdout/g" \ - -e "s/stdout_name/o_file_name/g" pnpdump_main.c.orig > pnpdump_main.c -} - -src_install() { - cd ${S} - dodir /usr/man/man5 - dodir /usr/man/man8 - try make installprefix=${D}/ install - try make installprefix=${D}/ install.man - prepman - dodoc CHANGES COPYING FILES README* *.txt isapnp.conf -} - diff --git a/sys-apps/less/less-358-r1.ebuild b/sys-apps/less/less-358-r1.ebuild index f555868ceeed..e375fd73017c 100644 --- a/sys-apps/less/less-358-r1.ebuild +++ b/sys-apps/less/less-358-r1.ebuild @@ -1,13 +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/less/less-358-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-358-r1.ebuild,v 1.4 2000/10/03 16:02:05 achim Exp $ P=less-358 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Excellent text file viewer" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/less/"${A} +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/less/${A} + ftp://ftp.gnu.org/pub/gnu/less/${A}" HOMEPAGE="http://www.gnu.org/software/less/less.html" src_compile() { diff --git a/sys-apps/lilo/lilo-21.5-r1.ebuild b/sys-apps/lilo/lilo-21.5-r1.ebuild deleted file mode 100644 index bb9647cf1830..000000000000 --- a/sys-apps/lilo/lilo-21.5-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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/lilo/lilo-21.5-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ - -P=lilo-21.5 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard Linux boot loader" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/"${A} - -src_compile() { - try make -} - -src_install() { - into / - dosbin lilo - into /usr - dosbin keytab-lilo.pl - dodir /boot - insinto /boot - doins boot-text.b boot-menu.b chain.b os2_d.b - dodoc CHANGES COPYING INCOMPAT QuickInst README* -} - -pkg_preinst() { - - . ${ROOT}/etc/rc.d/config/functions - - if [ ! -L $ROOT/boot/boot.b -a -f $ROOT/boot/boot.b ] - then - einfo "Saving old boot.b..." - mv $ROOT/boot/boot.b $ROOT/boot/boot.old; - fi - - if [ ! -L $ROOT/boot/chain.b -a -f $ROOT/boot/chain.b ] - then - einfo "Saving old chain.b..." - mv $ROOT/boot/chain.b $ROOT/boot/chain.old; - fi - - if [ ! -L $ROOT/boot/os2_d.b -a -f $ROOT/boot/os2_d.b ] - then - einfo "Saving old os2_d.b..." - mv $ROOT/boot/os2_d.b $ROOT/boot/os2_d.old; - fi -} - -pkg_postinst() { - - . ${ROOT}/etc/rc.d/config/functions - - einfo "Activating boot-menu..." - ln -s boot-menu.b $ROOT/boot/boot.b; - -} - - diff --git a/sys-apps/man/man-1.5.1h-r1.ebuild b/sys-apps/man/man-1.5.1h-r1.ebuild index 867bf7024698..5f266aac7920 100644 --- a/sys-apps/man/man-1.5.1h-r1.ebuild +++ b/sys-apps/man/man-1.5.1h-r1.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/man/man-1.5.1h-r1.ebuild,v 1.2 2000/09/15 20:09:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5.1h-r1.ebuild,v 1.3 2000/10/03 16:02:05 achim Exp $ P=man-1.5h1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Standard commands to read man pages" -SRC_URI="ftp://ftp.win.tue.nl/pub/linux-local/utils/man/${P}" +SRC_URI="ftp://ftp.win.tue.nl/pub/linux-local/utils/man/${A}" src_compile() { try ./configure +sgid +fsstnd +lang all diff --git a/sys-apps/net-tools/net-tools-1.57-r1.ebuild b/sys-apps/net-tools/net-tools-1.57-r1.ebuild index 8550c66f55b9..cfd1519424ec 100644 --- a/sys-apps/net-tools/net-tools-1.57-r1.ebuild +++ b/sys-apps/net-tools/net-tools-1.57-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/net-tools/net-tools-1.57-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.57-r1.ebuild,v 1.4 2000/10/03 16:02:05 achim Exp $ P=net-tools-1.57 A=${P}.tar.bz2 @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} cd ${S} cp ${O}/files/config.h . - cp ${O}/files/config.try make . + cp ${O}/files/config.make . mv Makefile Makefile.orig sed -e "s/-O2 -Wall -g/${CFLAGS}/" Makefile.orig > Makefile } diff --git a/sys-apps/netkit-base/netkit-base-0.16-r1.ebuild b/sys-apps/netkit-base/netkit-base-0.16-r1.ebuild deleted file mode 100644 index 1dcae2d6544c..000000000000 --- a/sys-apps/netkit-base/netkit-base-0.16-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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/netkit-base/netkit-base-0.16-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ - -P=netkit-base-0.16 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Standard linux net thingees -- inetd, ping" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" - -src_compile() { - try make -} - -src_unpack() { - unpack ${A} - cd ${S} - try ./configure - mv MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG -} - -src_install() { - into / - dobin ping/ping - into /usr - dosbin inetd/inetd - doman inetd/inetd.8 ping/ping.8 - dodoc BUGS ChangeLog README -} - - diff --git a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild index 7b383dcaa61e..0f27c5ad521c 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-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/netkit-base/netkit-base-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild,v 1.4 2000/10/03 16:02:05 achim Exp $ P=netkit-base-0.17 A=${P}.tar.gz @@ -29,7 +29,7 @@ src_install() { doman inetd/inetd.8 ping/ping.8 dodoc BUGS ChangeLog README docinto samples - dodoc etc.samples/* + dodoc etc.sample/* } diff --git a/sys-apps/portage/files/portage-maintain b/sys-apps/portage/files/portage-maintain index 65dbc3256b08..21ef7db4d58a 100755 --- a/sys-apps/portage/files/portage-maintain +++ b/sys-apps/portage/files/portage-maintain @@ -12,7 +12,7 @@ for x in os.listdir(os.getcwd()): current=[] currentdict={} -mycurrent=open("/usr/portage/current-packages","r") +mycurrent=open("/portage/current-packages","r") mylines=mycurrent.readlines() for x in mylines: if x[:2]!="./": @@ -25,7 +25,7 @@ mycurrent.close() del mylines for x in installed: - myebuild="/usr/portage/"+x[0]+"/"+x[2][0]+"/"+x[1]+".ebuild" + myebuild="/portage/"+x[0]+"/"+x[2][0]+"/"+x[1]+".ebuild" if x not in current: if not currentdict.has_key(x[0]+"/"+x[2][0]): print "!!!",x[0]+"/"+x[2][0] diff --git a/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild index 03e1504d66d9..9ad6ddb1ccaf 100644 --- a/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild +++ b/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild @@ -1,13 +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/sharutils/sharutils-4.2.1-r1.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild,v 1.4 2000/10/03 16:02:05 achim Exp $ P=sharutils-4.2.1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Tools to deal with shar archives" -SRC_URI="ftp://prep.ai.mit.edu/gnu/sharutils/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/sharutils/${A} + ftp://prep.ai.mit.edu/gnu/sharutils/${A}" src_compile() { try ./configure --host=${CHOST} --prefix=/usr diff --git a/sys-apps/shtool/shtool-1.5.1-r1.ebuild b/sys-apps/shtool/shtool-1.5.1-r1.ebuild index b0e6dd3c1bb5..3e31f997b913 100644 --- a/sys-apps/shtool/shtool-1.5.1-r1.ebuild +++ b/sys-apps/shtool/shtool-1.5.1-r1.ebuild @@ -1,12 +1,13 @@ # 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/shtool/shtool-1.5.1-r1.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shtool/shtool-1.5.1-r1.ebuild,v 1.4 2000/10/03 16:02:05 achim Exp $ A=shtool-1.5.1.tar.gz S=${WORKDIR}/shtool-1.5.1 DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" -SRC_URI="ftp://ftp.gnu.org/gnu/shtool/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/shtool/${A} + ftp://ftp.gnu.org/gnu/shtool/${A}" HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" diff --git a/sys-apps/sysklogd/files/digest-sysklogd-1.4 b/sys-apps/sysklogd/files/digest-sysklogd-1.4 new file mode 100644 index 000000000000..648e989dc602 --- /dev/null +++ b/sys-apps/sysklogd/files/digest-sysklogd-1.4 @@ -0,0 +1 @@ +MD5 010dec0e12ba7226ba3dbce962190a20 sysklogd-1.4.tar.gz diff --git a/sys-apps/sysklogd/files/syslogd-listfiles b/sys-apps/sysklogd/files/syslogd-listfiles new file mode 100755 index 000000000000..68aca3ac01fc --- /dev/null +++ b/sys-apps/sysklogd/files/syslogd-listfiles @@ -0,0 +1,101 @@ +#! /usr/bin/perl + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + +# Tue Jan 13 01:47:57 MET 1998: Martin Schulze <joey@infodrom.north.de> +# Fixed typo. +# +# Modified logfile detection routine to take care of double +# listed logfiles. It does this by using a hash instead of +# immediate printout. Thanks to Roman Hodek <roman@debian.org> +# for providing an appropriate patch. + +$conf = "/etc/syslog.conf"; +$opt_daily = 1; +$opt_all = 0; +$opt_auth = 0; +$opt_news = 0; + +sub usage +{ + print STDERR +" +Debian GNU/Linux syslogd-listfiles =VER=. Copyright (C) 1997 +Martin Schulze. This is free software; see the GNU General Public Licence +version 2 or later for copying conditions. There is NO warranty. + +Usage: syslogd-listfiles <options> +Options: -f file specifies another syslog.conf file + -a | --all list all files (including news) + --auth list all files containing auth.<some prio> + --news include news logfiles, too + -w | --weekly use weekly pattern instead of daily +"; +} + +while (@ARGV) { + $_=shift(@ARGV); + if (m/^-f$/) { + $conf = shift(@ARGV); + } elsif (m/^--weekly|-w$/) { + $opt_daily = 0; + } elsif (m/^(-a|--all)$/) { + $opt_all = 1; + } elsif (m/^--auth$/) { + $opt_auth = 1; + } elsif (m/^--news$/) { + $opt_news = 1; + } else { + &usage();exit (0); + } +} + +open (C, $conf) || die "Can't open $conf, $!"; +while (<C>) { + next if (/^(\#|$)/); + chop; + + s/\s*(\S.*)$/$1/ if ($line); + + $line .= $_; + chop ($line) if (/\\$/); + if (!/\\$/) { + $line =~ s/\s+/\t/; + $line =~ s/\t-/\t/; + push (@lines, $line) if ($line =~ /\t\/(?!dev\/)/); + $line = ""; + } +} +close (C); + +foreach $line (@lines) { + ($pat,$file) = split (/\t/,$line); + + # handled by news.daily from INN + next if (!$opt_news && ($pat =~ /news\.(crit|err|notice)/)); + + if ($opt_all) { + $output{$file} = 1; + } elsif ($opt_auth) { + $output{$file} = 1 if ($pat =~ /auth[^\.]*\.(?!none).*/); + } else { + $i = ($pat =~ /\*\.\*/); + $output{$file} = 1 if (($i && $opt_daily) || (!$i && !$opt_daily)); + } +} + +foreach $file (keys (%output)) { + print $file . "\n"; +} diff --git a/sys-apps/sysklogd/files/syslogd-listfiles.8 b/sys-apps/sysklogd/files/syslogd-listfiles.8 new file mode 100644 index 000000000000..9d63d1ce70f3 --- /dev/null +++ b/sys-apps/sysklogd/files/syslogd-listfiles.8 @@ -0,0 +1,77 @@ +.\" syslogd-listfiles.8 - generic routine for /etc/syslog.conf +.\" Copyright (c) 1997 Martin Schulze <joey@debian.org> +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; if not, write to the Free Software +.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" +.TH SYSLOGD-LISTFILES 8 "1 January 1998" "Debian project" "Debian GNU/Linux" +.SH NAME +syslogd-listfiles \- list system logfiles +.SH SYNOPSIS +.B syslogd-listfiles +.RB [ " \-a " | " \-\-all " ] +.RB [ " \-\-auth " ] +.RB [ " \-f " +.I config file +] +.RB [ " \-\-news " ] +.RB [ " \-w " | " \-\-weekly " ] +.SH DESCRIPTION +.B Sysklogd +provides a modern mechanism to log system messages. This mechanism is +controlled by the file +.IR /etc/syslog.conf . +Messages are divided into logfiles which can grow quite big. +Therefore the logfiles need to be rotated once per day, per week or +per month. On a Debian GNU/Linux system most of the files are rotated +once per week. + +This program helps the rotation script to determine which logfiles +need to be rotated and when. It takes care of news logfiles that are +handled by the +.B news.daily +script from INN. In conjunction with the scripts in +.IR /etc/cron.daily " and " /etc/cron.weekly +it takes care of files with sensitive information. + +By default a list of files for daily rotation is generated. At the +moment this option only reflects entries that contain "*.*" as +facility.priority. + +.SH OPTIONS +.TP +.BR "\-a" ", " "\-\-all" +List all logfiles and ignore all other rules. +.TP +.BI "\-f " "config file" +Specify an alternative configuration file instead of +.IR /etc/syslog.conf "," +which is the default. +.TP +.B "\-\-auth" +Only list files containing sensitive information such as the one +containing auth.*. +.TP +.B "\-\-news" +Don't exclude news logfiles which are normally handled by the +.B news.daily +script from INN. +.TP +.BR "\-w" ", " "\-\-weekly" +Generate the list for weekly rotation. +.LP +.SH SEE ALSO +.BR syslog.conf (5), +.BR syslogd (8), +.BR savelog (8). diff --git a/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild b/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild deleted file mode 100644 index 31c33dc52c88..000000000000 --- a/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild,v 1.2 2000/09/15 20:09:23 drobbins Exp $ - -P=sysklogd-1.3.31 -A=sysklogd-1.3-31.tar.gz -S=${WORKDIR}/sysklogd-1.3-31 -DESCRIPTION="standard log daemons" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${A}" - -src_compile() { - try make -} - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - sed -e "s/-O3/${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - into /usr - chmod +x debian/syslogd-listfiles - dosbin syslogd klogd debian/syslogd-listfiles - doman *.[1-9] debian/syslogd-listfiles.8 - dodir /etc/cron.daily - cp ${O}/files/syslog ${D}/etc/cron.daily - dodoc ANNOUNCE COPYING MANIFEST NEWS README.1st README.linux Sysklogd-1.3.lsm - docinto debian - dodoc debian/* -} - - diff --git a/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild b/sys-apps/sysklogd/sysklogd-1.4.ebuild index e4eca352e636..befb17478daf 100644 --- a/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild +++ b/sys-apps/sysklogd/sysklogd-1.4.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.4.ebuild,v 1.1 2000/10/03 16:02:05 achim Exp $ -P=sysklogd-1.3.31 -A=sysklogd-1.3-31.tar.gz -S=${WORKDIR}/sysklogd-1.3-31 +A=${P}.tar.gz +S=${WORKDIR}/${P} DESCRIPTION="standard log daemons" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${A}" @@ -22,11 +21,11 @@ src_unpack() { src_install() { into /usr - dosbin syslogd klogd - doman *.[1-9] - dodoc ANNOUNCE COPYING MANIFEST NEWS README.1st README.linux Sysklogd-1.3.lsm - docinto debian - dodoc debian/* + dosbin syslogd klogd ${FILESDIR}/syslogd-listfiles + doman *.[1-9] ${FILESDIR}/syslogd-listfiles.8 + dodir /etc/cron.daily + cp ${O}/files/syslog ${D}/etc/cron.daily + dodoc ANNOUNCE CHANGES COPYING MANIFEST NEWS README.1st README.linux } diff --git a/sys-apps/texinfo/texinfo-4.0-r1.ebuild b/sys-apps/texinfo/texinfo-4.0-r1.ebuild index c816ad25926b..4bc3581d2f65 100644 --- a/sys-apps/texinfo/texinfo-4.0-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.0-r1.ebuild @@ -1,13 +1,14 @@ # 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.3 2000/09/15 20:09:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=texinfo-4.0 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="The GNU info program and utilities" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${A} + ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" src_compile() { try ./configure --host=${CHOST} --prefix=/usr --with-catgets diff --git a/sys-apps/textutils/textutils-2.0f-r1.ebuild b/sys-apps/textutils/textutils-2.0f-r1.ebuild deleted file mode 100644 index 3ee9f21bc0c8..000000000000 --- a/sys-apps/textutils/textutils-2.0f-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.4 2000/09/15 20:09:23 drobbins Exp $ - -P=textutils-2.0f -A=${P}.tar.gz -S=${WORKDIR}/${P} - -DESCRIPTION="Standard GNU text utilities" -SRC_URI="ftp://alpha.gnu.org/gnu/fetish/textutils-2.0f.tar.gz" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} \ - --with-catgets --without-included-regex - try make -} - -src_unpack() { - unpack ${A} - 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() { - cd ${S} - try make prefix=${D}/usr install - prepman - prepinfo - dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO - dodir /bin - dosym /usr/bin/cat /bin/cat - rmdir ${D}/usr/lib -} - - - - diff --git a/sys-apps/updated/updated-2.11-r1.ebuild b/sys-apps/updated/updated-2.11-r1.ebuild index 7506c494211d..8bc9a6d1eba5 100644 --- a/sys-apps/updated/updated-2.11-r1.ebuild +++ b/sys-apps/updated/updated-2.11-r1.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/updated/updated-2.11-r1.ebuild,v 1.3 2000/09/15 20:09:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/updated/updated-2.11-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=updated-2.11 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Update flushes filesystem buffers at regular intervals" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${P}" +SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${A}" src_compile() { try make diff --git a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild b/sys-apps/util-linux/util-linux-2.10m-r1.ebuild index 0d11a4ff7f0e..bbc338289c76 100644 --- a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.10m-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/util-linux/util-linux-2.10m-r1.ebuild,v 1.3 2000/09/15 20:09:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.10m-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P="util-linux-2.10m" A="${P}.tar.bz2 @@ -11,7 +11,9 @@ A="${P}.tar.bz2 S=${WORKDIR}/${P} DESCRIPTION="Various useful Linux utilities" -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/util-linux/${P}.tar.bz2 +SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/util-linux/${A} + ftp://ftp.uk.kernel.org/pub/linux/utils/util-linux/${A} + ftp://ftp.de.kernel.org/pub/linux/utils/util-linux/${A} ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-compat.patch ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-nfsv3.patch ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-rpc.patch" diff --git a/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild b/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild index e376feb31f4c..cea593649311 100644 --- a/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild +++ b/sys-apps/vim-nogui/vim-nogui-5.7-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/vim-nogui/vim-nogui-5.7-r2.ebuild,v 1.1 2000/09/29 18:17:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vim-nogui/vim-nogui-5.7-r2.ebuild,v 1.2 2000/10/03 16:02:06 achim Exp $ A="vim-5.7-src.tar.gz vim-5.7-rt.tar.gz" S=${WORKDIR}/vim-5.7 @@ -21,7 +21,7 @@ src_install() { prepman dodoc README* - cd ${D}/usr/doc/${P} + cd ${D}/usr/doc/vim-nogui-5.7-r2 ln -s ../../share/vim/vim57/doc ${P} cd ${D}/usr/bin diff --git a/sys-apps/which/which-2.11-r1.ebuild b/sys-apps/which/which-2.11-r1.ebuild index 582bb9d8e15b..36e0b71dca72 100644 --- a/sys-apps/which/which-2.11-r1.ebuild +++ b/sys-apps/which/which-2.11-r1.ebuild @@ -1,13 +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/which/which-2.11-r1.ebuild,v 1.3 2000/09/15 20:09:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.11-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=which-2.11 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Prints out location of specified executables that are in your path" -SRC_URI="ftp://prep.ai.mit.edu/gnu/which/${P}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${A} + ftp://prep.ai.mit.edu/gnu/which/${A}" src_compile() { try ./configure --prefix=/usr |