Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: ChangeLog feedparser-4.1.ebuild
Date: Thu, 10 Sep 2009 03:12:48
Message-Id: E1Mla5V-0001Ur-Jv@stork.gentoo.org
1 arfrever 09/09/10 03:12:45
2
3 Modified: ChangeLog feedparser-4.1.ebuild
4 Log:
5 Fix dependencies (bug #265936).
6 (Portage version: 14221-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 dev-python/feedparser/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 11 May 2008 16:45:55 -0000 1.15
22 +++ ChangeLog 10 Sep 2009 03:12:45 -0000 1.16
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/feedparser
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.15 2008/05/11 16:45:55 corsair Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.16 2009/09/10 03:12:45 arfrever Exp $
29 +
30 + 10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + feedparser-4.1.ebuild:
32 + Fix dependencies (bug #265936).
33
34 11 May 2008; Markus Rothe <corsair@g.o> feedparser-4.1.ebuild:
35 Stable on ppc64; bug #221147
36
37
38
39 1.13 dev-python/feedparser/feedparser-4.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild?r1=1.12&r2=1.13
44
45 Index: feedparser-4.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- feedparser-4.1.ebuild 11 May 2008 16:45:55 -0000 1.12
52 +++ feedparser-4.1.ebuild 10 Sep 2009 03:12:45 -0000 1.13
53 @@ -1,17 +1,22 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.12 2008/05/11 16:45:55 corsair Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.13 2009/09/10 03:12:45 arfrever Exp $
59 +
60 +EAPI="2"
61
62 inherit distutils
63
64 DESCRIPTION="Parse RSS and Atom feeds in Python"
65 HOMEPAGE="http://www.feedparser.org/"
66 SRC_URI="mirror://sourceforge/feedparser/${P}.zip"
67 +
68 LICENSE="PYTHON"
69 SLOT="0"
70 KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
71 IUSE=""
72 +
73 DEPEND="app-arch/unzip"
74 +RDEPEND=""
75
76 S=${WORKDIR}
77 DOCS="LICENSE"