# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 VERSION_BUSYBOX="1.20.2" BB_HOME="http://www.busybox.net/downloads" COMMON_URI="${BB_HOME}/busybox-${VERSION_BUSYBOX}.tar.bz2" EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git" EGIT_COMMIT="v${PV}" inherit git-2 bash-completion-r1 eutils S="${WORKDIR}/${PN}" SRC_URI="${COMMON_URI}" KEYWORDS="~amd64 ~arm ~x86" DESCRIPTION="Gentoo automatic kernel building scripts ('next' branch)" HOMEPAGE="http://www.gentoo.org" LICENSE="GPL-2" SLOT="0" RESTRICT="" IUSE="crypt cryptsetup dmraid gpg ibm iscsi plymouth selinux" # Keep 'crypt' in to keep 'use crypt' below working! DEPEND="app-text/asciidoc sys-fs/e2fsprogs selinux? ( sys-libs/libselinux )" RDEPEND="${DEPEND} cryptsetup? ( sys-fs/cryptsetup ) dmraid? ( sys-fs/dmraid ) 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.2.1 !