diff options
author | 2003-09-07 07:27:43 +0000 | |
---|---|---|
committer | 2003-09-07 07:27:43 +0000 | |
commit | 7e9f3f22287741b4030825e9c1b77b027c25b0e0 (patch) | |
tree | dc2b759f90e790cef6a1819301ed7fc291be518f /sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.ebuild | |
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/ppc-sources/ppc-sources-2.4.19-r5.ebuild')
-rw-r--r-- | sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.ebuild b/sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.ebuild index 367b53787c0e..a9603053a61a 100644 --- a/sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.ebuild +++ b/sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.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/ppc-sources/ppc-sources-2.4.19-r5.ebuild,v 1.12 2003/06/12 22:14:32 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.ebuild,v 1.13 2003/09/07 07:26:01 msterret Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -28,7 +28,7 @@ ETYPE="sources" DESCRIPTION="Full sources for the Gentoo Linux PPC kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://ftp.sunsite.dk/projects/gentooppc/distfiles/linux-gentoo-ppc-${KV}.patch.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="ppc -x86 -sparc -alpha" @@ -51,7 +51,7 @@ src_unpack() { cd ${S} pwd bzcat ${GENTOOPATCH} | patch -p1 || die # Patch the kernel - + #sometimes we have icky kernel symbols; this seems to get rid of them make mrproper || die @@ -74,7 +74,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 } @@ -99,7 +99,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 |