# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: overlay lapis ebuild deposu Exp $ inherit distutils MY_P=xdialog-${PV} DESCRIPTION="A Python wrapper for the Xdialog program." HOMEPAGE="http://www.chrisarndt.de/en/software/python/#xdialog" SRC_URI="http://www.chrisarndt.de/en/software/python/download/${MY_P}.tar.bz2 LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.0 >=x11-misc/xdialog1.5.1" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} DOCS="README Changelog TODO COPYING BUGS"