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/redhat-sources/redhat-sources-2.4.20.2.48.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/redhat-sources/redhat-sources-2.4.20.2.48.ebuild')
-rw-r--r-- | sys-kernel/redhat-sources/redhat-sources-2.4.20.2.48.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/redhat-sources/redhat-sources-2.4.20.2.48.ebuild b/sys-kernel/redhat-sources/redhat-sources-2.4.20.2.48.ebuild index 6ebfa6be27d7..bcd07686dddb 100644 --- a/sys-kernel/redhat-sources/redhat-sources-2.4.20.2.48.ebuild +++ b/sys-kernel/redhat-sources/redhat-sources-2.4.20.2.48.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/redhat-sources/redhat-sources-2.4.20.2.48.ebuild,v 1.1 2003/02/23 08:22:30 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/redhat-sources/redhat-sources-2.4.20.2.48.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" @@ -10,7 +10,7 @@ KV=2.4.20-2.48 EXTRAVERSION="-2.48-rhcustom" S=${WORKDIR}/linux-${KV} -# This package contains the Linux Kernel source for the version of the +# This package contains the Linux Kernel source for the version of the # Linux Kernel shipped by Red Hat, Inc. as part of their 8.0 distribution. # # Do not report problems with this source package or the resulting compiled @@ -34,7 +34,7 @@ DEPEND="${DEPEND} app-arch/rpm2targz" DESCRIPTION="Kernel source tree used in Red Hat distributions (not supported by Red Hat)" SRC_URI="http://csociety-ftp.ecn.purdue.edu/pub/redhat/linux/beta/phoebe/en/os/i386/RedHat/RPMS/kernel-source-${KV}.i386.rpm" -HOMEPAGE="http://www.kernel.org/ http://www.redhat.com/" +HOMEPAGE="http://www.kernel.org/ http://www.redhat.com/" KEYWORDS="~x86" SLOT="${KV}" @@ -46,7 +46,7 @@ src_unpack() { mv usr/src/linux-${KV} ${WORKDIR} - cd ${S} + cd ${S} kernel_universal_unpack } |