Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/mira: mira-3.0.0.ebuild ChangeLog
Date: Thu, 25 Feb 2010 19:00:09
Message-Id: E1NkiwP-0006xj-QL@stork.gentoo.org
1 ssuominen 10/02/25 19:00:05
2
3 Modified: mira-3.0.0.ebuild ChangeLog
4 Log:
5 Fix ax_lib_expat.m4 macro to not use LDFLAGS for passing libraries wrt #305547 by Kacper Kowalik.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sci-biology/mira/mira-3.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mira/mira-3.0.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mira/mira-3.0.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mira/mira-3.0.0.ebuild?r1=1.3&r2=1.4
14
15 Index: mira-3.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.0.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- mira-3.0.0.ebuild 3 Feb 2010 15:57:25 -0000 1.3
22 +++ mira-3.0.0.ebuild 25 Feb 2010 19:00:05 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.0.0.ebuild,v 1.3 2010/02/03 15:57:25 weaver Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.0.0.ebuild,v 1.4 2010/02/25 19:00:05 ssuominen Exp $
28
29 EAPI="2"
30
31 @@ -26,6 +26,7 @@
32
33 src_prepare() {
34 find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 's/flex++/flex -+/' || die
35 + epatch "${FILESDIR}"/${P}-asneeded.patch
36 AT_M4DIR="config/m4" eautoreconf
37 }
38
39
40
41
42 1.4 sci-biology/mira/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mira/ChangeLog?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mira/ChangeLog?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/mira/ChangeLog?r1=1.3&r2=1.4
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- ChangeLog 3 Feb 2010 15:57:25 -0000 1.3
55 +++ ChangeLog 25 Feb 2010 19:00:05 -0000 1.4
56 @@ -1,6 +1,11 @@
57 # ChangeLog for sci-biology/mira
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.3 2010/02/03 15:57:25 weaver Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.4 2010/02/25 19:00:05 ssuominen Exp $
61 +
62 + 25 Feb 2010; Samuli Suominen <ssuominen@g.o> mira-3.0.0.ebuild,
63 + +files/mira-3.0.0-asneeded.patch:
64 + Fix ax_lib_expat.m4 macro to not use LDFLAGS for passing libraries wrt
65 + #305547 by Kacper Kowalik.
66
67 03 Feb 2010; Andrey Kislyuk <weaver@g.o> mira-3.0.0.ebuild:
68 add eautoreconf