diff options
author | Peter Gavin <pete@gentoo.org> | 2001-08-08 00:57:47 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-08-08 00:57:47 +0000 |
commit | 4f71f5c95c09f91a89ade12b04430554c0a77008 (patch) | |
tree | 94b41213e3f46a13649da17738b380d9ac23243b | |
parent | umm... weirdness... these had zero size, along with every other kernel (diff) | |
download | gentoo-2-4f71f5c95c09f91a89ade12b04430554c0a77008.tar.gz gentoo-2-4f71f5c95c09f91a89ade12b04430554c0a77008.tar.bz2 gentoo-2-4f71f5c95c09f91a89ade12b04430554c0a77008.zip |
*** empty log message ***
4 files changed, 16 insertions, 16 deletions
diff --git a/sys-kernel/linux-extras/linux-extras-2.4.6-r2.ebuild b/sys-kernel/linux-extras/linux-extras-2.4.6-r2.ebuild index adc3ad198f73..ad1c76f98a50 100644 --- a/sys-kernel/linux-extras/linux-extras-2.4.6-r2.ebuild +++ b/sys-kernel/linux-extras/linux-extras-2.4.6-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-kernel/linux-extras/linux-extras-2.4.6-r2.ebuild,v 1.7 2001/08/08 00:45:40 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-extras/linux-extras-2.4.6-r2.ebuild,v 1.8 2001/08/08 00:57:47 pete Exp $ #OKV=original kernel version, KV=patched kernel version @@ -142,7 +142,7 @@ src_unpack() { cd ${S2} echo "Unpacking and applying LVM patch..." unpack lvm_${LVMV}.tar.gz - try cd LVM/${LVMV} + cd LVM/${LVMV} # I had to hack this in so that LVM will look in the current linux # source directory instead of /usr/src/linux for stuff - pete @@ -163,7 +163,7 @@ src_unpack() { # cd ${S}/extras # unpack lm_sensors-${SENV}.tar.gz # unpack i2c-${SENV}.tar.gz -# try cd i2c-${SENV} +# cd i2c-${SENV} # try rmdir src # try ln -s ../.. src # try mkpatch/mkpatch.pl . /usr/src/linux | patch -p1 -E -d /usr/src/linux @@ -175,7 +175,7 @@ src_unpack() { # -e \"s#^PREFIX.*#PREFIX := /usr#\" \ # -e \"s#^MANDIR.*#MANDIR := /usr/share/man#\" \ # Makefile.orig > Makefile -# try cd ${S}/extras/lm_sensors-${SENV} +# cd ${S}/extras/lm_sensors-${SENV} # try rmdir src # try ln -s ../.. src # try ln -s ../i2c-${SENV} i2c-src diff --git a/sys-kernel/linux-headers/linux-headers-2.4.6-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.6-r2.ebuild index 9c9a4582e885..0f3235f52b97 100644 --- a/sys-kernel/linux-headers/linux-headers-2.4.6-r2.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.4.6-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-kernel/linux-headers/linux-headers-2.4.6-r2.ebuild,v 1.7 2001/08/08 00:45:40 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.6-r2.ebuild,v 1.8 2001/08/08 00:57:47 pete Exp $ #OKV=original kernel version, KV=patched kernel version @@ -142,7 +142,7 @@ src_unpack() { cd ${S2} echo "Unpacking and applying LVM patch..." unpack lvm_${LVMV}.tar.gz - try cd LVM/${LVMV} + cd LVM/${LVMV} # I had to hack this in so that LVM will look in the current linux # source directory instead of /usr/src/linux for stuff - pete @@ -163,7 +163,7 @@ src_unpack() { # cd ${S}/extras # unpack lm_sensors-${SENV}.tar.gz # unpack i2c-${SENV}.tar.gz -# try cd i2c-${SENV} +# cd i2c-${SENV} # try rmdir src # try ln -s ../.. src # try mkpatch/mkpatch.pl . /usr/src/linux | patch -p1 -E -d /usr/src/linux @@ -175,7 +175,7 @@ src_unpack() { # -e \"s#^PREFIX.*#PREFIX := /usr#\" \ # -e \"s#^MANDIR.*#MANDIR := /usr/share/man#\" \ # Makefile.orig > Makefile -# try cd ${S}/extras/lm_sensors-${SENV} +# cd ${S}/extras/lm_sensors-${SENV} # try rmdir src # try ln -s ../.. src # try ln -s ../i2c-${SENV} i2c-src diff --git a/sys-kernel/linux-sources/linux-sources-2.4.6-r2.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.6-r2.ebuild index 11d0f9252eeb..1a7790c798b9 100644 --- a/sys-kernel/linux-sources/linux-sources-2.4.6-r2.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.4.6-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-kernel/linux-sources/linux-sources-2.4.6-r2.ebuild,v 1.7 2001/08/08 00:45:40 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.6-r2.ebuild,v 1.8 2001/08/08 00:57:47 pete Exp $ #OKV=original kernel version, KV=patched kernel version @@ -142,7 +142,7 @@ src_unpack() { cd ${S2} echo "Unpacking and applying LVM patch..." unpack lvm_${LVMV}.tar.gz - try cd LVM/${LVMV} + cd LVM/${LVMV} # I had to hack this in so that LVM will look in the current linux # source directory instead of /usr/src/linux for stuff - pete @@ -163,7 +163,7 @@ src_unpack() { # cd ${S}/extras # unpack lm_sensors-${SENV}.tar.gz # unpack i2c-${SENV}.tar.gz -# try cd i2c-${SENV} +# cd i2c-${SENV} # try rmdir src # try ln -s ../.. src # try mkpatch/mkpatch.pl . /usr/src/linux | patch -p1 -E -d /usr/src/linux @@ -175,7 +175,7 @@ src_unpack() { # -e \"s#^PREFIX.*#PREFIX := /usr#\" \ # -e \"s#^MANDIR.*#MANDIR := /usr/share/man#\" \ # Makefile.orig > Makefile -# try cd ${S}/extras/lm_sensors-${SENV} +# cd ${S}/extras/lm_sensors-${SENV} # try rmdir src # try ln -s ../.. src # try ln -s ../i2c-${SENV} i2c-src diff --git a/sys-kernel/linux/linux-2.4.6-r2.ebuild b/sys-kernel/linux/linux-2.4.6-r2.ebuild index 929130bf15fb..41aba4a3f65c 100644 --- a/sys-kernel/linux/linux-2.4.6-r2.ebuild +++ b/sys-kernel/linux/linux-2.4.6-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-kernel/linux/linux-2.4.6-r2.ebuild,v 1.8 2001/08/08 00:45:40 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux/linux-2.4.6-r2.ebuild,v 1.9 2001/08/08 00:57:47 pete Exp $ #OKV=original kernel version, KV=patched kernel version @@ -142,7 +142,7 @@ src_unpack() { cd ${S2} echo "Unpacking and applying LVM patch..." unpack lvm_${LVMV}.tar.gz - try cd LVM/${LVMV} + cd LVM/${LVMV} # I had to hack this in so that LVM will look in the current linux # source directory instead of /usr/src/linux for stuff - pete @@ -163,7 +163,7 @@ src_unpack() { # cd ${S}/extras # unpack lm_sensors-${SENV}.tar.gz # unpack i2c-${SENV}.tar.gz -# try cd i2c-${SENV} +# cd i2c-${SENV} # try rmdir src # try ln -s ../.. src # try mkpatch/mkpatch.pl . /usr/src/linux | patch -p1 -E -d /usr/src/linux @@ -175,7 +175,7 @@ src_unpack() { # -e \"s#^PREFIX.*#PREFIX := /usr#\" \ # -e \"s#^MANDIR.*#MANDIR := /usr/share/man#\" \ # Makefile.orig > Makefile -# try cd ${S}/extras/lm_sensors-${SENV} +# cd ${S}/extras/lm_sensors-${SENV} # try rmdir src # try ln -s ../.. src # try ln -s ../i2c-${SENV} i2c-src |