Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/math-pari: math-pari-2.10.806.50.ebuild math-pari-2.01080604.ebuild ChangeLog
Date: Sat, 27 Jul 2013 17:53:32
Message-Id: 20130727175326.EF7672171C@flycatcher.gentoo.org
1 zlogene 13/07/27 17:53:26
2
3 Modified: math-pari-2.10.806.50.ebuild
4 math-pari-2.01080604.ebuild ChangeLog
5 Log:
6 Respect AR
7
8 (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.2 dev-perl/math-pari/math-pari-2.10.806.50.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild?r1=1.1&r2=1.2
16
17 Index: math-pari-2.10.806.50.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- math-pari-2.10.806.50.ebuild 30 Apr 2011 07:31:07 -0000 1.1
24 +++ math-pari-2.10.806.50.ebuild 27 Jul 2013 17:53:26 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild,v 1.1 2011/04/30 07:31:07 tove Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild,v 1.2 2013/07/27 17:53:26 zlogene Exp $
31
32 EAPI=4
33
34 @@ -8,7 +8,7 @@
35 MODULE_SECTION=modules
36 MODULE_VERSION=2.01080605
37 MY_PN=Math-Pari
38 -inherit perl-module
39 +inherit perl-module toolchain-funcs
40
41 PARI_VER=2.3.5
42
43 @@ -57,3 +57,7 @@
44
45 perl-module_src_configure
46 }
47 +
48 +src_compile() {
49 + emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
50 +}
51
52
53
54 1.6 dev-perl/math-pari/math-pari-2.01080604.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/math-pari-2.01080604.ebuild?rev=1.6&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/math-pari-2.01080604.ebuild?rev=1.6&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/math-pari-2.01080604.ebuild?r1=1.5&r2=1.6
59
60 Index: math-pari-2.01080604.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.01080604.ebuild,v
63 retrieving revision 1.5
64 retrieving revision 1.6
65 diff -u -r1.5 -r1.6
66 --- math-pari-2.01080604.ebuild 26 Jun 2010 17:10:47 -0000 1.5
67 +++ math-pari-2.01080604.ebuild 27 Jul 2013 17:53:26 -0000 1.6
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2010 Gentoo Foundation
70 +# Copyright 1999-2013 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.01080604.ebuild,v 1.5 2010/06/26 17:10:47 nixnut Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.01080604.ebuild,v 1.6 2013/07/27 17:53:26 zlogene Exp $
74
75 EAPI=2
76
77 @@ -8,7 +8,7 @@
78 MODULE_SECTION=modules
79 MY_PN=Math-Pari
80 MY_P=${MY_PN}-${PV}
81 -inherit perl-module
82 +inherit perl-module toolchain-funcs
83
84 PARI_VER=2.3.4
85
86 @@ -58,3 +58,7 @@
87
88 perl-module_src_configure
89 }
90 +
91 +src_compile() {
92 + emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
93 +}
94
95
96
97 1.71 dev-perl/math-pari/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/ChangeLog?rev=1.71&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/ChangeLog?rev=1.71&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/math-pari/ChangeLog?r1=1.70&r2=1.71
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v
106 retrieving revision 1.70
107 retrieving revision 1.71
108 diff -u -r1.70 -r1.71
109 --- ChangeLog 24 Jun 2012 13:00:22 -0000 1.70
110 +++ ChangeLog 27 Jul 2013 17:53:26 -0000 1.71
111 @@ -1,6 +1,10 @@
112 # ChangeLog for dev-perl/math-pari
113 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.70 2012/06/24 13:00:22 tove Exp $
115 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
116 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.71 2013/07/27 17:53:26 zlogene Exp $
117 +
118 + 27 Jul 2013; Mikle Kolyada <zlogene@g.o> math-pari-2.01080604.ebuild,
119 + math-pari-2.10.806.50.ebuild:
120 + Respect AR
121
122 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
123 Update CPAN upstream info