From 11ad6d49cf16081d757d800e3a7564eddde4f5cf Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 15 Jan 2017 11:55:11 +0100 Subject: net-misc/pytvshows: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- net-misc/pytvshows/pytvshows-0.2-r1.ebuild | 33 ------------------------------ 1 file changed, 33 deletions(-) delete mode 100644 net-misc/pytvshows/pytvshows-0.2-r1.ebuild (limited to 'net-misc/pytvshows') diff --git a/net-misc/pytvshows/pytvshows-0.2-r1.ebuild b/net-misc/pytvshows/pytvshows-0.2-r1.ebuild deleted file mode 100644 index f248ce4e9e02..000000000000 --- a/net-misc/pytvshows/pytvshows-0.2-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -PYTHON_DEPEND="2" - -inherit distutils eutils - -DESCRIPTION="downloads torrents for TV shows from RSS feeds provided by ezrss.it" -HOMEPAGE="https://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" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}/${P}-ezrss.it.patch" - epatch "${FILESDIR}/${P}-feedurl.patch" - epatch "${FILESDIR}/${P}-improved-re.patch" - python_convert_shebangs -r 2 . -} -- cgit v1.2.3-65-gdbad