# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 UNIPATCH_LIST="${DISTDIR}/linux-${KV}.bz2" K_PREPATCHED="yes" K_NOUSENAME="yes" UNIPATCH_STRICTORDER="yes" ETYPE="sources" inherit eutils kernel-2 detect_version DESCRIPTION="Nicus-Sources, the other ever evolving kernel patchset. My other playground for new patches." HOMEPAGE="http://vipernicus.org" KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" RESTRICT="nomirror" SRC_URI="${KERNEL_URI} http://vipernicus.org/files/patches/${OKV}/${EXTRAVERSION/-}/linux-${KV}.bz2" src_install() { kernel-2_src_install } pkg_postinst() { postinst_sources einfo "Nicus Sources brought to you by:" einfo "Cory Grunden http://vipernicus.org" }