Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pinfo: ChangeLog pinfo-0.6.10-r4.ebuild
Date: Sun, 08 Jun 2014 23:21:38
Message-Id: 20140608232134.DF0412004E@flycatcher.gentoo.org
1 jer 14/06/08 23:21:34
2
3 Modified: ChangeLog pinfo-0.6.10-r4.ebuild
4 Log:
5 Add gettext-0.19 compatibility patch by zimous (bug #512764).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.78 app-text/pinfo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.78&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.78&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?r1=1.77&r2=1.78
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v
19 retrieving revision 1.77
20 retrieving revision 1.78
21 diff -u -r1.77 -r1.78
22 --- ChangeLog 13 Apr 2013 16:42:27 -0000 1.77
23 +++ ChangeLog 8 Jun 2014 23:21:34 -0000 1.78
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/pinfo
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.77 2013/04/13 16:42:27 jer Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.78 2014/06/08 23:21:34 jer Exp $
30 +
31 + 08 Jun 2014; Jeroen Roovers <jer@g.o> pinfo-0.6.10-r4.ebuild,
32 + +files/pinfo-0.6.10-gettext-0.19.patch:
33 + Add gettext-0.19 compatibility patch by zimous (bug #512764).
34
35 13 Apr 2013; Jeroen Roovers <jer@g.o> -pinfo-0.6.10-r3.ebuild:
36 Old.
37
38
39
40 1.11 app-text/pinfo/pinfo-0.6.10-r4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild?r1=1.10&r2=1.11
45
46 Index: pinfo-0.6.10-r4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- pinfo-0.6.10-r4.ebuild 13 Apr 2013 07:34:17 -0000 1.10
53 +++ pinfo-0.6.10-r4.ebuild 8 Jun 2014 23:21:34 -0000 1.11
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v 1.10 2013/04/13 07:34:17 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v 1.11 2014/06/08 23:21:34 jer Exp $
60
61 EAPI=5
62 inherit eutils flag-o-matic
63 @@ -35,7 +35,8 @@
64 "${FILESDIR}"/${PN}-0.6.10-version.patch \
65 "${FILESDIR}"/${PN}-0.6.10-info-suffix.patch \
66 "${FILESDIR}"/${PN}-0.6.10-dir-file.patch \
67 - "${FILESDIR}"/${PN}-0.6.10-tinfo.patch
68 + "${FILESDIR}"/${PN}-0.6.10-tinfo.patch \
69 + "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
70
71 # autoconf does not work as expected
72 ./autogen.sh || die