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/pari: ChangeLog pari-2.3.2.ebuild
Date: Sat, 15 Sep 2007 12:46:09
Message-Id: E1IWWuz-0000EL-CY@stork.gentoo.org
1 markusle 07/09/15 12:38:37
2
3 Modified: ChangeLog pari-2.3.2.ebuild
4 Log:
5 Added fix to allow test routines to pass on sparc (see bug #141206).
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.44 sci-mathematics/pari/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 22 Jul 2007 06:59:26 -0000 1.43
22 +++ ChangeLog 15 Sep 2007 12:38:36 -0000 1.44
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-mathematics/pari
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.43 2007/07/22 06:59:26 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.44 2007/09/15 12:38:36 markusle Exp $
28 +
29 + 15 Sep 2007; Markus Dittrich <markusle@g.o> pari-2.3.2.ebuild:
30 + Added fix to allow test routines to pass on sparc (see bug #141206).
31 + Thanks much to <fmccor@g.o> for his patch.
32
33 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; pari-2.3.0.ebuild,
34 pari-2.3.2.ebuild:
35
36
37
38 1.3 sci-mathematics/pari/pari-2.3.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?r1=1.2&r2=1.3
43
44 Index: pari-2.3.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- pari-2.3.2.ebuild 22 Jul 2007 06:59:26 -0000 1.2
51 +++ pari-2.3.2.ebuild 15 Sep 2007 12:38:36 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.2 2007/07/22 06:59:26 dberkholz Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.3 2007/09/15 12:38:36 markusle Exp $
57
58 inherit eutils toolchain-funcs flag-o-matic
59
60 @@ -29,7 +29,7 @@
61 src_compile() {
62 # Special handling for sparc
63 local myhost
64 - [ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparc64-linux" \
65 + [ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparcv9-linux" \
66 || myhost="$(echo ${CHOST} | cut -f "1 3" -d '-')"
67 einfo "Building for ${myhost}"
68
69
70
71
72 --
73 gentoo-commits@g.o mailing list