diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 18:53:55 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 18:53:55 +0000 |
commit | 75a59178a19cba61207eb66d3abc1b041dc67825 (patch) | |
tree | 0a07a1c30a8e96ebf149513312a7121cf48af533 /net-misc | |
parent | Fix building with libpng-1.5. Fixes bug #362059. (diff) | |
download | historical-75a59178a19cba61207eb66d3abc1b041dc67825.tar.gz historical-75a59178a19cba61207eb66d3abc1b041dc67825.tar.bz2 historical-75a59178a19cba61207eb66d3abc1b041dc67825.zip |
Delete older ebuild.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/pytvshows/pytvshows-0.2.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-misc/pytvshows/pytvshows-0.2.ebuild b/net-misc/pytvshows/pytvshows-0.2.ebuild deleted file mode 100644 index 8279e767b499..000000000000 --- a/net-misc/pytvshows/pytvshows-0.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2.ebuild,v 1.5 2009/03/20 04:49:31 josejx Exp $ - -inherit distutils - -DESCRIPTION="downloads torrents for TV shows from RSS feeds provided by tvRSS.net." -HOMEPAGE="http://sourceforge.net/projects/pytvshows/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/feedparser" |