# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ home="http://dev.gentooexperimental.org/~igli/src/$PN" warning=warning-20080526 DESCRIPTION="A most excellent portage wrapper" HOMEPAGE="http://forums.gentoo.org/viewtopic-t-546828.html" SRC_URI="$home/$P $home/$warning" unset home LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-2.5" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND=">app-shells/bash-3.1 sys-apps/ed dev-util/dialog app-portage/portage-utils app-portage/gentoolkit net-misc/curl " src_unpack() { :; } src_install(){ newsbin "$DISTDIR/$P" "$PN" insinto /etc newins "$DISTDIR/$warning" warning }