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-visualization/qmatplot: qmatplot-0.4.2-r1.ebuild ChangeLog
Date: Sat, 19 Apr 2008 13:58:34
Message-Id: E1JnDaJ-0007Ly-JG@stork.gentoo.org
1 markusle 08/04/19 13:58:31
2
3 Modified: qmatplot-0.4.2-r1.ebuild ChangeLog
4 Log:
5 Added patch to make package compile again including gcc-4.3 (fixes bug #205223).
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.2 sci-visualization/qmatplot/qmatplot-0.4.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qmatplot/qmatplot-0.4.2-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qmatplot/qmatplot-0.4.2-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qmatplot/qmatplot-0.4.2-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: qmatplot-0.4.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qmatplot/qmatplot-0.4.2-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qmatplot-0.4.2-r1.ebuild 29 Jan 2006 20:13:57 -0000 1.1
22 +++ qmatplot-0.4.2-r1.ebuild 19 Apr 2008 13:58:31 -0000 1.2
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/sci-visualization/qmatplot/qmatplot-0.4.2-r1.ebuild,v 1.1 2006/01/29 20:13:57 cryos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qmatplot/qmatplot-0.4.2-r1.ebuild,v 1.2 2008/04/19 13:58:31 markusle Exp $
29
30 inherit eutils
31
32 @@ -19,9 +19,10 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 - epatch ${FILESDIR}/${P}-gentoo.patch
38 - epatch ${FILESDIR}/${P}-gcc34.patch
39 + cd "${S}"
40 + epatch "${FILESDIR}"/${P}-gentoo.patch
41 + epatch "${FILESDIR}"/${P}-gcc34.patch
42 + epatch "${FILESDIR}"/${P}-gcc-4.patch
43 }
44
45 src_compile() {
46 @@ -31,6 +32,6 @@
47 }
48
49 src_install() {
50 - make QSETTINGSDIR="${D}/${QTDIR}/etc/settings/" DESTDIR="${D}" install || die "install failed"
51 + make QSETTINGSDIR="${QTDIR}/etc/settings/" DESTDIR="${D}" install || die "install failed"
52 dodoc ChangeLog AUTHORS
53 }
54
55
56
57 1.4 sci-visualization/qmatplot/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qmatplot/ChangeLog?rev=1.4&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qmatplot/ChangeLog?rev=1.4&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qmatplot/ChangeLog?r1=1.3&r2=1.4
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qmatplot/ChangeLog,v
66 retrieving revision 1.3
67 retrieving revision 1.4
68 diff -u -r1.3 -r1.4
69 --- ChangeLog 22 Feb 2007 01:10:59 -0000 1.3
70 +++ ChangeLog 19 Apr 2008 13:58:31 -0000 1.4
71 @@ -1,6 +1,12 @@
72 # ChangeLog for sci-visualization/qmatplot
73 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qmatplot/ChangeLog,v 1.3 2007/02/22 01:10:59 jokey Exp $
75 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qmatplot/ChangeLog,v 1.4 2008/04/19 13:58:31 markusle Exp $
77 +
78 + 19 Apr 2008; Markus Dittrich <markusle@g.o>
79 + +files/qmatplot-0.4.2-gcc-4.patch, qmatplot-0.4.2-r1.ebuild:
80 + Added patch to make package compile again including gcc-4.3 (fixes
81 + bug #205223). Thanks much to Martin Väth
82 + <vaeth@××××××××××××××××××××××××.de> for his patches.
83
84 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
85 Redigest for Manifest2
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list