diff options
author | Michael Marineau <marineam@gentoo.org> | 2005-04-09 05:42:15 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2005-04-09 05:42:15 +0000 |
commit | f078239d2ed5ddee716372d69cf755730b32b943 (patch) | |
tree | 1850887999d30abe5a5e0c567654019283ce3a30 /sys-kernel/ck-sources/ck-sources-2.6.11-r2.ebuild | |
parent | Stable on x86. (diff) | |
download | gentoo-2-f078239d2ed5ddee716372d69cf755730b32b943.tar.gz gentoo-2-f078239d2ed5ddee716372d69cf755730b32b943.tar.bz2 gentoo-2-f078239d2ed5ddee716372d69cf755730b32b943.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.6.11-r2.ebuild')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.11-r2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.11-r2.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.11-r2.ebuild deleted file mode 100644 index 311de0c1752a..000000000000 --- a/sys-kernel/ck-sources/ck-sources-2.6.11-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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-r2.ebuild,v 1.1 2005/03/12 21:52:05 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" |