public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-4.1.ebuild
@ 2009-09-10  3:12 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-09-10  3:12 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/09/10 03:12:45

  Modified:             ChangeLog feedparser-4.1.ebuild
  Log:
  Fix dependencies (bug #265936).
  (Portage version: 14221-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-python/feedparser/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	11 May 2008 16:45:55 -0000	1.15
+++ ChangeLog	10 Sep 2009 03:12:45 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/feedparser
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.15 2008/05/11 16:45:55 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.16 2009/09/10 03:12:45 arfrever Exp $
+
+  10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  feedparser-4.1.ebuild:
+  Fix dependencies (bug #265936).
 
   11 May 2008; Markus Rothe <corsair@gentoo.org> feedparser-4.1.ebuild:
   Stable on ppc64; bug #221147



1.13                 dev-python/feedparser/feedparser-4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?r1=1.12&r2=1.13

Index: feedparser-4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- feedparser-4.1.ebuild	11 May 2008 16:45:55 -0000	1.12
+++ feedparser-4.1.ebuild	10 Sep 2009 03:12:45 -0000	1.13
@@ -1,17 +1,22 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.12 2008/05/11 16:45:55 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.13 2009/09/10 03:12:45 arfrever Exp $
+
+EAPI="2"
 
 inherit distutils
 
 DESCRIPTION="Parse RSS and Atom feeds in Python"
 HOMEPAGE="http://www.feedparser.org/"
 SRC_URI="mirror://sourceforge/feedparser/${P}.zip"
+
 LICENSE="PYTHON"
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
+
 DEPEND="app-arch/unzip"
+RDEPEND=""
 
 S=${WORKDIR}
 DOCS="LICENSE"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-4.1.ebuild
@ 2009-10-10 16:56 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-10 16:56 UTC (permalink / raw
  To: gentoo-commits

grobian     09/10/10 16:56:43

  Modified:             ChangeLog feedparser-4.1.ebuild
  Log:
  Merge from Prefix
  (Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.17                 dev-python/feedparser/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	10 Sep 2009 03:12:45 -0000	1.16
+++ ChangeLog	10 Oct 2009 16:56:43 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/feedparser
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.16 2009/09/10 03:12:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.17 2009/10/10 16:56:43 grobian Exp $
+
+  10 Oct 2009; Fabian Groffen <grobian@gentoo.org> feedparser-4.1.ebuild:
+  Merge from Prefix
 
   10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   feedparser-4.1.ebuild:



1.14                 dev-python/feedparser/feedparser-4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?r1=1.13&r2=1.14

Index: feedparser-4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- feedparser-4.1.ebuild	10 Sep 2009 03:12:45 -0000	1.13
+++ feedparser-4.1.ebuild	10 Oct 2009 16:56:43 -0000	1.14
@@ -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/dev-python/feedparser/feedparser-4.1.ebuild,v 1.13 2009/09/10 03:12:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.14 2009/10/10 16:56:43 grobian Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="PYTHON"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-4.1.ebuild
@ 2009-11-08 20:04 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-11-08 20:04 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/11/08 20:04:38

  Modified:             ChangeLog feedparser-4.1.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS. Set PYTHON_MODNAME (bug #288424).
  (Portage version: 14804-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-python/feedparser/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Oct 2009 16:56:43 -0000	1.17
+++ ChangeLog	8 Nov 2009 20:04:38 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/feedparser
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.17 2009/10/10 16:56:43 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.18 2009/11/08 20:04:38 arfrever Exp $
+
+  08 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  feedparser-4.1.ebuild:
+  Set SUPPORT_PYTHON_ABIS. Set PYTHON_MODNAME (bug #288424).
 
   10 Oct 2009; Fabian Groffen <grobian@gentoo.org> feedparser-4.1.ebuild:
   Merge from Prefix



1.15                 dev-python/feedparser/feedparser-4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?r1=1.14&r2=1.15

Index: feedparser-4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- feedparser-4.1.ebuild	10 Oct 2009 16:56:43 -0000	1.14
+++ feedparser-4.1.ebuild	8 Nov 2009 20:04:38 -0000	1.15
@@ -1,8 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.14 2009/10/10 16:56:43 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.15 2009/11/08 20:04:38 arfrever Exp $
 
 EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
@@ -17,8 +18,11 @@
 
 DEPEND="app-arch/unzip"
 RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
 
-S=${WORKDIR}
+S="${WORKDIR}"
+
+PYTHON_MODNAME="feedparser.py"
 DOCS="LICENSE"
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-4.1.ebuild
@ 2010-05-22 16:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-22 16:17 UTC (permalink / raw
  To: gentoo-commits

armin76     10/05/22 16:17:09

  Modified:             ChangeLog feedparser-4.1.ebuild
  Log:
  Add ~arm
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.19                 dev-python/feedparser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	8 Nov 2009 20:04:38 -0000	1.18
+++ ChangeLog	22 May 2010 16:17:09 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/feedparser
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.18 2009/11/08 20:04:38 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.19 2010/05/22 16:17:09 armin76 Exp $
+
+  22 May 2010; Raúl Porcel <armin76@gentoo.org> feedparser-4.1.ebuild:
+  Add ~arm
 
   08 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   feedparser-4.1.ebuild:



1.16                 dev-python/feedparser/feedparser-4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?r1=1.15&r2=1.16

Index: feedparser-4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- feedparser-4.1.ebuild	8 Nov 2009 20:04:38 -0000	1.15
+++ feedparser-4.1.ebuild	22 May 2010 16:17:09 -0000	1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.15 2009/11/08 20:04:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.16 2010/05/22 16:17:09 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="PYTHON"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-4.1.ebuild
@ 2010-08-14 17:38 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-14 17:38 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/14 17:38:01

  Modified:             ChangeLog feedparser-4.1.ebuild
  Log:
  sparc stable
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.20                 dev-python/feedparser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 May 2010 16:17:09 -0000	1.19
+++ ChangeLog	14 Aug 2010 17:38:01 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/feedparser
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.19 2010/05/22 16:17:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.20 2010/08/14 17:38:01 armin76 Exp $
+
+  14 Aug 2010; Raúl Porcel <armin76@gentoo.org> feedparser-4.1.ebuild:
+  sparc stable
 
   22 May 2010; Raúl Porcel <armin76@gentoo.org> feedparser-4.1.ebuild:
   Add ~arm



1.17                 dev-python/feedparser/feedparser-4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?r1=1.16&r2=1.17

Index: feedparser-4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- feedparser-4.1.ebuild	22 May 2010 16:17:09 -0000	1.16
+++ feedparser-4.1.ebuild	14 Aug 2010 17:38:01 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.16 2010/05/22 16:17:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.17 2010/08/14 17:38:01 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="PYTHON"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/unzip"






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

end of thread, other threads:[~2010-08-14 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 20:04 [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-4.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-14 17:38 Raul Porcel (armin76)
2010-05-22 16:17 Raul Porcel (armin76)
2009-10-10 16:56 Fabian Groffen (grobian)
2009-09-10  3:12 Arfrever Frehtes Taifersar Arahesis (arfrever)

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