summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-devel/autoconf/autoconf-2.13-r1.ebuild5
-rw-r--r--sys-devel/automake/automake-1.4-r1.ebuild5
-rw-r--r--sys-devel/bc/bc-1.05a-r1.ebuild5
-rw-r--r--sys-devel/bin86/bin86-0.15.0-r1.ebuild34
-rw-r--r--sys-devel/bison/bison-1.28-r1.ebuild5
-rw-r--r--sys-devel/flex/flex-2.5.4a-r1.ebuild5
-rw-r--r--sys-devel/gcc/files/digest-gcc-2.95.2-r23
-rw-r--r--sys-devel/gcc/gcc-2.95.2-r1.ebuild9
-rw-r--r--sys-devel/gcc/gcc-2.95.2-r2.ebuild71
-rw-r--r--sys-devel/gdb/gdb-5.0-r1.ebuild6
-rw-r--r--sys-devel/libtool/libtool-1.3.5-r1.ebuild5
-rw-r--r--sys-devel/make/make-3.79.1-r1.ebuild5
-rw-r--r--sys-devel/patch/patch-2.5.4-r1.ebuild5
-rw-r--r--sys-devel/perl/perl-5.6.0-r1.ebuild24
-rw-r--r--sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r2.ebuild6
15 files changed, 123 insertions, 70 deletions
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/