# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2" K_PREPATCHED="yes" UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" ETYPE="sources" RESTRICT="nomirror" inherit kernel-2 detect_version IUSE="" DESCRIPTION="Full sources for the Stock Linux kernel and some various patches to improve desktop performance and experience. Based on Seppe kernel patchsets." HOMEPAGE="http://myeburg.new/" SRC_URI="${KERNEL_URI} http://files.myeburg.net/nitrowar-sources/${KV}/patch-${KV}.bz2" KEYWORDS="~x86 ~amd64 ~ppc" RDEPEND=">=sys-fs/udev-079" pkg_postinst() { postinst_sources ewarn "IMPORTANT:" ewarn "This release is from experimental branch of nitrowar-sources !" ewarn "Therefore, there is no official support for the features included." echo einfo "No responsibility for any damage, it is implied by the above..." einfo "NitroWar-Sources is licenced under the same licence as the linux kernel," einfo "You should read the GPL licence in kernel source directory for details ;)" echo ewarn "Now compile this beauty, reboot, and fasten your seatbelts to experience the fastest desktop you've ever seen!" echo }