summaryrefslogtreecommitdiff
path: root/net-misc/pytvshows/pytvshows-0.2-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/pytvshows/pytvshows-0.2-r4.ebuild')
-rw-r--r--net-misc/pytvshows/pytvshows-0.2-r4.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-misc/pytvshows/pytvshows-0.2-r4.ebuild b/net-misc/pytvshows/pytvshows-0.2-r4.ebuild
deleted file mode 100644
index dd398bde85ea..000000000000
--- a/net-misc/pytvshows/pytvshows-0.2-r4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-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="
- $(python_gen_cond_dep '
- dev-python/feedparser[${PYTHON_MULTI_USEDEP}]
- ')"
-
-PATCHES=(
- "${FILESDIR}/${P}-ezrss.it.patch"
- "${FILESDIR}/${P}-feedurl.patch"
- "${FILESDIR}/${P}-improved-re.patch"
- "${FILESDIR}/${P}-rename-var.patch"
-)
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}