# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 if [[ "${PV}" != "9999" ]]; then SRC_URI="http://dev.gentoo.org/~lxnay/genkernel-next/${P}.tar.xz" else EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git" inherit git-2 fi inherit bash-completion-r1 eutils if [[ "${PV}" == "9999" ]]; then KEYWORDS="" else KEYWORDS="~alpha amd64 ~arm ia64 x86" fi DESCRIPTION="Gentoo automatic kernel building scripts, reloaded" HOMEPAGE="http://www.gentoo.org" LICENSE="GPL-2" SLOT="0" RESTRICT="" IUSE="cryptsetup dmraid gpg iscsi plymouth selinux" DEPEND="app-text/asciidoc sys-fs/e2fsprogs selinux? ( sys-libs/libselinux )" RDEPEND="${DEPEND} !sys-kernel/genkernel cryptsetup? ( sys-fs/cryptsetup ) dmraid? ( >=sys-fs/dmraid-1.0.0_rc16 ) gpg? ( app-crypt/gnupg ) iscsi? ( sys-block/open-iscsi ) plymouth? ( sys-boot/plymouth ) app-portage/portage-utils app-arch/cpio >=app-misc/pax-utils-0.6 !