Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: gtkmathview-0.8.0-r2.ebuild ChangeLog
Date: Sun, 29 Sep 2013 09:04:30
Message-Id: 20130929090422.F29A32004C@flycatcher.gentoo.org
1 pacho 13/09/29 09:04:22
2
3 Modified: gtkmathview-0.8.0-r2.ebuild ChangeLog
4 Log:
5 Fix compile with latest automake (#469406)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.13 x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.12&r2=1.13
15
16 Index: gtkmathview-0.8.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- gtkmathview-0.8.0-r2.ebuild 19 Dec 2012 16:46:43 -0000 1.12
23 +++ gtkmathview-0.8.0-r2.ebuild 29 Sep 2013 09:04:22 -0000 1.13
24 @@ -1,9 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.12 2012/12/19 16:46:43 tetromino Exp $
29 -
30 -EAPI="4"
31 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.13 2013/09/29 09:04:22 pacho Exp $
32
33 +EAPI=5
34 inherit autotools eutils
35
36 DESCRIPTION="Rendering engine for MathML documents"
37 @@ -29,9 +28,7 @@
38 dev-libs/libxslt
39 virtual/pkgconfig"
40
41 -pkg_setup() {
42 - DOCS="ANNOUNCEMENT AUTHORS BUGS ChangeLog CONTRIBUTORS HISTORY NEWS README TODO"
43 -}
44 +DOCS="ANNOUNCEMENT AUTHORS BUGS ChangeLog CONTRIBUTORS HISTORY NEWS README TODO"
45
46 src_prepare() {
47 epatch "${FILESDIR}"/${P}-gcc43.patch \
48 @@ -52,6 +49,8 @@
49 cp "${FILESDIR}/binreloc.m4" ac-helpers || die "cp failed"
50 fi
51
52 + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
53 +
54 AT_M4DIR=ac-helpers eautoreconf
55 }
56
57 @@ -75,5 +74,5 @@
58
59 src_install() {
60 default
61 - find "${D}" -name '*.la' -exec rm -f {} +
62 + prune_libtool_files
63 }
64
65
66
67 1.59 x11-libs/gtkmathview/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.59&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.59&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.58&r2=1.59
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
76 retrieving revision 1.58
77 retrieving revision 1.59
78 diff -u -r1.58 -r1.59
79 --- ChangeLog 30 Mar 2013 17:18:44 -0000 1.58
80 +++ ChangeLog 29 Sep 2013 09:04:22 -0000 1.59
81 @@ -1,6 +1,9 @@
82 # ChangeLog for x11-libs/gtkmathview
83 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.58 2013/03/30 17:18:44 eva Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.59 2013/09/29 09:04:22 pacho Exp $
86 +
87 + 29 Sep 2013; Pacho Ramos <pacho@g.o> gtkmathview-0.8.0-r2.ebuild:
88 + Fix compile with latest automake (#469406)
89
90 30 Mar 2013; Gilles Dartiguelongue <eva@g.o>
91 -gtkmathview-0.8.0.ebuild, -gtkmathview-0.8.0-r1.ebuild: