Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/intltool: ChangeLog intltool-0.37.1.ebuild
Date: Mon, 25 Feb 2008 07:54:24
Message-Id: E1JTYAH-0003ej-0V@stork.gentoo.org
1 leio 08/02/25 07:54:21
2
3 Modified: ChangeLog
4 Added: intltool-0.37.1.ebuild
5 Log:
6 Version bump, includes PolicyKit XML files support, more LINGUAS based filtering, C_ macro handling, bug fixes and more
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.104 dev-util/intltool/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intltool/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intltool/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intltool/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 27 Jul 2007 09:57:57 -0000 1.103
23 +++ ChangeLog 25 Feb 2008 07:54:20 -0000 1.104
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-util/intltool
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.103 2007/07/27 09:57:57 leio Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.104 2008/02/25 07:54:20 leio Exp $
30 +
31 +*intltool-0.37.1 (25 Feb 2008)
32 +
33 + 25 Feb 2008; Mart Raudsepp <leio@g.o> +intltool-0.37.1.ebuild:
34 + Version bump, includes PolicyKit XML files support, more LINGUAS based
35 + filtering, C_ macro handling, bug fixes and more
36
37 27 Jul 2007; Mart Raudsepp <leio@g.o> -intltool-0.35.0.ebuild,
38 -intltool-0.35.4.ebuild:
39
40
41
42 1.1 dev-util/intltool/intltool-0.37.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intltool/intltool-0.37.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/intltool/intltool-0.37.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: intltool-0.37.1.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/dev-util/intltool/intltool-0.37.1.ebuild,v 1.1 2008/02/25 07:54:20 leio Exp $
52
53 inherit gnome.org eutils
54
55 DESCRIPTION="Tools for extracting translatable strings from various sourcefiles"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
61 IUSE=""
62
63 DEPEND=">=dev-lang/perl-5.6
64 dev-perl/XML-Parser"
65 RDEPEND="${DEPEND}"
66
67 src_unpack() {
68 unpack ${A}
69 cd "${S}"
70
71 epatch "${FILESDIR}"/${PN}-0.35.5-update.patch
72 }
73
74
75 src_install() {
76 make DESTDIR="${D}" install || die "Installation failed"
77
78 dodoc AUTHORS ChangeLog NEWS README TODO doc/I18N-HOWTO
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list