Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/yacas: ChangeLog yacas-1.2.2.ebuild yacas-1.1.0.ebuild
Date: Sat, 19 Apr 2008 09:49:40
Message-Id: E1Jn9hR-0005t7-US@stork.gentoo.org
1 bicatali 08/04/19 09:49:37
2
3 Modified: ChangeLog yacas-1.2.2.ebuild
4 Removed: yacas-1.1.0.ebuild
5 Log:
6 Fixed for gcc-4.3, thanks Martin Väth for his patch (bug #218333)
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.20 sci-mathematics/yacas/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 13 Dec 2007 11:31:32 -0000 1.19
23 +++ ChangeLog 19 Apr 2008 09:49:37 -0000 1.20
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/yacas
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.19 2007/12/13 11:31:32 markusle Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.20 2008/04/19 09:49:37 bicatali Exp $
30 +
31 + 19 Apr 2008; Sébastien Fabbro <bicatali@g.o>
32 + +files/yacas-1.2.2-gcc43.patch, yacas-1.2.2.ebuild:
33 + Fixed for gcc-4.3, thanks Martin Väth for his patch (bug #218333)
34
35 13 Dec 2007; Markus Dittrich <markusle@g.o> yacas-1.0.61.ebuild,
36 yacas-1.0.63.ebuild:
37
38
39
40 1.2 sci-mathematics/yacas/yacas-1.2.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?r1=1.1&r2=1.2
45
46 Index: yacas-1.2.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- yacas-1.2.2.ebuild 7 Nov 2007 23:26:11 -0000 1.1
53 +++ yacas-1.2.2.ebuild 19 Apr 2008 09:49:37 -0000 1.2
54 @@ -1,6 +1,8 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.1 2007/11/07 23:26:11 bicatali Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.2 2008/04/19 09:49:37 bicatali Exp $
60 +
61 +inherit eutils java
62
63 DESCRIPTION="Powerful general purpose computer algebra system"
64 HOMEPAGE="http://yacas.sourceforge.net/"
65 @@ -14,6 +16,12 @@
66
67 DEPEND="java? ( virtual/jdk )"
68
69 +src_unpack() {
70 + unpack ${A}
71 + cd "${S}"
72 + epatch "${FILESDIR}"/${P}-gcc43.patch
73 +}
74 +
75 src_compile() {
76 econf \
77 $(use_enable doc html-doc) \
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list