diff options
author | 2002-12-08 20:08:07 +0000 | |
---|---|---|
committer | 2002-12-08 20:08:07 +0000 | |
commit | a43d587b109ebfc9f8479bb1625a1c4427d0aac7 (patch) | |
tree | 27cfa1b9cea1368fbe1eaafe4677901eb62cfb1b /sys-kernel | |
parent | fix S setting (diff) | |
download | gentoo-2-a43d587b109ebfc9f8479bb1625a1c4427d0aac7.tar.gz gentoo-2-a43d587b109ebfc9f8479bb1625a1c4427d0aac7.tar.bz2 gentoo-2-a43d587b109ebfc9f8479bb1625a1c4427d0aac7.zip |
new package
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ck-sources/ChangeLog | 11 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild | 35 | ||||
-rw-r--r-- | sys-kernel/ck-sources/files/digest-ck-sources-2.4.20-r1 | 2 |
3 files changed, 48 insertions, 0 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog new file mode 100644 index 000000000000..12a094b25c22 --- /dev/null +++ b/sys-kernel/ck-sources/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sys-kernel/ck-sources +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.1 2002/12/08 20:08:07 lostlogic Exp $ + +*ck-sources-2.4.20-r1 (08 Dec 2002) + + 08 Dec 2002; Brandon Low <lostlogic@gentoo.org> ck-sources-2.4.20-r1.ebuild: + + New package for -ck sources, Con Kolivas is a w00t mad kernel + benchmarker, in general his kernels are known to be VERY high + performance. Enjoy. diff --git a/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild b/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild new file mode 100644 index 000000000000..e95da9629940 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: +#/home/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.4.20.ebuild,v1.2 2002/11/28 18:24:38 gerk Exp $ + +IUSE="build" + +# OKV=original kernel version, KV=patched kernel version. + +ETYPE="sources" + +inherit kernel || die + +OKV="2.4.20" +KV="2.4.20-ck1" +S=${WORKDIR}/linux-${KV} + +EXTRAVERSION="-ck1" +DESCRIPTION="Full sources for the Stock Linux kernel Con Kolivas's high performance patchset" +SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://members.optusnet.com.au/con.man/ck1_${OKV}.patch.bz2" + +KEYWORDS="x86 -ppc" + +src_unpack() { + unpack linux-${OKV}.tar.bz2 + bzcat ${DISTDIR}/ck1_${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-r1 b/sys-kernel/ck-sources/files/digest-ck-sources-2.4.20-r1 new file mode 100644 index 000000000000..ff4d3d4ecb94 --- /dev/null +++ b/sys-kernel/ck-sources/files/digest-ck-sources-2.4.20-r1 @@ -0,0 +1,2 @@ +MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046 +MD5 7bde6009cbdad4aa3eed6c5e50a6de26 ck1_2.4.20.patch.bz2 2199194 |