# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ ETYPE="sources" K_WANT_GENPATCHES="base" K_GENPATCHES_VER="3" inherit kernel-2 detect_version HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1 HGPV_URI="http://dev.gentoo.org/~blackace/hardened/${PN}/hardened-patches-${HGPV}.extras.tar.bz2" UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" DESCRIPTION="Hardened kernel sources ${OKV}" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="fbcondecor tuxonice" pkg_setup() { if ! use fbcondecor; then UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 5000_fbcondecor-0.9.4.patch" fi if ! use tuxonice; then UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 5100_tuxonice-3.0-rc5.patch" fi }