Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/qtoctave: ChangeLog qtoctave-0.8.1.ebuild
Date: Fri, 31 Jul 2009 13:12:57
Message-Id: E1MWruq-0004xa-1G@stork.gentoo.org
1 markusle 09/07/31 13:12:56
2
3 Modified: ChangeLog qtoctave-0.8.1.ebuild
4 Log:
5 Added gcc-4.4 compatibility patch (fixes bug #274039).
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sci-mathematics/qtoctave/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 20 Feb 2009 18:14:57 -0000 1.4
22 +++ ChangeLog 31 Jul 2009 13:12:55 -0000 1.5
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-mathematics/qtoctave
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.4 2009/02/20 18:14:57 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.5 2009/07/31 13:12:55 markusle Exp $
28 +
29 + 31 Jul 2009; Markus Dittrich <markusle@g.o> qtoctave-0.8.1.ebuild,
30 + +files/qtoctave-0.8.1-gcc4.4.patch:
31 + Added gcc-4.4 compatibility patch (fixes bug #274039).
32 + Thanks much to Naohiro Aota for providing the fix.
33
34 20 Feb 2009; Tomas Chvatal <scarabeus@g.o> qtoctave-0.8.1.ebuild:
35 Update ebuild to use cmake-utils eclass correctly.
36
37
38
39 1.4 sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild?r1=1.3&r2=1.4
44
45 Index: qtoctave-0.8.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- qtoctave-0.8.1.ebuild 20 Feb 2009 18:14:57 -0000 1.3
52 +++ qtoctave-0.8.1.ebuild 31 Jul 2009 13:12:55 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.3 2009/02/20 18:14:57 scarabeus Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.4 2009/07/31 13:12:55 markusle Exp $
58
59 EAPI="1"
60
61 @@ -24,6 +24,13 @@
62
63 S="${WORKDIR}"/${P}/${PN}
64
65 +
66 +src_unpack() {
67 + unpack ${A}
68 + cd "${S}"
69 + epatch "${FILESDIR}"/${P}-gcc4.4.patch
70 +}
71 +
72 src_compile() {
73 mycmakeargs="-DCMAKE_SKIP_RPATH:BOOL=YES"
74 cmake-utils_src_compile