# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ UNIPATCH_LIST="${DISTDIR}/${KV}.bz2" K_PREPATCHED="yes" K_NOUSENAME="yes" UNIPATCH_STRICTORDER="yes" ETYPE="sources" inherit eutils kernel-2 detect_version DESCRIPTION="Ragnarok-sources is a development version of the Linux kernel with Reiser4 and interactivity patches &c." HOMEPAGE="http://berkano.net/files/gentoo/" KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" BASEKV=${CKV/_/-} SRC_URI="${KERNEL_URI} http://dl.liveforge.org/${PN}/${BASEKV}/${KV}.bz2" src_install() { kernel-2_src_install } pkg_postinst() { postinst_sources ewarn "Ragnarok-sources are not supported. You are on your own." echo }