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-r1.ebuild
Date: Mon, 26 Nov 2007 05:22:26
Message-Id: E1IwWQB-0000aM-Pi@stork.gentoo.org
1 markusle 07/11/26 05:22:15
2
3 Modified: ChangeLog pari-2.3.2-r1.ebuild
4 Log:
5 Added patch to enable proper testing and install phase on ppc (see bug #194265).
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.54 sci-mathematics/pari/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.54&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.54&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?r1=1.53&r2=1.54
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v
18 retrieving revision 1.53
19 retrieving revision 1.54
20 diff -u -r1.53 -r1.54
21 --- ChangeLog 16 Nov 2007 15:46:32 -0000 1.53
22 +++ ChangeLog 26 Nov 2007 05:22:15 -0000 1.54
23 @@ -1,6 +1,11 @@
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.53 2007/11/16 15:46:32 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.54 2007/11/26 05:22:15 markusle Exp $
28 +
29 + 26 Nov 2007; Markus Dittrich <markusle@g.o>
30 + +files/pari-2.3.2-ppc-powerpc-arch-fix.patch, pari-2.3.2-r1.ebuild:
31 + Added patch to enable proper testing and install phase on ppc
32 + (see bug #194265). Thanks much to <nixnut@g.o> for his patch.
33
34 16 Nov 2007; Markus Dittrich <markusle@g.o> pari-2.1.5-r4.ebuild,
35 pari-2.1.6.ebuild, pari-2.1.7.ebuild, pari-2.1.7-r1.ebuild,
36
37
38
39 1.5 sci-mathematics/pari/pari-2.3.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild?r1=1.4&r2=1.5
44
45 Index: pari-2.3.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- pari-2.3.2-r1.ebuild 16 Nov 2007 15:46:32 -0000 1.4
52 +++ pari-2.3.2-r1.ebuild 26 Nov 2007 05:22:15 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild,v 1.4 2007/11/16 15:46:32 markusle Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild,v 1.5 2007/11/26 05:22:15 markusle Exp $
58
59 inherit elisp-common eutils flag-o-matic multilib toolchain-funcs
60
61 @@ -23,7 +23,9 @@
62 unpack ${A}
63 cd "${S}"
64
65 - epatch "${FILESDIR}/${P}-strip.patch"
66 + epatch "${FILESDIR}/"${P}-strip.patch
67 + epatch "${FILESDIR}/"${P}-ppc-powerpc-arch-fix.patch
68 +
69
70 # disable default building of docs during install
71 sed -e "s:install-doc install-examples:install-examples:" \
72
73
74
75 --
76 gentoo-commits@g.o mailing list