Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/iso-codes: ChangeLog iso-codes-3.11.1.ebuild iso-codes-3.9.ebuild
Date: Sun, 01 Nov 2009 19:39:36
Message-Id: E1N4gGy-0004D6-9Q@stork.gentoo.org
1 eva 09/11/01 19:39:32
2
3 Modified: ChangeLog
4 Added: iso-codes-3.11.1.ebuild
5 Removed: iso-codes-3.9.ebuild
6 Log:
7 Version bump. Translation updates.
8 (Portage version: 2.2_rc46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.77 app-text/iso-codes/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.77&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.77&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?r1=1.76&r2=1.77
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v
20 retrieving revision 1.76
21 retrieving revision 1.77
22 diff -u -r1.76 -r1.77
23 --- ChangeLog 31 Aug 2009 21:17:45 -0000 1.76
24 +++ ChangeLog 1 Nov 2009 19:39:31 -0000 1.77
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/iso-codes
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.76 2009/08/31 21:17:45 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.77 2009/11/01 19:39:31 eva Exp $
30 +
31 +*iso-codes-3.11.1 (01 Nov 2009)
32 +
33 + 01 Nov 2009; Gilles Dartiguelongue <eva@g.o> -iso-codes-3.9.ebuild,
34 + +iso-codes-3.11.1.ebuild:
35 + Version bump. Translation updates.
36
37 *iso-codes-3.10 (31 Aug 2009)
38
39
40
41
42 1.1 app-text/iso-codes/iso-codes-3.11.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.11.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.11.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: iso-codes-3.11.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.11.1.ebuild,v 1.1 2009/11/01 19:39:31 eva Exp $
52
53 EAPI="2"
54
55 DESCRIPTION="Provides the list of country and language names"
56 HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/"
57 SRC_URI="ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${P}.tar.bz2"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 RDEPEND=""
65 DEPEND="sys-devel/gettext
66 || (
67 >=dev-lang/python-2.3[-build,xml]
68 dev-python/pyxml )"
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "Installation failed"
72
73 dodoc ChangeLog README TODO || die "dodoc failed"
74 }