Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyRSS2Gen: PyRSS2Gen-1.1.ebuild ChangeLog
Date: Tue, 30 Sep 2014 04:29:08
Message-Id: 20140930042903.01AC268AC@oystercatcher.gentoo.org
1 yngwin 14/09/30 04:29:02
2
3 Modified: ChangeLog
4 Added: PyRSS2Gen-1.1.ebuild
5 Log:
6 Non-maintainer commit: version bump requested in bug #505638 six months ago
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
9
10 Revision Changes Path
11 1.7 dev-python/PyRSS2Gen/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 31 Mar 2014 20:43:49 -0000 1.6
24 +++ ChangeLog 30 Sep 2014 04:29:02 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/PyRSS2Gen
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.6 2014/03/31 20:43:49 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.7 2014/09/30 04:29:02 yngwin Exp $
30 +
31 +*PyRSS2Gen-1.1 (30 Sep 2014)
32 +
33 + 30 Sep 2014; Ben de Groot <yngwin@g.o> +PyRSS2Gen-1.1.ebuild:
34 + Non-maintainer commit: version bump requested in bug #505638 six months ago
35
36 31 Mar 2014; Michał Górny <mgorny@g.o> PyRSS2Gen-1.0.0-r1.ebuild:
37 Add support for the new PyPy slotting.
38
39
40
41 1.1 dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PyRSS2Gen-1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild,v 1.1 2014/09/30 04:29:02 yngwin Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_{6,7},3_3} pypy pypy2_0 )
54
55 inherit distutils-r1
56
57 DESCRIPTION="RSS feed generator written in Python"
58 HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html http://pypi.python.org/pypi/PyRSS2Gen"
59 SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""