summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-17 16:12:51 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-17 16:15:56 +0200
commit497f8741e9f46604e401f4c6d213bafbaa08affc (patch)
treea024b8b243c709d4b3d3da64bd5bfcb8a9c92a14 /net-misc/pytvshows
parentnet-misc/pytvshows: Fix var name (#513876) (diff)
downloadgentoo-497f8741e9f46604e401f4c6d213bafbaa08affc.tar.gz
gentoo-497f8741e9f46604e401f4c6d213bafbaa08affc.tar.bz2
gentoo-497f8741e9f46604e401f4c6d213bafbaa08affc.zip
net-misc/pytvshows: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/pytvshows')
-rw-r--r--net-misc/pytvshows/pytvshows-0.2-r2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/pytvshows/pytvshows-0.2-r2.ebuild b/net-misc/pytvshows/pytvshows-0.2-r2.ebuild
deleted file mode 100644
index a4e5c9b5a404..000000000000
--- a/net-misc/pytvshows/pytvshows-0.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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="dev-python/feedparser[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${P}-ezrss.it.patch"
- "${FILESDIR}/${P}-feedurl.patch"
- "${FILESDIR}/${P}-improved-re.patch" )
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}