# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="3" inherit eutils DESCRIPTION="a wrapper script for emerge to make it better" HOMEPAGE="https://github.com/write2david/bemerge" SRC_URI="https://github.com/write2david/bemerge/raw/master/bemerge" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" IUSE="" RDEPEND=" sys-process/time app-admin/localepurge sys-kernel/module-rebuild sys-process/lsof app-admin/checkrestart " src_install() { mkdir "${D}"/usr/bin/ cp "${DISTDIR}"/bemerge "${D}"/usr/bin/ dosbin bemerge || die "dosbin failed" }