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.2.ebuild
Date: Sun, 03 Aug 2008 21:29:28
Message-Id: E1KPl8n-0006E8-B4@stork.gentoo.org
1 eva 08/08/03 21:29:25
2
3 Modified: ChangeLog
4 Added: iso-codes-3.2.ebuild
5 Log:
6 bump to 3.2
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
8
9 Revision Changes Path
10 1.42 app-text/iso-codes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 19 Feb 2008 00:11:18 -0000 1.41
23 +++ ChangeLog 3 Aug 2008 21:29:24 -0000 1.42
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/iso-codes
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.41 2008/02/19 00:11:18 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.42 2008/08/03 21:29:24 eva Exp $
29 +
30 +*iso-codes-3.2 (03 Aug 2008)
31 +
32 + 03 Aug 2008; Gilles Dartiguelongue <eva@g.o> +iso-codes-3.2.ebuild:
33 + bump to 3.2
34
35 19 Feb 2008; Gilles Dartiguelongue <eva@g.o> iso-codes-0.58.ebuild,
36 iso-codes-1.5.ebuild:
37
38
39
40 1.1 app-text/iso-codes/iso-codes-3.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/iso-codes/iso-codes-3.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: iso-codes-3.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.2.ebuild,v 1.1 2008/08/03 21:29:24 eva Exp $
50
51 WANT_AUTOMAKE="latest"
52
53 inherit eutils autotools
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 >=dev-lang/python-2.3"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71
72 # fix install location for multilib machines
73 sed -i -e 's:(datadir)/pkgconfig:(libdir)/pkgconfig:g' Makefile.am
74
75 eautomake
76 }
77
78 src_compile() {
79 econf || die "configure failed"
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install || die "Installation failed"
84
85 dodoc ChangeLog README TODO
86 }