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.3.ebuild iso-codes-0.58.ebuild iso-codes-1.5.ebuild
Date: Mon, 06 Oct 2008 18:58:21
Message-Id: E1KmvHe-0007dW-3t@stork.gentoo.org
1 eva 08/10/06 18:58:18
2
3 Modified: ChangeLog
4 Added: iso-codes-3.3.ebuild
5 Removed: iso-codes-0.58.ebuild iso-codes-1.5.ebuild
6 Log:
7 Version bump to 3.3. old revisions clean up.
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8 i686)
9
10 Revision Changes Path
11 1.50 app-text/iso-codes/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.50&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.50&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?r1=1.49&r2=1.50
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v
20 retrieving revision 1.49
21 retrieving revision 1.50
22 diff -u -r1.49 -r1.50
23 --- ChangeLog 26 Sep 2008 15:16:09 -0000 1.49
24 +++ ChangeLog 6 Oct 2008 18:58:17 -0000 1.50
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/iso-codes
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.49 2008/09/26 15:16:09 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.50 2008/10/06 18:58:17 eva Exp $
30 +
31 +*iso-codes-3.3 (06 Oct 2008)
32 +
33 + 06 Oct 2008; Gilles Dartiguelongue <eva@g.o>
34 + -iso-codes-0.58.ebuild, -iso-codes-1.5.ebuild, +iso-codes-3.3.ebuild:
35 + Version bump to 3.3.
36
37 26 Sep 2008; Jeroen Roovers <jer@g.o> iso-codes-3.2.ebuild:
38 Stable for HPPA (bug #238185).
39
40
41
42 1.1 app-text/iso-codes/iso-codes-3.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: iso-codes-3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.3.ebuild,v 1.1 2008/10/06 18:58:17 eva Exp $
52
53 WANT_AUTOMAKE="latest"
54
55 inherit eutils autotools
56
57 DESCRIPTION="Provides the list of country and language names"
58 HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/"
59 SRC_URI="ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${P}.tar.bz2"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND=""
67 DEPEND="sys-devel/gettext
68 >=dev-lang/python-2.3"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73
74 # fix install location for multilib machines
75 sed -i -e 's:(datadir)/pkgconfig:(libdir)/pkgconfig:g' Makefile.am
76
77 eautomake
78 }
79
80 src_compile() {
81 econf || die "configure failed"
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "Installation failed"
86
87 dodoc ChangeLog README TODO
88 }