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: iso-codes-3.10.ebuild ChangeLog iso-codes-3.6.ebuild iso-codes-3.3.ebuild
Date: Mon, 31 Aug 2009 16:08:54
Message-Id: E1MiEG1-0005s9-9i@stork.gentoo.org
1 eva 09/08/31 21:17:45
2
3 Modified: ChangeLog
4 Added: iso-codes-3.10.ebuild
5 Removed: iso-codes-3.6.ebuild iso-codes-3.3.ebuild
6 Log:
7 Version bump. Clean up old revisions.
8 (Portage version: 2.2_rc40/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.76 app-text/iso-codes/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.76&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.76&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?r1=1.75&r2=1.76
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v
20 retrieving revision 1.75
21 retrieving revision 1.76
22 diff -u -r1.75 -r1.76
23 --- ChangeLog 4 Jul 2009 18:33:08 -0000 1.75
24 +++ ChangeLog 31 Aug 2009 21:17:45 -0000 1.76
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.75 2009/07/04 18:33:08 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.76 2009/08/31 21:17:45 eva Exp $
30 +
31 +*iso-codes-3.10 (31 Aug 2009)
32 +
33 + 31 Aug 2009; Gilles Dartiguelongue <eva@g.o> -iso-codes-3.3.ebuild,
34 + -iso-codes-3.6.ebuild, +iso-codes-3.10.ebuild:
35 + Version bump. Clean up old revisions.
36
37 04 Jul 2009; Brent Baude <ranger@g.o> iso-codes-3.8.ebuild:
38 Marking iso-codes-3.8 ppc64 for bug 272502
39
40
41
42 1.1 app-text/iso-codes/iso-codes-3.10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: iso-codes-3.10.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.10.ebuild,v 1.1 2009/08/31 21:17:45 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
74 }