# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EGIT_REPO_URI="git://zen-sources.org/zen/kernel/zen.git" IUSE="" ETYPE="sources" inherit eutils kernel-2 git detect_version DESCRIPTION="Zen-Sources" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86 ~hppa ~mips ~ppc64 ~alpha ~ia64" RESTRICT="mirror" src_unpack() { git_src_unpack } src_install() { dodir /usr/src/ mv ${WORKDIR}/linux-${KV_FULL} ${D}/usr/src/zen-sources } pkg_postinst() { postinst_sources einfo "Zen-Sources brought to you by:" einfo "Miguel Boton " einfo "Ryan Hope " }