# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Beyond Kernel Sources -- successor to arch, tiger, nitro" HOMEPAGE="http://iphitus.loudas.com/beyond.html" IUSE="" KEYWORDS="~x86" DEPEND="" RDEPEND="" K_PREPATCHED="yes" UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_EXTRAEINFO="\ The beyond stable tree is a patchset based on the CK patchset. It aims to include a variety of popular features and updates that have not yet made it to the vanilla kernel, while remaining relatively stable. Con Kolivas' CK patchset is the most important part of beyond stable tree, as it provides the great interactivity and responsiveness improvements that it is noted for. Features -ck(s) Con Kolivas Patchset, (server version available as option) -ide libATA/ide updates, Alsa updates and fixes, Dothan Speedstep, Pentium M undervolt, IBM ACPI fan control, Suspend2, vesafb-tng, reiser4, unionfs squashfs, realtime-lsm, fbsplash, configurable mouse polling support, custom dsdt, Layer7, various fixes and updates." ETYPE="sources" inherit kernel-2 #detect_version MY_N=${PN/-sources/} # A few hacks to set ck version via _p instead of -r MY_P=${PV/*_p/} MY_P=${MY_P/-r*/} # accomodate dot revisions in patchset if [ ${PR} = "r0" ]; then MY_PR= else MY_PR=${PR/r/.} fi EXTRAVERSION=-${MY_N}${MY_P}${MY_PR} KV_FULL=${OKV}${EXTRAVERSION} KV_CK=${KV_FULL/-r*/} detect_version CK_PATCH="patch-${KV}.bz2" UNIPATCH_LIST="${DISTDIR}/${CK_PATCH}" SRC_URI="${KERNEL_URI} http://iphitus.loudas.com/beyond/${KV}/${CK_PATCH}" debug-print-kernel2-variables