Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] New intltool in gentoo-x86 (was: Re: [gentoo-commits] gentoo-x86 commit in dev-util/intltool: ChangeLog intltool-0.50.0.ebuild)
Date: Sat, 03 Dec 2011 01:06:27
Message-Id: 4ED96D2D.7030304@gentoo.org
1 Notice new intltool. Compile tested some hundred+ packages here and
2 everything seems fine, but still... heads up
3
4 On 12/03/2011 02:26 AM, Samuli Suominen (ssuominen) wrote:
5 > ssuominen 11/12/03 00:26:01
6 >
7 > Modified: ChangeLog
8 > Added: intltool-0.50.0.ebuild
9 > Log:
10 > Version bump.
11 >
12 > (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
13 >
14 > Revision Changes Path
15 > 1.142 dev-util/intltool/ChangeLog
16 >
17 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intltool/ChangeLog?rev=1.142&view=markup
18 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intltool/ChangeLog?rev=1.142&content-type=text/plain
19 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intltool/ChangeLog?r1=1.141&r2=1.142
20 >
21 > Index: ChangeLog
22 > ===================================================================
23 > RCS file: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v
24 > retrieving revision 1.141
25 > retrieving revision 1.142
26 > diff -u -r1.141 -r1.142
27 > --- ChangeLog 7 Jul 2010 16:30:10 -0000 1.141
28 > +++ ChangeLog 3 Dec 2011 00:26:00 -0000 1.142
29 > @@ -1,6 +1,11 @@
30 > # ChangeLog for dev-util/intltool
31 > -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
32 > -# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.141 2010/07/07 16:30:10 ssuominen Exp $
33 > +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
34 > +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/ChangeLog,v 1.142 2011/12/03 00:26:00 ssuominen Exp $
35 > +
36 > +*intltool-0.50.0 (03 Dec 2011)
37 > +
38 > + 03 Dec 2011; Samuli Suominen<ssuominen@g.o> +intltool-0.50.0.ebuild:
39 > + Version bump.
40 >
41 > 07 Jul 2010; Samuli Suominen<ssuominen@g.o>
42 > intltool-0.41.1.ebuild:
43 >
44 >
45 >
46 > 1.1 dev-util/intltool/intltool-0.50.0.ebuild
47 >
48 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intltool/intltool-0.50.0.ebuild?rev=1.1&view=markup
49 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/intltool/intltool-0.50.0.ebuild?rev=1.1&content-type=text/plain
50 >
51 > Index: intltool-0.50.0.ebuild
52 > ===================================================================
53 > # Copyright 1999-2011 Gentoo Foundation
54 > # Distributed under the terms of the GNU General Public License v2
55 > # $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.50.0.ebuild,v 1.1 2011/12/03 00:26:00 ssuominen Exp $
56 >
57 > EAPI=4
58 >
59 > DESCRIPTION="Internationalization Tool Collection"
60 > HOMEPAGE="http://edge.launchpad.net/intltool/"
61 > SRC_URI="http://edge.launchpad.net/intltool/trunk/${PV}/+download/${P}.tar.gz"
62 >
63 > LICENSE="GPL-2"
64 > SLOT="0"
65 > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 > IUSE=""
67 >
68 > DEPEND=">=dev-lang/perl-5.8.1
69 > dev-perl/XML-Parser"
70 > RDEPEND="${DEPEND}
71 > sys-devel/gettext"
72 >
73 > DOCS=( AUTHORS README TODO doc/I18N-HOWTO )
74 >
75 >
76 >
77 >