diff options
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.6.13_p1.ebuild')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.13_p1.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.13_p1.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.13_p1.ebuild deleted file mode 100644 index 355a37d21aa2..000000000000 --- a/sys-kernel/ck-sources/ck-sources-2.6.13_p1.ebuild +++ /dev/null @@ -1,59 +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.13_p1.ebuild,v 1.1 2005/08/31 16:52:34 marineam Exp $ - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" -K_NOUSENAME="yes" -K_WANT_GENPATCHES="base" -K_GENPATCHES_VER="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -# A few hacks to set ck version via _p instead of -r -MY_P=${P/_p*/} -MY_PR=${PR/r/-r} -MY_PR=${MY_PR/-r0/} -EXTRAVERSION=-ck${PV/*_p/}${MY_PR} -KV_FULL=${OKV}${EXTRAVERSION} -KV_CK=${KV_FULL/-r*/} -detect_version - -IUSE="ck-server ck-plus" -if use ck-server; then - CK_PATCH="patch-${KV_CK}-server.bz2" -else - CK_PATCH="patch-${KV_CK}.bz2" -fi - -if use ck-plus; then - UNIPATCH_LIST="${DISTDIR}/${CK_PATCH} - ${DISTDIR}/sched-staircase12_tweak.patch - ${DISTDIR}/vm-swap-prefetch.patch" -else - UNIPATCH_LIST="${DISTDIR}/${CK_PATCH}" -fi -# Note: 2.6.x.y updates in genpatches begin with 10 but are included in -ck -#UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE}" - -DESCRIPTION="Full sources for the Linux kernel with Con Kolivas' high performance patchset and Gentoo's basic patchset." -HOMEPAGE="http://members.optusnet.com.au/ckolivas/kernel/" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} - ck-server? ( http://ck.kolivas.org/patches/2.6/${OKV}/${KV_CK}/patch-${KV_CK}-server.bz2 ) - !ck-server? ( http://ck.kolivas.org/patches/2.6/${OKV}/${KV_CK}/patch-${KV_CK}.bz2 ) - ck-plus? ( - http://ck.kolivas.org/patches/2.6/${OKV}/${KV_CK}/patches/sched-staircase12_tweak.patch - http://ck.kolivas.org/patches/2.6/${OKV}/${KV_CK}/patches/vm-swap-prefetch.patch - )" - -KEYWORDS="~amd64 ~ppc64 ~x86" - -pkg_postinst() { - postinst_sources - - einfo "The ck patchset is tuned for desktop usage." - einfo "To better tune the kernel for server applications add" - einfo "ck-server to your use flags and reemerge ck-sources" -} - |