Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/flam3: flam3-9999.ebuild flam3-3.0.1.ebuild ChangeLog
Date: Thu, 02 May 2013 03:25:33
Message-Id: 20130502032525.08CF72171D@flycatcher.gentoo.org
1 patrick 13/05/02 03:25:24
2
3 Modified: flam3-9999.ebuild flam3-3.0.1.ebuild ChangeLog
4 Log:
5 Automake 1.13 fix #468134
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 media-gfx/flam3/flam3-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: flam3-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- flam3-9999.ebuild 26 Feb 2011 17:10:21 -0000 1.2
23 +++ flam3-9999.ebuild 2 May 2013 03:25:24 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 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/media-gfx/flam3/flam3-9999.ebuild,v 1.2 2011/02/26 17:10:21 signals Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-9999.ebuild,v 1.3 2013/05/02 03:25:24 patrick Exp $
30
31 EAPI=2
32
33 @@ -24,6 +24,7 @@
34
35 src_prepare() {
36 mkdir m4
37 + sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
38 eautoreconf
39 }
40
41
42
43
44 1.4 media-gfx/flam3/flam3-3.0.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-3.0.1.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-3.0.1.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-3.0.1.ebuild?r1=1.3&r2=1.4
49
50 Index: flam3-3.0.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-3.0.1.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- flam3-3.0.1.ebuild 8 Oct 2011 16:51:53 -0000 1.3
57 +++ flam3-3.0.1.ebuild 2 May 2013 03:25:24 -0000 1.4
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2011 Gentoo Foundation
60 +# Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-3.0.1.ebuild,v 1.3 2011/10/08 16:51:53 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-3.0.1.ebuild,v 1.4 2013/05/02 03:25:24 patrick Exp $
64
65 EAPI=4
66 inherit autotools eutils
67 @@ -26,6 +26,7 @@
68
69 src_prepare() {
70 epatch "${FILESDIR}"/${P}-libpng15.patch
71 + sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
72 eautoreconf
73 }
74
75
76
77
78 1.15 media-gfx/flam3/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/ChangeLog?rev=1.15&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/ChangeLog?rev=1.15&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/ChangeLog?r1=1.14&r2=1.15
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-gfx/flam3/ChangeLog,v
87 retrieving revision 1.14
88 retrieving revision 1.15
89 diff -u -r1.14 -r1.15
90 --- ChangeLog 23 Oct 2011 19:55:10 -0000 1.14
91 +++ ChangeLog 2 May 2013 03:25:24 -0000 1.15
92 @@ -1,6 +1,10 @@
93 # ChangeLog for media-gfx/flam3
94 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/ChangeLog,v 1.14 2011/10/23 19:55:10 ssuominen Exp $
96 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/ChangeLog,v 1.15 2013/05/02 03:25:24 patrick Exp $
98 +
99 + 02 May 2013; Patrick Lauer <patrick@g.o> flam3-3.0.1.ebuild,
100 + flam3-9999.ebuild:
101 + Automake 1.13 fix #468134
102
103 23 Oct 2011; Samuli Suominen <ssuominen@g.o> -flam3-2.7.18-r1.ebuild,
104 -flam3-3.0.ebuild:
105 @@ -77,4 +81,3 @@
106 11 Sep 2008; David Bitseff (useer) <dbitsef@××××××.net>
107 +flam3-2.7.16.ebuild, +metadata.xml:
108 New ebuild for bug #237107
109 -