diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-11-15 18:31:37 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-11-15 18:31:37 +0000 |
commit | 5f34ef835f02f0e1a93614bcbbc6b6a0c31e6c77 (patch) | |
tree | 4d2162d94532f3044c65b67ed9132dec501359ff /sys-kernel | |
parent | unmask x86 (diff) | |
download | historical-5f34ef835f02f0e1a93614bcbbc6b6a0c31e6c77.tar.gz historical-5f34ef835f02f0e1a93614bcbbc6b6a0c31e6c77.tar.bz2 historical-5f34ef835f02f0e1a93614bcbbc6b6a0c31e6c77.zip |
typo fix and rev bump
Diffstat (limited to 'sys-kernel')
3 files changed, 43 insertions, 2 deletions
diff --git a/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r3.ebuild b/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r3.ebuild index 6aa0f17c0ae0..2a449802933c 100644 --- a/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r3.ebuild +++ b/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r3.ebuild,v 1.1 2002/11/15 04:53:22 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r3.ebuild,v 1.2 2002/11/15 18:31:37 lostlogic Exp $ IUSE="build" @@ -31,7 +31,7 @@ src_unpack() { cd linux-${KV} - bzcat ${DISTDIR}/patch-${RV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" + bzcat ${DISTDIR}/patch-${PV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" bzcat ${DISTDIR}/patch-${KV}.bz2|patch -p1 || die "-ac patch failed" kernel_universal_unpack diff --git a/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r4.ebuild b/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r4.ebuild new file mode 100644 index 000000000000..6d8f689000c7 --- /dev/null +++ b/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ac-sources-2.4.20_rc1-r4.ebuild,v 1.1 2002/11/15 18:31:37 lostlogic Exp $ + +IUSE="build" + +# OKV=original kernel version, KV=patched kernel version. + +ETYPE="sources" + +inherit kernel || die + +OKV="2.4.19" +ACV=ac${PR/r/} +KV="${PV/_/-}-${ACV}" +S=${WORKDIR}/linux-${KV} + +EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`" +BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`" + +DESCRIPTION="Full sources for Alan Cox's Linux kernel" +SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 +http://www.kernel.org/pub/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2 +http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.4/${BASE}/patch-${KV}.bz2" + +KEYWORDS="x86" + +src_unpack() { + unpack linux-${OKV}.tar.bz2 + mv linux-${OKV} linux-${KV} || die + + cd linux-${KV} + + bzcat ${DISTDIR}/patch-${PV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" + bzcat ${DISTDIR}/patch-${KV}.bz2|patch -p1 || die "-ac patch failed" + + kernel_universal_unpack +} diff --git a/sys-kernel/ac-sources/files/digest-ac-sources-2.4.20_rc1-r4 b/sys-kernel/ac-sources/files/digest-ac-sources-2.4.20_rc1-r4 new file mode 100644 index 000000000000..0caca3100414 --- /dev/null +++ b/sys-kernel/ac-sources/files/digest-ac-sources-2.4.20_rc1-r4 @@ -0,0 +1,3 @@ +MD5 2bb60b7594a416f2c593923ce446160b linux-2.4.19.tar.bz2 26042494 +MD5 d1e44e8c36d8c60ba3c253e7ddf5526f patch-2.4.20-rc1.bz2 4153842 +MD5 6071bf8ec174af8fe11e07ac297f3f4f patch-2.4.20-rc1-ac4.bz2 1078892 |