# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit git-r3 DESCRIPTION="Nifty scrips for gentoo that go under /usr/local/{,s}bin" HOMEPAGE="https://github.com/thinrope/gentoo-nifty-scripts" EGIT_REPO_URI="https://github.com/thinrope/${PN}.git" LICENSE="GPL-3" SLOT="0" IUSE="+i18n" KEYWORDS="~amd64 ~x86" DEPEND="dev-vcs/git" RDEPEND="${DEPEND} app-portage/eix app-portage/demerge app-admin/perl-cleaner app-portage/gentoolkit i18n? ( app-text/convmv app-arch/p7zip ) sys-apps/util-linux sys-apps/coreutils sys-devel/bc" src_install() { exeinto /usr/local/sbin doexe usr/local/sbin/update-gentoo.sh exeinto /usr/local/bin doexe usr/local/bin/jzip doexe usr/local/bin/device_confirm_blank.sh doexe usr/local/bin/FTKI_deuglify.pl }