# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="base shell functions required by all gentoo systems" HOMEPAGE="http://www.gentoo.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}" src_install() { dodir /lib/gentoo insinto /lib/gentoo newins "${FILESDIR}"/${P}.sh functions.sh }