Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygeocoder: pygeocoder-1.2.4.ebuild ChangeLog
Date: Sat, 03 May 2014 08:57:31
Message-Id: 20140503085728.1B68C2004C@flycatcher.gentoo.org
1 patrick 14/05/03 08:57:28
2
3 Modified: ChangeLog
4 Added: pygeocoder-1.2.4.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.5 dev-python/pygeocoder/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 21 Oct 2013 07:45:14 -0000 1.4
24 +++ ChangeLog 3 May 2014 08:57:27 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pygeocoder
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.4 2013/10/21 07:45:14 patrick Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.5 2014/05/03 08:57:27 patrick Exp $
31 +
32 +*pygeocoder-1.2.4 (03 May 2014)
33 +
34 + 03 May 2014; Patrick Lauer <patrick@g.o> +pygeocoder-1.2.4.ebuild:
35 + Bump
36
37 *pygeocoder-1.2.1 (21 Oct 2013)
38
39
40
41
42 1.1 dev-python/pygeocoder/pygeocoder-1.2.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pygeocoder-1.2.4.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.4.ebuild,v 1.1 2014/05/03 08:57:27 patrick Exp $
52
53 EAPI="5"
54
55 PYTHON_COMPAT=( python{2_6,2_7} )
56 inherit distutils-r1
57
58 DESCRIPTION="Python wrapper for Google Geocoding API V3"
59 HOMEPAGE="http://code.xster.net/pygeocoder/overview"
60 SRC_URI="http://code.xster.net/${PN}/downloads/${P}.tar.gz"
61
62 LICENSE="BSD"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""