Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: ChangeLog texinfo-4.13-r2.ebuild
Date: Sun, 03 Mar 2013 14:58:01
Message-Id: 20130303145757.A46602171D@flycatcher.gentoo.org
1 ssuominen 13/03/03 14:57:57
2
3 Modified: ChangeLog texinfo-4.13-r2.ebuild
4 Log:
5 Check for -ltinfo before -lncurses wrt #457556 by Travis Hansen
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.117 sys-apps/texinfo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.117&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.117&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.116&r2=1.117
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
19 retrieving revision 1.116
20 retrieving revision 1.117
21 diff -u -r1.116 -r1.117
22 --- ChangeLog 24 May 2012 02:02:37 -0000 1.116
23 +++ ChangeLog 3 Mar 2013 14:57:57 -0000 1.117
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-apps/texinfo
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.116 2012/05/24 02:02:37 flameeyes Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.117 2013/03/03 14:57:57 ssuominen Exp $
30 +
31 + 03 Mar 2013; Samuli Suominen <ssuominen@g.o> texinfo-4.13-r2.ebuild,
32 + +files/texinfo-4.13-tinfo.patch:
33 + Check for -ltinfo before -lncurses wrt #457556 by Travis Hansen
34
35 *texinfo-4.13-r2 (24 May 2012)
36
37
38
39
40 1.2 sys-apps/texinfo/texinfo-4.13-r2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild?r1=1.1&r2=1.2
45
46 Index: texinfo-4.13-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- texinfo-4.13-r2.ebuild 24 May 2012 02:02:37 -0000 1.1
53 +++ texinfo-4.13-r2.ebuild 3 Mar 2013 14:57:57 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 +# Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.1 2012/05/24 02:02:37 flameeyes Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.2 2013/03/03 14:57:57 ssuominen Exp $
60
61 EAPI="2"
62
63 @@ -31,6 +31,7 @@
64 # waiting to be sent upstream for my copyright assignment form to be
65 # ready - Flameeyes
66 epatch "${FILESDIR}"/${P}-docbook.patch
67 + epatch "${FILESDIR}"/${P}-tinfo.patch #457556
68 }
69
70 src_configure() {