Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pari: pari-2.5.2.ebuild ChangeLog
Date: Sat, 29 Sep 2012 14:29:14
Message-Id: 20120929142859.746A321600@flycatcher.gentoo.org
1 grobian 12/09/29 14:28:59
2
3 Modified: pari-2.5.2.ebuild ChangeLog
4 Log:
5 Sed some more files for Prefix, bug #433379
6
7 (Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 sci-mathematics/pari/pari-2.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild?r1=1.1&r2=1.2
15
16 Index: pari-2.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pari-2.5.2.ebuild 9 Aug 2012 20:25:18 -0000 1.1
23 +++ pari-2.5.2.ebuild 29 Sep 2012 14:28:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild,v 1.1 2012/08/09 20:25:18 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.2.ebuild,v 1.2 2012/09/29 14:28:59 grobian Exp $
29
30 EAPI=4
31
32 @@ -62,7 +62,8 @@
33 -e 's:"acroread":"xdg-open":' \
34 doc/gphelp.in || die "Failed to fix doc dir"
35
36 - sed -i "s:/usr:${EPREFIX}/usr:g" config/get_X11 \
37 + sed -i "s:/\(usr\|lib64\):${EPREFIX}/\1:g" \
38 + config/get_{Qt,X11,include_path,libpth} \
39 || die "Failed to fix get_X11"
40
41 # usersch3.tex is generated
42
43
44
45 1.91 sci-mathematics/pari/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.91&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.91&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/ChangeLog?r1=1.90&r2=1.91
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v
54 retrieving revision 1.90
55 retrieving revision 1.91
56 diff -u -r1.90 -r1.91
57 --- ChangeLog 9 Aug 2012 20:25:18 -0000 1.90
58 +++ ChangeLog 29 Sep 2012 14:28:59 -0000 1.91
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-mathematics/pari
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.90 2012/08/09 20:25:18 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.91 2012/09/29 14:28:59 grobian Exp $
64 +
65 + 29 Sep 2012; Fabian Groffen <grobian@g.o> pari-2.5.2.ebuild:
66 + Sed some more files for Prefix, bug #433379
67
68 *pari-2.5.2 (09 Aug 2012)