# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit python DESCRIPTION="An RSS 2.0 generator." MY_P="PyRSS2Gen" HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html" SRC_URI="http://www.dalkescientific.com/Python/PyRSS2Gen-${PV}.tar.gz" KEYWORDS="~x86 ~ppc ~amd64" PYTHON_DEPEND="2" DEPEND="" RDEPEND="${DEPEND}" LICENSE="BSD" SLOT="0" IUSE="" S="${WORKDIR}/${MY_P}-${PV}" src_install() { distutils_src_install dodoc README example.py test.py }