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/pycountry: ChangeLog pycountry-0.11.ebuild
Date: Mon, 07 Sep 2009 21:03:46
Message-Id: E1MklNH-0007y7-R0@stork.gentoo.org
1 patrick 09/09/07 21:03:43
2
3 Modified: ChangeLog
4 Added: pycountry-0.11.ebuild
5 Log:
6 Bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/pycountry/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 15 Feb 2009 22:43:27 -0000 1.3
23 +++ ChangeLog 7 Sep 2009 21:03:43 -0000 1.4
24 @@ -1,6 +1,11 @@
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.3 2009/02/15 22:43:27 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.4 2009/09/07 21:03:43 patrick Exp $
29 +
30 +*pycountry-0.11 (07 Sep 2009)
31 +
32 + 07 Sep 2009; Patrick Lauer <patrick@g.o> +pycountry-0.11.ebuild:
33 + Bump
34
35 15 Feb 2009; Patrick Lauer <patrick@g.o> pycountry-0.10.ebuild:
36 Adding ~amd64 keyword
37
38
39
40 1.1 dev-python/pycountry/pycountry-0.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/pycountry-0.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycountry/pycountry-0.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pycountry-0.11.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.11.ebuild,v 1.1 2009/09/07 21:03:43 patrick Exp $
50
51 inherit distutils
52
53 DESCRIPTION="ISO country, subdivision, language, currency and script definitions
54 and their translations"
55 HOMEPAGE=" http://pypi.python.org/pypi/pycountry/"
56 SRC_URI="http://pypi.python.org/packages/source/p/pycountry/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND="dev-python/setuptools"
64 RDEPEND=""
65
66 src_install() {
67 distutils_src_install
68 dodoc CHANGES.txt TODO.txt
69 }