Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/feedparser: feedparser-4.2_pre316.ebuild ChangeLog
Date: Thu, 25 Nov 2010 15:15:16
Message-Id: 20101125151510.4F27C20051@flycatcher.gentoo.org
1 sping 10/11/25 15:15:10
2
3 Modified: ChangeLog
4 Added: feedparser-4.2_pre316.ebuild
5 Log:
6 dev-python/feedparser: Bump to snapshot of revision 316 (current trunk)
7
8 (Portage version: 2.1.9.24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 dev-python/feedparser/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 14 Aug 2010 17:38:01 -0000 1.20
24 +++ ChangeLog 25 Nov 2010 15:15:10 -0000 1.21
25 @@ -1,6 +1,14 @@
26 # ChangeLog for dev-python/feedparser
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.20 2010/08/14 17:38:01 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.21 2010/11/25 15:15:10 sping Exp $
30 +
31 +*feedparser-4.2_pre316 (25 Nov 2010)
32 +
33 + 25 Nov 2010; Sebastian Pipping <sping@g.o>
34 + +feedparser-4.2_pre316.ebuild:
35 + Bump to snapshot of revision 316 (current trunk) to fix email subjects of
36 + rss2email. Except feedparser.py, all files in the snapshot are taken from the
37 + 4.1 release. Fix license from Python to BSD-2.
38
39 14 Aug 2010; Raúl Porcel <armin76@g.o> feedparser-4.1.ebuild:
40 sparc stable
41
42
43
44 1.1 dev-python/feedparser/feedparser-4.2_pre316.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.2_pre316.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/feedparser/feedparser-4.2_pre316.ebuild?rev=1.1&content-type=text/plain
48
49 Index: feedparser-4.2_pre316.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.2_pre316.ebuild,v 1.1 2010/11/25 15:15:10 sping Exp $
54
55 EAPI="2"
56
57 PYTHON_DEPEND="2"
58 SUPPORT_PYTHON_ABIS="1"
59 RESTRICT_PYTHON_ABIS="3.*"
60
61 inherit distutils
62
63 DESCRIPTION="Parse RSS and Atom feeds in Python"
64 HOMEPAGE="http://www.feedparser.org/"
65 SRC_URI="http://www.hartwork.org/public/${P}.zip"
66
67 LICENSE="BSD-2"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
70 IUSE=""
71
72 DEPEND="app-arch/unzip"
73 RDEPEND=""
74
75 S="${WORKDIR}"
76
77 PYTHON_MODNAME="feedparser.py"
78 DOCS="LICENSE"
79
80 src_install() {
81 distutils_src_install
82
83 insinto /usr/share/doc/${PF}
84 doins -r docs || die
85 }