# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python XMLTV Grabber Library" HOMEPAGE="http://pytvgrab.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" RDEPEND=">=dev-lang/python-2.3" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-notests.patch" }