diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-02-16 12:08:47 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-02-16 12:08:47 +0000 |
commit | 01e5eed33f12407c05dfcf12a7c560b69500626c (patch) | |
tree | b75702990890b046c375dbaf0b7272a39be3e6ab /sys-kernel | |
parent | Removing ~mips from KEYWORDS as it can't satisfy DEPs (Manifest recommit) (diff) | |
download | gentoo-2-01e5eed33f12407c05dfcf12a7c560b69500626c.tar.gz gentoo-2-01e5eed33f12407c05dfcf12a7c560b69500626c.tar.bz2 gentoo-2-01e5eed33f12407c05dfcf12a7c560b69500626c.zip |
A new ebuild for the 2.6 series
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ck-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild | 19 | ||||
-rw-r--r-- | sys-kernel/ck-sources/files/digest-ck-sources-2.6.2-r1 | 2 |
3 files changed, 28 insertions, 1 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog index fd2cbeecb538..5c73965e0009 100644 --- a/sys-kernel/ck-sources/ChangeLog +++ b/sys-kernel/ck-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/ck-sources # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.18 2004/01/09 12:12:31 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.19 2004/02/16 12:08:44 spock Exp $ + +*ck-sources-2.6.2-r1 (16 Feb 2004) + + 16 Feb 2004; Michal Januszewski <spock@gentoo.org> + ck-sources-2.6.2-r1.ebuild: + A completely rewritten ebuild for the 2.6 series. Closes #41227. *ck-sources-2.4.24-r1 (09 Jan 2004) diff --git a/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild new file mode 100644 index 000000000000..e544e962ede8 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.6.2-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 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.6.2-r1.ebuild,v 1.1 2004/02/16 12:08:44 spock Exp $ + +UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2" +K_PREPATCHED="yes" +UNIPATCH_STRICTORDER="yes" + +K_NOUSENAME="yes" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Stock Linux kernel Con Kolivas's high performance patchset" +HOMEPAGE="http://members.optusnet.com.au/ckolivas/kernel/" +SRC_URI="${KERNEL_URI} http://ck.kolivas.org/patches/2.6/${KV/-ck*/}/${KV}/patch-${KV}.bz2" + +KEYWORDS="~x86" + diff --git a/sys-kernel/ck-sources/files/digest-ck-sources-2.6.2-r1 b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.2-r1 new file mode 100644 index 000000000000..d303dc5a47fb --- /dev/null +++ b/sys-kernel/ck-sources/files/digest-ck-sources-2.6.2-r1 @@ -0,0 +1,2 @@ +MD5 2a745088acba366f22f8bd3e284a84d4 linux-2.6.2.tar.bz2 33899733 +MD5 ca825fca298b322b35a58ac5e1a41356 patch-2.6.2-ck1.bz2 48029 |