# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # ebuild by Nico Wohlgemuth ETYPE="sources" K_WANT_GENPATCHES="base extras" K_GENPATCHES_VER="1" UNIPATCH_STRICTORDER="1" inherit kernel-2 detect_version detect_arch KEYWORDS="~amd64 ~x86" HOMEPAGE="http://nico.codernet.org/kernel" DESCRIPTION="Full sources including the Gentoo and ck patchset for the ${OKV} kernel tree" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} mirror://kernel/linux/kernel/people/ck/patches/2.6/2.6.21/2.6.21-ck2/patch-2.6.21-ck2.bz2" UNIPATCH_LIST="${DISTDIR}/patch-2.6.21-ck2.bz2" pkg_postinst() { kernel-2_pkg_postinst einfo "For more info on this patchset see:" einfo "${HOMEPAGE}" }