Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-fastimport: ChangeLog python-fastimport-0.9.2.ebuild python-fastimport-0.9.0.ebuild
Date: Wed, 04 Apr 2012 08:19:43
Message-Id: 20120404081931.4BD222004B@flycatcher.gentoo.org
1 tetromino 12/04/04 08:19:31
2
3 Modified: ChangeLog
4 Added: python-fastimport-0.9.2.ebuild
5 Removed: python-fastimport-0.9.0.ebuild
6 Log:
7 Version bump, improves timezone parsing. Drop old.
8
9 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 dev-python/python-fastimport/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-fastimport/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-fastimport/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-fastimport/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 17 Mar 2012 04:57:17 -0000 1.3
25 +++ ChangeLog 4 Apr 2012 08:19:31 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/python-fastimport
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.3 2012/03/17 04:57:17 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.4 2012/04/04 08:19:31 tetromino Exp $
31 +
32 +*python-fastimport-0.9.2 (04 Apr 2012)
33 +
34 + 04 Apr 2012; Alexandre Rostovtsev <tetromino@g.o>
35 + -python-fastimport-0.9.0.ebuild, +python-fastimport-0.9.2.ebuild:
36 + Version bump, improves timezone parsing. Drop old.
37
38 *python-fastimport-0.9.1 (17 Mar 2012)
39
40
41
42
43 1.1 dev-python/python-fastimport/python-fastimport-0.9.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-fastimport/python-fastimport-0.9.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-fastimport/python-fastimport-0.9.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: python-fastimport-0.9.2.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/python-fastimport-0.9.2.ebuild,v 1.1 2012/04/04 08:19:31 tetromino Exp $
53
54 EAPI="4"
55
56 PYTHON_DEPEND="2"
57
58 inherit distutils
59
60 DESCRIPTION="Library for parsing the fastimport VCS serialization format"
61 HOMEPAGE="https://launchpad.net/python-fastimport"
62 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=""
70 DEPEND=""
71
72 PYTHON_MODNAME="fastimport"
73
74 pkg_setup() {
75 python_set_active_version 2
76 python_pkg_setup
77 }