diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-02-27 10:10:50 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-02-27 10:10:50 +0000 |
commit | 2ec4351dcc25ef1bb61458ea00d7a70c69b82fe2 (patch) | |
tree | 6f013601452292daa44531bd66e9686d97424499 /sys-kernel/ck-sources/ck-sources-2.6.3-r2.ebuild | |
parent | Forgot gnuconfig (Manifest recommit) (diff) | |
download | gentoo-2-2ec4351dcc25ef1bb61458ea00d7a70c69b82fe2.tar.gz gentoo-2-2ec4351dcc25ef1bb61458ea00d7a70c69b82fe2.tar.bz2 gentoo-2-2ec4351dcc25ef1bb61458ea00d7a70c69b82fe2.zip |
Version bump
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.6.3-r2.ebuild')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.3-r2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.3-r2.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.3-r2.ebuild new file mode 100644 index 000000000000..1452b8ad09f2 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.6.3-r2.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.3-r2.ebuild,v 1.1 2004/02/27 10:10:49 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" + |