# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI="2" COMPRESSTYPE=".bz2" K_WANT_GENPATCHES="base" K_GENPATCHES_VER="4" K_SECURITY_UNSUPPORTED="yes" ETYPE="sources" inherit kernel-2 detect_version detect_arch RT_PATCHSET="${PV/*_p}" RT_KERNEL="${PV/_p[0-9]*}" RT_KERNEL="${RT_KERNEL/_/-}" RT_FILE="patch-${RT_KERNEL}-rt${RT_PATCHSET}.patch${COMPRESSTYPE}" RT_URI="mirror://kernel/linux/kernel/projects/rt/${RT_FILE}" DESCRIPTION="Real-time patchset for the Linux Kernel" HOMEPAGE="http://www.kernel.org/pub/linux/kernel/projects/rt/" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${RT_URI}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" KV_FULL="${PVR/_p/-rt}" EXTRAVERSION="-rt${RT_PATCHSET}" S="${WORKDIR}/linux-${KV_FULL}" pkg_setup(){ ewarn ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the RT project developers directly." ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" ewarn "the ebuilds." ewarn kernel-2_pkg_setup } src_prepare(){ epatch "${DISTDIR}"/"${RT_FILE}" } K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \ ${HOMEPAGE}."