public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/pytvshows: ChangeLog pytvshows-0.2-r1.ebuild
@ 2009-09-17  5:01 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-09-17  5:01 UTC (permalink / raw
  To: gentoo-commits

darkside    09/09/17 05:01:20

  Modified:             ChangeLog
  Added:                pytvshows-0.2-r1.ebuild
  Log:
  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)

Revision  Changes    Path
1.6                  net-misc/pytvshows/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 Mar 2009 04:49:31 -0000	1.5
+++ ChangeLog	17 Sep 2009 05:01:19 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/pytvshows
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.5 2009/03/20 04:49:31 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.6 2009/09/17 05:01:19 darkside Exp $
+
+*pytvshows-0.2-r1 (17 Sep 2009)
+
+  17 Sep 2009; Jeremy Olexa <darkside@gentoo.org> +pytvshows-0.2-r1.ebuild,
+  +files/pytvshows-0.2-ezrss.it.patch:
+  Add a patch to use ezrss.it instead of tvrss.net by default. Hopefully,
+  more user friendly.
 
   20 Mar 2009; Joseph Jezak <josejx@gentoo.org> pytvshows-0.2.ebuild:
   Marked ~ppc for bug #262583.



1.1                  net-misc/pytvshows/pytvshows-0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: pytvshows-0.2-r1.ebuild
===================================================================
# 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"
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/pytvshows: ChangeLog pytvshows-0.2-r1.ebuild
@ 2009-09-21 14:41 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-09-21 14:41 UTC (permalink / raw
  To: gentoo-commits

darkside    09/09/21 14:41:58

  Modified:             ChangeLog pytvshows-0.2-r1.ebuild
  Log:
  amd64 stable, bug 285724
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/pytvshows/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	17 Sep 2009 05:01:19 -0000	1.6
+++ ChangeLog	21 Sep 2009 14:41:58 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/pytvshows
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.6 2009/09/17 05:01:19 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.7 2009/09/21 14:41:58 darkside Exp $
+
+  21 Sep 2009; Jeremy Olexa <darkside@gentoo.org> pytvshows-0.2-r1.ebuild:
+  amd64 stable, bug 285724
 
 *pytvshows-0.2-r1 (17 Sep 2009)
 



1.2                  net-misc/pytvshows/pytvshows-0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?r1=1.1&r2=1.2

Index: pytvshows-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytvshows-0.2-r1.ebuild	17 Sep 2009 05:01:19 -0000	1.1
+++ pytvshows-0.2-r1.ebuild	21 Sep 2009 14:41:58 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v 1.2 2009/09/21 14:41:58 darkside Exp $
 
 inherit distutils eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/pytvshows: ChangeLog pytvshows-0.2-r1.ebuild
@ 2009-10-11 18:04 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-10-11 18:04 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/11 18:04:23

  Modified:             ChangeLog pytvshows-0.2-r1.ebuild
  Log:
  x86 stable, bug #285724
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-misc/pytvshows/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Sep 2009 14:41:58 -0000	1.7
+++ ChangeLog	11 Oct 2009 18:04:22 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/pytvshows
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.7 2009/09/21 14:41:58 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.8 2009/10/11 18:04:22 maekke Exp $
+
+  11 Oct 2009; Markus Meier <maekke@gentoo.org> pytvshows-0.2-r1.ebuild:
+  x86 stable, bug #285724
 
   21 Sep 2009; Jeremy Olexa <darkside@gentoo.org> pytvshows-0.2-r1.ebuild:
   amd64 stable, bug 285724



1.3                  net-misc/pytvshows/pytvshows-0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?r1=1.2&r2=1.3

Index: pytvshows-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytvshows-0.2-r1.ebuild	21 Sep 2009 14:41:58 -0000	1.2
+++ pytvshows-0.2-r1.ebuild	11 Oct 2009 18:04:22 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2009/09/21 14:41:58 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v 1.3 2009/10/11 18:04:22 maekke Exp $
 
 inherit distutils eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/pytvshows: ChangeLog pytvshows-0.2-r1.ebuild
@ 2011-04-05 18:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-05 18:57 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/05 18:57:21

  Modified:             ChangeLog pytvshows-0.2-r1.ebuild
  Log:
  Use Python 2 (bug #315839).
  
  (Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-misc/pytvshows/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pytvshows/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pytvshows/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	28 Mar 2010 04:01:29 -0000	1.9
+++ ChangeLog	5 Apr 2011 18:57:21 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/pytvshows
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.9 2010/03/28 04:01:29 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/ChangeLog,v 1.10 2011/04/05 18:57:21 arfrever Exp $
+
+  05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pytvshows-0.2-r1.ebuild:
+  Use Python 2 (bug #315839).
 
   28 Mar 2010; Jeremy Olexa <darkside@gentoo.org> metadata.xml:
   Drop myself from metadata, add maintainer-needed



1.4                  net-misc/pytvshows/pytvshows-0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild?r1=1.3&r2=1.4

Index: pytvshows-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pytvshows-0.2-r1.ebuild	11 Oct 2009 18:04:22 -0000	1.3
+++ pytvshows-0.2-r1.ebuild	5 Apr 2011 18:57:21 -0000	1.4
@@ -1,6 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.3 2009/10/11 18:04:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pytvshows/pytvshows-0.2-r1.ebuild,v 1.4 2011/04/05 18:57:21 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
 
 inherit distutils eutils
 
@@ -16,7 +19,12 @@
 DEPEND=""
 RDEPEND="dev-python/feedparser"
 
-src_unpack() {
-	distutils_src_unpack
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	distutils_src_prepare
 	epatch "${FILESDIR}/${P}-ezrss.it.patch"
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-05 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 18:04 [gentoo-commits] gentoo-x86 commit in net-misc/pytvshows: ChangeLog pytvshows-0.2-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-05 18:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-09-21 14:41 Jeremy Olexa (darkside)
2009-09-17  5:01 Jeremy Olexa (darkside)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox