diff options
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.6.11-r4.ebuild')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.11-r4.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.11-r4.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.11-r4.ebuild new file mode 100644 index 000000000000..e8fed084291d --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.6.11-r4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.11-r4.ebuild,v 1.1 2005/04/09 05:42:15 marineam Exp $ + +K_PREPATCHED="yes" +UNIPATCH_STRICTORDER="yes" + +K_NOSETEXTRAVERSION="yes" +K_NOUSENAME="yes" +ETYPE="sources" +inherit kernel-2 +detect_version + +CK_PATCH="patch-${KV_FULL}.bz2" +UNIPATCH_LIST=" + ${DISTDIR}/${CK_PATCH} + ${FILESDIR}/${P}-74070.patch + ${FILESDIR}/${P}-lowmem-reserve-oops.patch" +IUSE="" + +DESCRIPTION="Full sources for the Stock Linux kernel and 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_FULL/-ck*/}/${KV_FULL}/${CK_PATCH}" + +KEYWORDS="~x86 ~amd64" |