# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EGIT_REPO_URI="git://repo.or.cz/linux-2.6/zen-sources.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="nomirror" 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 " }