# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit versionator DESCRIPTION="A bash shell script framework" HOMEPAGE="http://www.bashinator.org" SRC_URI="http://www.bashinator.org/releases/${P}.tar.bz2" LICENSE="GPL-3" SLOT="$(get_major_version)" KEYWORDS="amd64 x86" DEPEND="" RDEPEND="app-shells/bash sys-apps/coreutils" src_compile() { :; } src_install() { insinto /usr/lib doins bashinator.lib.${SLOT}.sh docinto example PORTAGE_COMPRESS= dodoc example/* }