diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:08 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-03 16:02:08 +0000 |
commit | 677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f (patch) | |
tree | 7c2b96c7bf29dbfc035bb5463699e4983d9e7b2a | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.tar.gz gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.tar.bz2 gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.zip |
*** empty log message ***
58 files changed, 402 insertions, 606 deletions
diff --git a/ChangeLog b/ChangeLog index 96a4cdef4e6c..b064a80debdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +02.10.2000 + - Update sysklogd 1.3.31 -> 1.4 (achim) + + 01.10.2000 - New app-editors/gtk-xemacs 21.1.12_p3 (drobbins) - sys-apps/portage now has diff --git a/current-packages b/current-packages index 6e48622291a7..d1f32db6ef53 100644 --- a/current-packages +++ b/current-packages @@ -38,7 +38,7 @@ ./sys-apps/shadow/shadow-19990827-r1.ebuild ./sys-apps/sharutils/sharutils-4.2.1-r1.ebuild ./sys-apps/shtool/shtool-1.5.1-r1.ebuild -./sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild +./sys-apps/sysklogd/sysklogd-1.4.ebuild ./sys-apps/sysvinit/sysvinit-2.78-r1.ebuild ./sys-apps/tar/tar-1.13.17-r1.ebuild ./sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild 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 diff --git a/sys-devel/autoconf/autoconf-2.13-r1.ebuild b/sys-devel/autoconf/autoconf-2.13-r1.ebuild index ca40d2ed65f9..2faad5052a15 100644 --- a/sys-devel/autoconf/autoconf-2.13-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.13-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-devel/autoconf/autoconf-2.13-r1.ebuild,v 1.3 2000/09/15 20:09:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=autoconf-2.13 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Used to create autoconfiguration files" -SRC_URI="ftp://prep.ai.mit.edu/gnu/autoconf/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/autoconf/${A} + ftp://prep.ai.mit.edu/gnu/autoconf/${A}" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" src_compile() { diff --git a/sys-devel/automake/automake-1.4-r1.ebuild b/sys-devel/automake/automake-1.4-r1.ebuild index 963a84aac694..861ff4a58767 100644 --- a/sys-devel/automake/automake-1.4-r1.ebuild +++ b/sys-devel/automake/automake-1.4-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-devel/automake/automake-1.4-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=automake-1.4 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Used to generate Makefile.in from Makefile.am" -SRC_URI="ftp://prep.ai.mit.edu/gnu/automake/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/automake/${A} + ftp://prep.ai.mit.edu/gnu/automake/${A}" HOMEPAGE="http://www.gnu.org/software/automake/automake.html" src_compile() { diff --git a/sys-devel/bc/bc-1.05a-r1.ebuild b/sys-devel/bc/bc-1.05a-r1.ebuild index 61b0cd063b6d..0bde8bd46961 100644 --- a/sys-devel/bc/bc-1.05a-r1.ebuild +++ b/sys-devel/bc/bc-1.05a-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-devel/bc/bc-1.05a-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.05a-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=bc-1.05a A=${P}.tar.gz S=${WORKDIR}/bc-1.05 DESCRIPTION="Handy console-based calculator utility" -SRC_URI="ftp://ftp.gnu.ai.mit.edu/pub/gnu/bc/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bc/${A} + ftp://prep.ai.mit.edu/pub/gnu/bc/${A}" HOMEPAGE="http://www.gnu.org/software/bc/bc.html" src_compile() { diff --git a/sys-devel/bin86/bin86-0.15.0-r1.ebuild b/sys-devel/bin86/bin86-0.15.0-r1.ebuild deleted file mode 100644 index 23ba090347c4..000000000000 --- a/sys-devel/bin86/bin86-0.15.0-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-devel/bin86/bin86-0.15.0-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ - -P=bin86-0.15.0 -A=${P}.tar.gz -S=${WORKDIR}/bin86 -DESCRIPTION="Assembler and loader used to create kernel bootsector" -SRC_URI="http://www.cix.co.uk/~mayday/${A}" -HOMEPAGE="http://www.cix.co.uk/~mayday/" - -src_compile() { - try make -} - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s/CFLAGS=-O2/CFLAGS=${CFLAGS}/" Makefile.orig > Makefile -} - -src_install() { - into /usr - dobin as/as86 as/as86_encap ld/ld86 ld/objdump86 ld/catimage ld/objchop - dosym objdump86 /usr/bin/nm86 - dosym objdump86 /usr/bin/size86 - doman man/*.1 - dosym as86_encap.1.gz /usr/man/man1/as86_encap.1.gz - dodoc README README-0.4 ChangeLog as/COPYING as/TODO -} - - diff --git a/sys-devel/bison/bison-1.28-r1.ebuild b/sys-devel/bison/bison-1.28-r1.ebuild index 0fd10a900d3b..e11848cfeae9 100644 --- a/sys-devel/bison/bison-1.28-r1.ebuild +++ b/sys-devel/bison/bison-1.28-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-devel/bison/bison-1.28-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.28-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=bison-1.28 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A yacc-compatible parser generator" -SRC_URI="ftp://prep.ai.mit.edu/gnu/bison/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bison/${A} + ftp://prep.ai.mit.edu/gnu/bison/${A}" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" src_compile() { diff --git a/sys-devel/flex/flex-2.5.4a-r1.ebuild b/sys-devel/flex/flex-2.5.4a-r1.ebuild index d40a7c2db859..3969a55d7691 100644 --- a/sys-devel/flex/flex-2.5.4a-r1.ebuild +++ b/sys-devel/flex/flex-2.5.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ P=flex-2.5.4a A=${P}.tar.gz S=${WORKDIR}/flex-2.5.4 DESCRIPTION="GNU lexical analyser generator" -SRC_URI="ftp://prep.ai.mit.edu/non-gnu/flex/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/non-gnu/flex/${A} + ftp://prep.ai.mit.edu/non-gnu/flex/${A}" HOMEPAGE="http://www.gnu.org/software/flex/flex.html" src_compile() { diff --git a/sys-devel/gcc/files/digest-gcc-2.95.2-r2 b/sys-devel/gcc/files/digest-gcc-2.95.2-r2 new file mode 100644 index 000000000000..af5122dd5b96 --- /dev/null +++ b/sys-devel/gcc/files/digest-gcc-2.95.2-r2 @@ -0,0 +1,3 @@ +MD5 0e36957d734286e242e9697fd2806c4f gcc-2.95.2.tar.gz +MD5 2826dbbd081646c459b1774145ffd7bf libg++-2.8.1.3.tar.gz +MD5 625dd5a953661b901c876f92c2c5e7a6 libg++-2.8.1.3-20000914.diff.gz diff --git a/sys-devel/gcc/gcc-2.95.2-r1.ebuild b/sys-devel/gcc/gcc-2.95.2-r1.ebuild index a3b5c21e5713..ddd7dff331b5 100644 --- a/sys-devel/gcc/gcc-2.95.2-r1.ebuild +++ b/sys-devel/gcc/gcc-2.95.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.2-r1.ebuild,v 1.6 2000/09/15 20:09:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.2-r1.ebuild,v 1.7 2000/10/03 16:02:06 achim Exp $ P=gcc-2.95.2 A="gcc-2.95.2.tar.gz libg++-2.8.1.3.tar.gz libg++-2.8.1.3-20000816.diff.gz" @@ -12,10 +12,11 @@ S=${WORKDIR}/gcc-2.95.2 T=/usr DESCRIPTION="modern gcc c/c++ compiler" SRC_URI="ftp://prep.ai.mit.edu/gnu/gcc/gcc-2.95.2.tar.gz - ftp://ftp.leo.org/pub/comp/os/unix/gnu/gcc/gcc-2.95.2.tar.gz - ftp://ftp.freenet.de/pub/ftp.gnu.org/gnu/gcc/gcc-2.95.2.tar.gz + ftp://gatekeeper.dec.com/pub/GNU/gcc/gcc-2.95.2.tar.gz ftp://sourceware.cygnus.com/pub/gcc/infrastructure/libg++-2.8.1.3.tar.gz - ftp://sourceware.cygnus.com/pub/gcc/infrastructure/libg++-2.8.1.3-20000816.diff.gz" + ftp://sourceware.cygnus.com/pub/gcc/infrastructure/libg++-2.8.1.3-20000816.diff.gz + ftp://ftp.freesoftware.com/pub/sourceware/gcc/infrastructure/libg++-2.8.1.3.tar.gz + ftp://ftp.freesoftware.com/pub/sourceware/gcc/infrastructure/libg++-2.8.1.3-20000816.diff.gz" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" src_unpack() { diff --git a/sys-devel/gcc/gcc-2.95.2-r2.ebuild b/sys-devel/gcc/gcc-2.95.2-r2.ebuild new file mode 100644 index 000000000000..a47ee103552f --- /dev/null +++ b/sys-devel/gcc/gcc-2.95.2-r2.ebuild @@ -0,0 +1,71 @@ +# 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-devel/gcc/gcc-2.95.2-r2.ebuild,v 1.1 2000/10/03 16:02:06 achim Exp $ + +P=gcc-2.95.2 +A="gcc-2.95.2.tar.gz libg++-2.8.1.3.tar.gz libg++-2.8.1.3-20000914.diff.gz" +A0=gcc-2.95.2.dif.gz +A1=gcc-exception-fix.diff.gz +A2=gcc-accept-doublecolon.diff.gz +S=${WORKDIR}/gcc-2.95.2 +T=/usr +DESCRIPTION="modern gcc c/c++ compiler" +SRC_URI="ftp://prep.ai.mit.edu/gnu/gcc/gcc-2.95.2.tar.gz + ftp://gatekeeper.dec.com/pub/GNU/gcc/gcc-2.95.2.tar.gz + ftp://sourceware.cygnus.com/pub/gcc/infrastructure/libg++-2.8.1.3.tar.gz + ftp://sourceware.cygnus.com/pub/gcc/infrastructure/libg++-2.8.1.3-20000914.diff.gz + ftp://ftp.freesoftware.com/pub/sourceware/gcc/infrastructure/libg++-2.8.1.3.tar.gz + ftp://ftp.freesoftware.com/pub/sourceware/gcc/infrastructure/libg++-2.8.1.3-20000914.diff.gz" +HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" + +src_unpack() { + unpack gcc-2.95.2.tar.gz + unpack libg++-2.8.1.3.tar.gz + cd ${S}/../libg++-2.8.1.3 + gzip -dc ${DISTDIR}/libg++-2.8.1.3-20000914.diff.gz | patch -p1 + einfo "Moving trees" + cd ${S} + rm -rf texinfo + mv ../libg++-2.8.1.3/* . + rmdir ../libg++-2.8.1.3 + zcat ${O}/files/${A0} | patch -p0 + zcat ${O}/files/${A1} | patch -p0 + zcat ${O}/files/${A2} | patch -p0 + echo "MT_CFLAGS = -ffloat-store -O0" >> libg++/config/linux.mt +} + +src_compile() { + cd ${S} + #i586a doesn't like optimization? + if [ "$PLATFORM" == "i686-pc-linux-gnu" ] + then + export CFLAGS="-mpentium" + export CXXFLAGS="-mpentium" + fi + try ${S}/configure --prefix=${T} --enable-version-specific-runtime-libs \ + --host=${CHOST} --enable-threads --enable-shared \ + --with-local-prefix=${T}/local --enable-nls \ + --with-gxx-include-dir=${T}/include/g++ \ + + try make bootstrap-lean +} + +src_install() { + try make install prefix=${D}${T} mandir=${D}${T}/man \ + gxx_include_dir=${D}${T}/include/g++ + FULLPATH=${D}${T}/lib/gcc-lib/i686-pc-linux-gnu/2.95.2 + cd ${FULLPATH} + dodir /lib + dosym ${T}/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/cpp /lib/cpp + dosym /usr/bin/gcc /usr/bin/cc + prepman + prepinfo + cd ${S} + dodoc COPYING COPYING.LIB README FAQ MAINTAINERS +} + + + + + diff --git a/sys-devel/gdb/gdb-5.0-r1.ebuild b/sys-devel/gdb/gdb-5.0-r1.ebuild index fe3e06809706..25c8311c4af0 100644 --- a/sys-devel/gdb/gdb-5.0-r1.ebuild +++ b/sys-devel/gdb/gdb-5.0-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r1.ebuild,v 1.4 2000/10/03 16:02:07 achim Exp $ P=gdb-5.0 A=${P}.tar.bz2 S=${WORKDIR}/${P} DESCRIPTION="GNU debugger" -SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${A}" +SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${A} + ftp://ftp.freesoftware.com/pub/sourceware/gdb/releases/${A}" + HOMEPAGE="http://www.gnu.org/software/gdb/gdb.html" src_compile() { diff --git a/sys-devel/libtool/libtool-1.3.5-r1.ebuild b/sys-devel/libtool/libtool-1.3.5-r1.ebuild index 7efd35760654..80caa22a10b6 100644 --- a/sys-devel/libtool/libtool-1.3.5-r1.ebuild +++ b/sys-devel/libtool/libtool-1.3.5-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-devel/libtool/libtool-1.3.5-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.3.5-r1.ebuild,v 1.4 2000/10/03 16:02:07 achim Exp $ P=libtool-1.3.5 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" -SRC_URI="ftp://prep.ai.mit.edu/gnu/libtool/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/libtool/${A} + ftp://prep.ai.mit.edu/gnu/libtool/${A}" HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" src_compile() { diff --git a/sys-devel/make/make-3.79.1-r1.ebuild b/sys-devel/make/make-3.79.1-r1.ebuild index 5d4f42cd13af..79268197b188 100644 --- a/sys-devel/make/make-3.79.1-r1.ebuild +++ b/sys-devel/make/make-3.79.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r1.ebuild,v 1.4 2000/10/03 16:02:07 achim Exp $ P=make-3.79.1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Standard tool to compile source trees" -SRC_URI="ftp://prep.ai.mit.edu/gnu/make/${P}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/make/${A} + ftp://prep.ai.mit.edu/gnu/make/${A}" HOMEPAGE="http://www.gnu.org/software/make/make.html" src_compile() { diff --git a/sys-devel/patch/patch-2.5.4-r1.ebuild b/sys-devel/patch/patch-2.5.4-r1.ebuild index 0f90d947684f..fb4ced01d129 100644 --- a/sys-devel/patch/patch-2.5.4-r1.ebuild +++ b/sys-devel/patch/patch-2.5.4-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-devel/patch/patch-2.5.4-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r1.ebuild,v 1.4 2000/10/03 16:02:07 achim Exp $ P=patch-2.5.4 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Utility to apply diffs to files" -SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/patch/${A} + ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" src_compile() { diff --git a/sys-devel/perl/perl-5.6.0-r1.ebuild b/sys-devel/perl/perl-5.6.0-r1.ebuild index 1375b2e9c443..2a32df3f7a44 100644 --- a/sys-devel/perl/perl-5.6.0-r1.ebuild +++ b/sys-devel/perl/perl-5.6.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r1.ebuild,v 1.4 2000/10/02 03:35:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r1.ebuild,v 1.5 2000/10/03 16:02:07 achim Exp $ P=perl-5.6.0 A=${P}.tar.gz @@ -58,9 +58,9 @@ STDH =\$(wildcard /usr/include/linux/*.h) \$(wildcard /usr/include/asm/*.h) \ \$(wildcard /usr/include/scsi/*.h) GCCDIR = \$(shell gcc --print-file-name include) -PERLLIB = \$(D)/usr/lib/perl5/%{perlver}%{perlrel} +PERLLIB = \$(D)/usr/lib/perl5/5.6.0 PERL = PERL5LIB=\$(PERLLIB) \$(D)/usr/bin/perl -PHDIR = \$(PERLLIB)/\${PARCH}-linux +PHDIR = \$(PERLLIB)/i686-linux H2PH = \$(PERL) \$(D)/usr/bin/h2ph -d \$(PHDIR)/ all: std-headers gcc-headers fix-config @@ -76,15 +76,15 @@ fix-config: \$(PHDIR)/Config.pm EOF -MainDir=$(pwd) -cd modules -for module in * ; do - eval $($MainDir/perl '-V:installarchlib') - mkdir -p $D/$installarchlib - try make -C $module install PREFIX=$D/usr \ - INSTALLMAN3DIR=$D/usr/man/man3 -done -cd $MainDir +#MainDir=$(pwd) +#cd modules +#for module in * ; do +# eval $($MainDir/perl '-V:installarchlib') +# mkdir -p $D/$installarchlib +# try make -C $module install PREFIX=$D/usr \ +# INSTALLMAN3DIR=$D/usr/man/man3 +#done +#cd $MainDir #man pages diff --git a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r2.ebuild b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r2.ebuild index 3403f3b7e3c6..409858faecfa 100644 --- a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r2.ebuild +++ b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r2.ebuild,v 1.1 2000/10/03 14:44:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r2.ebuild,v 1.2 2000/10/03 16:02:07 achim Exp $ P=linux-UP-2.2.17 A="linux-2.2.17.tar.bz2 i2c-2.5.2.tar.gz lm_sensors-2.5.2.tar.gz @@ -19,7 +19,9 @@ SRC_URI="ftp://ftp.uk.kernel.org/pub/linux/kernel/v2.2/linux-2.2.17.tar.bz2 http://devlinux.com/pub/namesys/linux-2.2.17-reiserfs-3.5.26-patch.gz http://people.redhat.com/mingo/raid-patches/raid-2.2.17-A0 http://ishmael.nmh.northfield.ma.us/~zander/nv-agpgart/patch-2.2.16-agpgart.bz2 - ftp://ftp.kernel.org/pub/linux/kernel/people/hedrick/ide.2.2.17ide.2.2.17.all.20000904.patch.bz2 + ftp://ftp.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.17/ide.2.2.17.all.20000904.patch.bz2 + ftp://ftp.uk.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.17/ide.2.2.17.all.20000904.patch.bz2 + ftp://ftp.de.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.17/ide.2.2.17.all.20000904.patch.bz2 http://www.davin.ottawa.on.ca/pppoe/pppoed0.47.tgz" HOMEPAGE="http://www.kernel.org/ diff --git a/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild index e6240e837ed6..0dcacd880d1b 100644 --- a/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild +++ b/sys-libs/gdbm/gdbm-1.8.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild,v 1.3 2000/09/15 20:09:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild,v 1.4 2000/10/03 16:02:07 achim Exp $ # FOR SOME REASON, THE CONFIGURE SCRIPT DOES NOT USE THE EXPORTED CFLAGS, SO # THIS LIBRARY ONLY HAS -O OPTS, WE WON'T WORRY ABOUT THIS FOR SUCH AN @@ -11,7 +11,8 @@ P=gdbm-1.8.0 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Standard GNU database libraries included for compatibility with Perl" -SRC_URI="ftp://prep.ai.mit.edu/gnu/gdbm/gdbm-1.8.0.tar.gz" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gdbm/${A} + ftp://prep.ai.mit.edu/gnu/gdbm/${A}" HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html" src_compile() { diff --git a/sys-libs/gettext/gettext-0.10.35-r1.ebuild b/sys-libs/gettext/gettext-0.10.35-r1.ebuild index 0bccf05b7639..87bf5ee334b7 100644 --- a/sys-libs/gettext/gettext-0.10.35-r1.ebuild +++ b/sys-libs/gettext/gettext-0.10.35-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-libs/gettext/gettext-0.10.35-r1.ebuild,v 1.4 2000/09/15 20:09:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gettext/gettext-0.10.35-r1.ebuild,v 1.5 2000/10/03 16:02:07 achim Exp $ P=gettext-0.10.35 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GNU locale utilities" -SRC_URI="ftp://prep.ai.mit.edu/gnu/gettext/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gettext/${A} + ftp://prep.ai.mit.edu/gnu/gettext/${A}" HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" src_compile() { diff --git a/sys-libs/glibc/glibc-2.1.3-r2.ebuild b/sys-libs/glibc/glibc-2.1.3-r2.ebuild index 171b5a21ece7..a3bebe3280a6 100644 --- a/sys-libs/glibc/glibc-2.1.3-r2.ebuild +++ b/sys-libs/glibc/glibc-2.1.3-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.3-r2.ebuild,v 1.1 2000/09/20 22:58:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.3-r2.ebuild,v 1.2 2000/10/03 16:02:07 achim Exp $ P=glibc-2.1.3 A="glibc-2.1.3.tar.gz glibc-crypt-2.1.tar.gz @@ -13,6 +13,9 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" SRC_URI="ftp://prep.ai.mit.edu/gnu/glibc/glibc-2.1.3.tar.gz ftp://prep.ai.mit.edu/gnu/glibc/glibc-crypt-2.1.tar.gz ftp://prep.ai.mit.edu/gnu/glibc/glibc-linuxthreads-2.1.3.tar.gz + ftp://gatekeeper.dec.com/pub/GNU/glibc/glibc-2.1.3.tar.gz + ftp://gatekeeper.dec.com/pub/GNU/glibc/glibc-crypt-2.1.tar.gz + ftp://gatekeeper.dec.com/pub/GNU/glibc/glibc-linuxthreads-2.1.3.tar.gz ftp://jurix.jura.uni-sb.de/pub/linux/source/libc/glibc/glibc-compat-2.1.2.tar.gz http://security.debian.org/dists/potato/updates/main/source/glibc_2.1.3-13.diff.gz" @@ -44,6 +47,16 @@ src_unpack() { # This patch is required to compile with binutils higher than # 2.9.5.0.42 cp ${O}/files/setjmp.S ${S}/sysdeps/i386/elf/setjmp.S + + for i in alpha-dwarf2-dl-machine glibcbug hurd-ldflags \ + i386-linux-sys-io-c++ i386-linux-ucontext \ + linuxthreads-lock locale-C-ctype-c-big-endian \ + localedata-charmap-BIG5_1984 localedata-eo_EO \ + localedata-zh_TW.Big5 manual-texinfo4 pthread_create-manpage \ + string2-pointer-arith tzdata2000c zic-l + do + patch -p0 < ${S}/debian/patches/$i.dpatch + done } src_install() { diff --git a/sys-libs/gpm/gpm-1.19.2-r1.ebuild b/sys-libs/gpm/gpm-1.19.2-r1.ebuild deleted file mode 100644 index fe444d4d2432..000000000000 --- a/sys-libs/gpm/gpm-1.19.2-r1.ebuild +++ /dev/null @@ -1,36 +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-libs/gpm/gpm-1.19.2-r1.ebuild,v 1.3 2000/09/15 20:09:27 drobbins Exp $ - -P=gpm-1.19.2 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Console-based mouse driver" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/mouse/${A}" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr - cp Makefile Makefile.orig - sed -e "s/doc//" Makefile.orig > Makefile - try make -} - -src_install() { - into /usr - dolib.a libgpm.a - dolib.so libgpm.so.1.18.0 - dosym libgpm.so.1.18.0 /usr/lib/libgpm.so.1 - dosym libgpm.so.1.18.0 /usr/lib/libgpm.so - dosbin gpm - dobin disable-paste gpm-root mev - insinto /usr/include - doins gpm.h - dodoc Announce COPYING ChangeLog FAQ MANIFEST README.* doc/gpmdoc.txt - doinfo doc/gpm.info - doman doc/*.1 doc/*.8 doc/*.7 -} - - - diff --git a/sys-libs/ncurses/ncurses-5.1-r1.ebuild b/sys-libs/ncurses/ncurses-5.1-r1.ebuild index beed57943103..e7668315b775 100644 --- a/sys-libs/ncurses/ncurses-5.1-r1.ebuild +++ b/sys-libs/ncurses/ncurses-5.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-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.3 2000/09/15 20:09:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.4 2000/10/03 16:02:08 achim Exp $ P=ncurses-5.1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Linux console display libarary" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/ncurses/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ncurses/${A} + ftp://ftp.gnu.org/pub/gnu/ncurses/${A}" HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html" src_compile() { diff --git a/sys-libs/readline/readline-4.1-r1.ebuild b/sys-libs/readline/readline-4.1-r1.ebuild index 6bbf8e55c4a3..abc4520d6245 100644 --- a/sys-libs/readline/readline-4.1-r1.ebuild +++ b/sys-libs/readline/readline-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-libs/readline/readline-4.1-r1.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.1-r1.ebuild,v 1.4 2000/10/03 16:02:08 achim Exp $ P=readline-4.1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Another cute console display library" -SRC_URI="ftp://ftp.gnu.org/gnu/readline/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/readline/${A} + ftp://ftp.gnu.org/gnu/readline/${A}" src_compile() { try ./configure --host=${CHOST} --with-curses --prefix=/usr diff --git a/sys-libs/slang/slang-1.4.1-r1.ebuild b/sys-libs/slang/slang-1.4.1-r1.ebuild deleted file mode 100644 index 7564d13f64b9..000000000000 --- a/sys-libs/slang/slang-1.4.1-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-libs/slang/slang-1.4.1-r1.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ - -P=slang-1.4.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Console display library used by most text viewer" -SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${A}" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try make elf -} - -src_unpack() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e "s/ELF_CFLAGS=\"-O2/ELF_CFLAGS=\"${CFLAGS}/" configure.orig > configure -} - -src_install() { - into /usr - libopts -m0755 - dolib src/elfobjs/libslang.so.1.4.1 - dosym libslang.so.1.4.1 /usr/lib/libslang.so.1 - dosym libslang.so.1 /usr/lib/libslang.so - dodoc COPYING* NEWS README *.txt - dodoc doc/*.txt doc/internal/*.txt doc/text/*.txt - docinto html - dodoc doc/*.html - dodir /usr/include - insinto /usr/include - cd ${S}/src - doins slang.h slcurses.h -} - - - |