# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 UNIPATCH_LIST="${DISTDIR}/patch-${KV}.patch.bz2" K_PREPATCHED="yes" K_NOUSENAME="yes" UNIPATCH_STRICTORDER="yes" ETYPE="sources" inherit eutils kernel-2 detect_version DESCRIPTION="Dark-Sources. Daddy isn't on vacation. Mommy lied. He's just using my patchset." HOMEPAGE="http://dcaf-security.org" KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" RESTRICT="nomirror" SRC_URI="${KERNEL_URI} http://dcaf-security.org/dark-sources/patch-${KV}.patch.bz2" src_install() { kernel-2_src_install } pkg_postinst() { postinst_sources einfo "Dark Sources brought to you by:" einfo "Brett Goulder http://dcaf-security.org" }