Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libmath++: libmath++-0.0.4.ebuild ChangeLog
Date: Sun, 20 Apr 2008 21:51:06
Message-Id: E1JnhR8-0001Js-U3@stork.gentoo.org
1 flameeyes 08/04/20 21:51:02
2
3 Modified: libmath++-0.0.4.ebuild ChangeLog
4 Log:
5 Run eautoreconf in src_unpack phase, bug #207479.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.10 sys-libs/libmath++/libmath++-0.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild?r1=1.9&r2=1.10
14
15 Index: libmath++-0.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- libmath++-0.0.4.ebuild 21 Nov 2006 20:49:42 -0000 1.9
22 +++ libmath++-0.0.4.ebuild 20 Apr 2008 21:51:02 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v 1.9 2006/11/21 20:49:42 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v 1.10 2008/04/20 21:51:02 flameeyes Exp $
29
30 WANT_AUTOMAKE="latest"
31 WANT_AUTOCONF="latest"
32 @@ -19,9 +19,14 @@
33 DEPEND="doc? ( app-doc/doxygen )"
34 RDEPEND=""
35
36 -src_compile() {
37 +src_unpack() {
38 + unpack ${A}
39 + cd "${S}"
40 +
41 eautoreconf
42 +}
43
44 +src_compile() {
45 econf || die "configure failed"
46 emake || die "make filed"
47
48
49
50
51 1.13 sys-libs/libmath++/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libmath++/ChangeLog?rev=1.13&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libmath++/ChangeLog?rev=1.13&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libmath++/ChangeLog?r1=1.12&r2=1.13
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libmath++/ChangeLog,v
60 retrieving revision 1.12
61 retrieving revision 1.13
62 diff -u -r1.12 -r1.13
63 --- ChangeLog 21 Nov 2006 20:49:42 -0000 1.12
64 +++ ChangeLog 20 Apr 2008 21:51:02 -0000 1.13
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sys-libs/libmath++
67 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/ChangeLog,v 1.12 2006/11/21 20:49:42 dev-zero Exp $
69 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/ChangeLog,v 1.13 2008/04/20 21:51:02 flameeyes Exp $
71 +
72 + 20 Apr 2008; Diego Pettenò <flameeyes@g.o> libmath++-0.0.4.ebuild:
73 + Run eautoreconf in src_unpack phase, bug #207479.
74
75 21 Nov 2006; Tiziano Müller <dev-zero@g.o> libmath++-0.0.4.ebuild:
76 Fixing automake/autoconf deps again, bug #154567
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list