summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-09-17 05:01:20 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-09-17 05:01:20 +0000
commit268ba5c23b64c8a492ccd67b2cc0926f257372ce (patch)
tree1f39951c1554f865941a759444941bcb9862fad8 /net-misc/pytvshows/pytvshows-0.2-r1.ebuild
parentBump dependencies (hal and libsndfile). (diff)
downloadgentoo-2-268ba5c23b64c8a492ccd67b2cc0926f257372ce.tar.gz
gentoo-2-268ba5c23b64c8a492ccd67b2cc0926f257372ce.tar.bz2
gentoo-2-268ba5c23b64c8a492ccd67b2cc0926f257372ce.zip
Add a patch to use ezrss.it instead of tvrss.net by default. Hopefully, more user friendly.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pytvshows/pytvshows-0.2-r1.ebuild')
-rw-r--r--net-misc/pytvshows/pytvshows-0.2-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/pytvshows/pytvshows-0.2-r1.ebuild b/net-misc/pytvshows/pytvshows-0.2-r1.ebuild
new file mode 100644
index 000000000000..5837da2234db
--- /dev/null
+++ b/net-misc/pytvshows/pytvshows-0.2-r1.ebuild
@@ -0,0 +1,22 @@
+# 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-r1.ebuild,v 1.1 2009/09/17 05:01:19 darkside Exp $
+
+inherit distutils eutils
+
+DESCRIPTION="downloads torrents for TV shows from RSS feeds provided by ezrss.it."
+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"
+
+src_unpack() {
+ distutils_src_unpack
+ epatch "${FILESDIR}/${P}-ezrss.it.patch"
+}