# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # This ebuild come from https://gna.org/projects/gpytage/ - The site http://gentoo.zugaina.org/ only host a copy. NEED_PYTHON="2.4" inherit distutils DESCRIPTION="GTK Utility to help manage Portage's user config files" HOMEPAGE="https://gna.org/projects/gpytage" SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="sys-apps/portage dev-python/pygtk"