diff options
author | 2003-02-28 05:22:59 +0000 | |
---|---|---|
committer | 2003-02-28 05:22:59 +0000 | |
commit | 341b97155b8e04a5e805dc8c0d840f93896de17b (patch) | |
tree | e486131fd89d3f5add18631de94e6948b58b1aaa /sys-kernel/ck-sources | |
parent | bump (diff) | |
download | historical-341b97155b8e04a5e805dc8c0d840f93896de17b.tar.gz historical-341b97155b8e04a5e805dc8c0d840f93896de17b.tar.bz2 historical-341b97155b8e04a5e805dc8c0d840f93896de17b.zip |
bump
Diffstat (limited to 'sys-kernel/ck-sources')
-rw-r--r-- | sys-kernel/ck-sources/ChangeLog | 7 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.4.20-r4.ebuild | 36 | ||||
-rw-r--r-- | sys-kernel/ck-sources/files/digest-ck-sources-2.4.20-r4 | 2 |
3 files changed, 44 insertions, 1 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog index c1d0cbd3e467..e357785f82ee 100644 --- a/sys-kernel/ck-sources/ChangeLog +++ b/sys-kernel/ck-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/ck-sources # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.4 2003/02/12 09:16:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.5 2003/02/28 05:22:59 lostlogic Exp $ + +*ck-sources-2.4.20-r4 (27 Feb 2003) + + 27 Feb 2003; Brandon Low <lostlogic@gentoo.org> ck-sources-2.4.20-r4.ebuild: + bump 17 Dec 2002; Brandon Low <lostlogic@gentoo.org>: Make all kernel-sources SLOT="${KV}" diff --git a/sys-kernel/ck-sources/ck-sources-2.4.20-r4.ebuild b/sys-kernel/ck-sources/ck-sources-2.4.20-r4.ebuild new file mode 100644 index 000000000000..c9a2cecd40a0 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.4.20-r4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.4.20-r4.ebuild,v 1.1 2003/02/28 05:22:59 lostlogic Exp $ + +IUSE="build" + +# OKV=original kernel version, KV=patched kernel version. + +ETYPE="sources" + +inherit kernel || die + +OKV="2.4.20" +KV="2.4.20-ck${PR/r/}" +S=${WORKDIR}/linux-${KV} + +EXTRAVERSION="-ck${PR/r/}" +DESCRIPTION="Full sources for the Stock Linux kernel Con Kolivas's high performance patchset" +HOMEPAGE="http://members.optusnet.com.au/ckolivas/kernel/" +SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://members.optusnet.com.au/ckolivas/kernel/ck${PR/r/}_${OKV}.patch.bz2" + +KEYWORDS="x86 -ppc" +SLOT="${KV}" + +src_unpack() { + unpack linux-${OKV}.tar.bz2 + bzcat ${DISTDIR}/ck${PR/r/}_${OKV}.patch.bz2 | patch -p0 || die "-patch failed" + + mv linux-${OKV} linux-${KV} || die + + cd linux-${KV} + + kernel_universal_unpack +} + + diff --git a/sys-kernel/ck-sources/files/digest-ck-sources-2.4.20-r4 b/sys-kernel/ck-sources/files/digest-ck-sources-2.4.20-r4 new file mode 100644 index 000000000000..cf16065c56a9 --- /dev/null +++ b/sys-kernel/ck-sources/files/digest-ck-sources-2.4.20-r4 @@ -0,0 +1,2 @@ +MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046 +MD5 711f2443fb471404077403bfe3253f9b ck4_2.4.20.patch.bz2 1429780 |