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/ginac: ginac-1.4.1.ebuild ginac-1.3.7.ebuild ChangeLog
Date: Tue, 01 Apr 2008 14:45:15
Message-Id: E1Jghjc-0000Nv-6K@stork.gentoo.org
1 markusle 08/04/01 14:45:12
2
3 Modified: ginac-1.4.1.ebuild ginac-1.3.7.ebuild ChangeLog
4 Log:
5 Fixed compile issues with gcc-4.3 (see bug #215570).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sci-mathematics/ginac/ginac-1.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild?r1=1.1&r2=1.2
14
15 Index: ginac-1.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ginac-1.4.1.ebuild 11 Jan 2008 09:54:10 -0000 1.1
22 +++ ginac-1.4.1.ebuild 1 Apr 2008 14:45:11 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild,v 1.1 2008/01/11 09:54:10 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild,v 1.2 2008/04/01 14:45:11 markusle Exp $
28 +
29 +inherit eutils
30
31 DESCRIPTION="C++ library and tools for symbolic calculations"
32 SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${P}.tar.bz2"
33 @@ -16,6 +18,12 @@
34 dev-util/pkgconfig
35 doc? ( app-doc/doxygen media-gfx/transfig virtual/latex-base )"
36
37 +src_unpack() {
38 + unpack ${A}
39 + cd "${S}"
40 + epatch "${FILESDIR}"/${P}-gcc4.3.patch
41 +}
42 +
43 src_compile() {
44 econf \
45 --docdir=/usr/share/doc/${PF} \
46
47
48
49 1.5 sci-mathematics/ginac/ginac-1.3.7.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild?r1=1.4&r2=1.5
54
55 Index: ginac-1.3.7.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- ginac-1.3.7.ebuild 23 Oct 2007 19:22:17 -0000 1.4
62 +++ ginac-1.3.7.ebuild 1 Apr 2008 14:45:11 -0000 1.5
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2007 Gentoo Foundation
65 +# Copyright 1999-2008 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild,v 1.4 2007/10/23 19:22:17 welp Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.3.7.ebuild,v 1.5 2008/04/01 14:45:11 markusle Exp $
69
70 inherit eutils
71
72
73
74
75 1.17 sci-mathematics/ginac/ChangeLog
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.17&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.17&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?r1=1.16&r2=1.17
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v
84 retrieving revision 1.16
85 retrieving revision 1.17
86 diff -u -r1.16 -r1.17
87 --- ChangeLog 11 Jan 2008 09:54:10 -0000 1.16
88 +++ ChangeLog 1 Apr 2008 14:45:11 -0000 1.17
89 @@ -1,6 +1,11 @@
90 # ChangeLog for sci-mathematics/ginac
91 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.16 2008/01/11 09:54:10 bicatali Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.17 2008/04/01 14:45:11 markusle Exp $
94 +
95 + 01 Apr 2008; Markus Dittrich <markusle@g.o>
96 + +files/ginac-1.4.1-gcc4.3.patch, ginac-1.4.1.ebuild:
97 + Fixed compile issues with gcc-4.3 (see bug #215570). Thanks much to
98 + <spasswolf@×××.de> for his patch.
99
100 *ginac-1.4.1 (11 Jan 2008)
101
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list