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 | 5888f62c2b304e17f868138f1b83cd9d215279c8 (patch) | |
tree | 88f79255759eef8fa46e6f340690eecd33724537 /net-misc | |
parent | Fix building with libpng-1.5. Fixes bug #362059. (diff) | |
download | gentoo-2-5888f62c2b304e17f868138f1b83cd9d215279c8.tar.gz gentoo-2-5888f62c2b304e17f868138f1b83cd9d215279c8.tar.bz2 gentoo-2-5888f62c2b304e17f868138f1b83cd9d215279c8.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" |