Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/texi2html: texi2html-5.0-r1.ebuild ChangeLog
Date: Thu, 05 Apr 2012 17:43:12
Message-Id: 20120405174258.09C5D2004B@flycatcher.gentoo.org
1 ssuominen 12/04/05 17:42:58
2
3 Modified: texi2html-5.0-r1.ebuild ChangeLog
4 Log:
5 Raise dev-perl/libintl-perl to >= 1.200 wrt #410787 by Jeroen Roovers
6
7 (Portage version: 2.2.0_alpha98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-text/texi2html/texi2html-5.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: texi2html-5.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- texi2html-5.0-r1.ebuild 21 Mar 2012 20:40:04 -0000 1.2
23 +++ texi2html-5.0-r1.ebuild 5 Apr 2012 17:42:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.2 2012/03/21 20:40:04 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.3 2012/04/05 17:42:57 ssuominen Exp $
29
30 EAPI=4
31
32 @@ -14,7 +14,7 @@
33 IUSE="unicode"
34
35 RDEPEND=">=dev-lang/perl-5.10.1
36 - dev-perl/libintl-perl
37 + >=dev-perl/libintl-perl-1.200
38 unicode? (
39 dev-perl/Text-Unidecode
40 dev-perl/Unicode-EastAsianWidth
41
42
43
44 1.56 app-text/texi2html/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.56&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.56&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.55&r2=1.56
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
53 retrieving revision 1.55
54 retrieving revision 1.56
55 diff -u -r1.55 -r1.56
56 --- ChangeLog 21 Mar 2012 20:40:04 -0000 1.55
57 +++ ChangeLog 5 Apr 2012 17:42:57 -0000 1.56
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-text/texi2html
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.55 2012/03/21 20:40:04 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.56 2012/04/05 17:42:57 ssuominen Exp $
63 +
64 + 05 Apr 2012; Samuli Suominen <ssuominen@g.o> texi2html-5.0-r1.ebuild:
65 + Raise dev-perl/libintl-perl to >= 1.200 wrt #410787 by Jeroen Roovers
66
67 21 Mar 2012; Jeroen Roovers <jer@g.o> texi2html-5.0-r1.ebuild:
68 Marked ~hppa (bug #408399).