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/pycountry: pycountry-0.12.1.ebuild ChangeLog
Date: Wed, 28 Apr 2010 18:48:16
Message-Id: 20100428184811.45EF32C069@corvid.gentoo.org
1 arfrever 10/04/28 18:48:10
2
3 Modified: ChangeLog
4 Added: pycountry-0.12.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-python/pycountry/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 8 Sep 2009 02:54:35 -0000 1.5
23 +++ ChangeLog 28 Apr 2010 18:48:10 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/pycountry
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.5 2009/09/08 02:54:35 arfrever Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.6 2010/04/28 18:48:10 arfrever Exp $
30 +
31 +*pycountry-0.12.1 (28 Apr 2010)
32 +
33 + 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + -pycountry-0.11.ebuild, +pycountry-0.12.1.ebuild:
35 + Version bump.
36
37 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
38 pycountry-0.11.ebuild:
39
40
41
42 1.1 dev-python/pycountry/pycountry-0.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/pycountry-0.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/pycountry-0.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pycountry-0.12.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.12.1.ebuild,v 1.1 2010/04/28 18:48:10 arfrever Exp $
52
53 EAPI="3"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="ISO country, subdivision, language, currency and script definitions and their translations"
59 HOMEPAGE="http://pypi.python.org/pypi/pycountry"
60 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="dev-python/setuptools"
68 RDEPEND=""
69
70 DOCS="HISTORY.txt TODO.txt"