diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 07:27:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 07:27:43 +0000 |
commit | 7e9f3f22287741b4030825e9c1b77b027c25b0e0 (patch) | |
tree | dc2b759f90e790cef6a1819301ed7fc291be518f /sys-kernel/vanilla-sources | |
parent | use sed -i; sed in unpack; error message for emake; Readme.txt, not Readme (diff) | |
download | gentoo-2-7e9f3f22287741b4030825e9c1b77b027c25b0e0.tar.gz gentoo-2-7e9f3f22287741b4030825e9c1b77b027c25b0e0.tar.bz2 gentoo-2-7e9f3f22287741b4030825e9c1b77b027c25b0e0.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-kernel/vanilla-sources')
9 files changed, 37 insertions, 37 deletions
diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 71b604eb60af..e92ff355c4b3 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -1,17 +1,17 @@ MD5 50721690bfa19e02cc0d9ee70ac92a06 ChangeLog 1912 -MD5 4bf4465b38eb04b4ba11d5f77be18b2e vanilla-sources-2.0.39.ebuild 2751 -MD5 a96bae7efddbbe98278b2bdb4c99d262 vanilla-sources-2.2.22.ebuild 2751 -MD5 ed31b21e8d637e6514a9df98a6aaa279 vanilla-sources-2.4.18.ebuild 2776 -MD5 a65d9eca030e9ae089a3f6a046e00b11 vanilla-sources-2.4.19.ebuild 2783 -MD5 5ded186db3b597eca8abb34242b3b9ef vanilla-sources-2.4.20.ebuild 790 -MD5 cb72a25d6cad25d59d9d8e2ef89505d7 vanilla-sources-2.4.21.ebuild 795 -MD5 5b6071b838c87f10927c59f06f225132 vanilla-sources-2.4.22.ebuild 793 -MD5 8f2c93af5da1256f1fcd15dc6eae7bff vanilla-sources-2.2.25.ebuild 2747 +MD5 0cf19cc3ec7138bf81eb7b6bb3353fb0 vanilla-sources-2.0.39.ebuild 2748 +MD5 8cd9d3d154ad27b2c1e69cd16b32025b vanilla-sources-2.2.22.ebuild 2748 +MD5 3708a62f076e9d0e390df0e98218ab19 vanilla-sources-2.4.18.ebuild 2772 +MD5 2c039e4eb93b603c1391727aea69f1a0 vanilla-sources-2.4.19.ebuild 2779 +MD5 3495f77500f9ae1ffdd139aae4766af6 vanilla-sources-2.4.20.ebuild 790 +MD5 55e6cfeebda7692aee698ec7d3478c08 vanilla-sources-2.4.21.ebuild 796 +MD5 21a5e1ed5e13eb5399ec257020decf7f vanilla-sources-2.2.25.ebuild 2747 +MD5 85d57c3180e3fe062adc5565f379b487 vanilla-sources-2.4.22.ebuild 796 MD5 1d8193a0ded31699ec3b7bf85dd6cbfa files/digest-vanilla-sources-2.0.39 66 MD5 7a3980ee687f27df3784c2bfb432ae67 files/digest-vanilla-sources-2.2.22 67 MD5 b1f0fb91c6c3d60ac2f1f1d6893e145a files/digest-vanilla-sources-2.4.18 67 MD5 0d7bb77bc61a34b15bef6328c9279cb2 files/digest-vanilla-sources-2.4.19 67 MD5 bbc9b6e1761a30c6c7f7a9f8dec1e7e3 files/digest-vanilla-sources-2.4.20 67 MD5 9854e47afccae85e887bcb970fc68890 files/digest-vanilla-sources-2.4.21 67 -MD5 6ef3887ee4018c06c18e8726767189c7 files/digest-vanilla-sources-2.4.22 67 MD5 fa8428c6171dc0e9548f0b722a5db1c2 files/digest-vanilla-sources-2.2.25 67 +MD5 6ef3887ee4018c06c18e8726767189c7 files/digest-vanilla-sources-2.4.22 67 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild index 91b52b5386ea..50b9ef999860 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild,v 1.8 2003/06/25 15:08:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild,v 1.9 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -37,7 +37,7 @@ src_unpack() { unpack linux-${OKV}.tar.bz2 mv linux linux-${KV} || die cd ${S} - + #sometimes we have icky kernel symbols; this seems to get rid of them make mrproper || die @@ -60,7 +60,7 @@ src_unpack() { src_compile() { if [ "$ETYPE" = "headers" ] then - yes "" | make oldconfig + yes "" | make oldconfig echo "Ignore any errors from the yes command above." fi } @@ -82,7 +82,7 @@ src_install() { } pkg_preinst() { - if [ "$ETYPE" = "headers" ] + if [ "$ETYPE" = "headers" ] then [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.2.22.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.2.22.ebuild index 0e2689bb417b..b41534ddb2a4 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.2.22.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.2.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.2.22.ebuild,v 1.8 2003/06/25 15:08:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.2.22.ebuild,v 1.9 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -37,7 +37,7 @@ src_unpack() { unpack linux-${OKV}.tar.bz2 mv linux linux-${KV} || die cd ${S} - + #sometimes we have icky kernel symbols; this seems to get rid of them make mrproper || die @@ -60,7 +60,7 @@ src_unpack() { src_compile() { if [ "$ETYPE" = "headers" ] then - yes "" | make oldconfig + yes "" | make oldconfig echo "Ignore any errors from the yes command above." fi } @@ -82,7 +82,7 @@ src_install() { } pkg_preinst() { - if [ "$ETYPE" = "headers" ] + if [ "$ETYPE" = "headers" ] then [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.2.25.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.2.25.ebuild index eca18574924a..c960816260c8 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.2.25.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.2.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.2.25.ebuild,v 1.1 2003/08/26 07:28:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.2.25.ebuild,v 1.2 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -37,7 +37,7 @@ src_unpack() { unpack linux-${OKV}.tar.bz2 mv linux linux-${KV} || die cd ${S} - + #sometimes we have icky kernel symbols; this seems to get rid of them make mrproper || die @@ -60,7 +60,7 @@ src_unpack() { src_compile() { if [ "$ETYPE" = "headers" ] then - yes "" | make oldconfig + yes "" | make oldconfig echo "Ignore any errors from the yes command above." fi } @@ -82,7 +82,7 @@ src_install() { } pkg_preinst() { - if [ "$ETYPE" = "headers" ] + if [ "$ETYPE" = "headers" ] then [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild index fb39e383b5bf..ed86920216bd 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild,v 1.17 2003/06/25 15:08:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild,v 1.18 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -18,7 +18,7 @@ ETYPE="sources" DESCRIPTION="Full sources for the Gentoo Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" PROVIDE="virtual/linux-sources" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="x86 ppc sparc " @@ -37,7 +37,7 @@ src_unpack() { unpack linux-${OKV}.tar.bz2 mv linux linux-${KV} || die cd ${S} - + #sometimes we have icky kernel symbols; this seems to get rid of them make mrproper || die @@ -60,7 +60,7 @@ src_unpack() { src_compile() { if [ "$ETYPE" = "headers" ] then - yes "" | make oldconfig + yes "" | make oldconfig echo "Ignore any errors from the yes command above." fi } @@ -82,7 +82,7 @@ src_install() { } pkg_preinst() { - if [ "$ETYPE" = "headers" ] + if [ "$ETYPE" = "headers" ] then [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild index b3d2bf509831..156de9408b56 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild,v 1.11 2003/06/25 15:08:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild,v 1.12 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -18,7 +18,7 @@ ETYPE="sources" DESCRIPTION="Full sources for the Gentoo Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" PROVIDE="virtual/linux-sources" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="x86 ppc sparc alpha" @@ -37,7 +37,7 @@ src_unpack() { unpack linux-${OKV}.tar.bz2 # mv linux linux-${KV} || die cd ${S} - + #sometimes we have icky kernel symbols; this seems to get rid of them make mrproper || die @@ -60,7 +60,7 @@ src_unpack() { src_compile() { if [ "$ETYPE" = "headers" ] then - yes "" | make oldconfig + yes "" | make oldconfig echo "Ignore any errors from the yes command above." fi } @@ -82,7 +82,7 @@ src_install() { } pkg_preinst() { - if [ "$ETYPE" = "headers" ] + if [ "$ETYPE" = "headers" ] then [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild index 7d21cc771d81..1d9852ba9ec4 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild,v 1.6 2003/06/25 15:08:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.20.ebuild,v 1.7 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -17,7 +17,7 @@ S=${WORKDIR}/linux-${KV} DESCRIPTION="Full sources for the Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" KEYWORDS="x86 ppc sparc alpha" SLOT="${KV}" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild index f1f5e2ad4e2b..861732d58dcb 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild,v 1.3 2003/07/20 00:01:50 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild,v 1.4 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -17,7 +17,7 @@ S=${WORKDIR}/linux-${KV} DESCRIPTION="Full sources for the Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" KEYWORDS="x86 ppc sparc alpha amd64" SLOT="${KV}" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild index e84e299901b3..d2f72fb89219 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild,v 1.1 2003/08/26 07:28:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.22.ebuild,v 1.2 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -17,7 +17,7 @@ S=${WORKDIR}/linux-${KV} DESCRIPTION="Full sources for the Linux kernel" SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" KEYWORDS="x86 ppc sparc alpha amd64" SLOT="${KV}" |