# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Read german-bash.org quotes in your shell)" HOMEPAGE="http://german-bash.org" SRC_URI="http://german-bash.org/downloads/gbo-${PV}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-lang/python" S=${WORKDIR}/gbo src_install() { dobin gbo.py dodoc README TODO }