Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.7.ebuild ChangeLog PDL-2.4.6.ebuild PDL-2.4.4.ebuild
Date: Mon, 23 Aug 2010 13:35:28
Message-Id: 20100823133523.6F0392004E@flycatcher.gentoo.org
1 tove 10/08/23 13:35:23
2
3 Modified: PDL-2.4.7.ebuild ChangeLog PDL-2.4.6.ebuild
4 Removed: PDL-2.4.4.ebuild
5 Log:
6 Not parallel build safe (#300272). Cleanup
7
8 (Portage version: 2.2_rc68_p1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-perl/PDL/PDL-2.4.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?r1=1.1&r2=1.2
16
17 Index: PDL-2.4.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- PDL-2.4.7.ebuild 20 Aug 2010 21:15:48 -0000 1.1
24 +++ PDL-2.4.7.ebuild 23 Aug 2010 13:35:23 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.1 2010/08/20 21:15:48 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.2 2010/08/23 13:35:23 tove Exp $
30
31 EAPI=2
32
33 @@ -31,6 +31,8 @@
34
35 SRC_TEST="do"
36
37 +MAKEOPTS+=" -j1" #300272
38 +
39 src_prepare() {
40 epatch "${FILESDIR}/PDL-2.4.2-makemakerfix.patch"
41
42
43
44
45 1.94 dev-perl/PDL/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.94&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.94&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.93&r2=1.94
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
54 retrieving revision 1.93
55 retrieving revision 1.94
56 diff -u -r1.93 -r1.94
57 --- ChangeLog 20 Aug 2010 21:15:48 -0000 1.93
58 +++ ChangeLog 23 Aug 2010 13:35:23 -0000 1.94
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-perl/PDL
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.93 2010/08/20 21:15:48 robbat2 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.94 2010/08/23 13:35:23 tove Exp $
64 +
65 + 23 Aug 2010; Torsten Veller <tove@g.o> -PDL-2.4.4.ebuild,
66 + PDL-2.4.6.ebuild, PDL-2.4.7.ebuild:
67 + Not parallel build safe (#300272). Cleanup
68
69 *PDL-2.4.7 (20 Aug 2010)
70
71
72
73
74 1.2 dev-perl/PDL/PDL-2.4.6.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.6.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.6.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.6.ebuild?r1=1.1&r2=1.2
79
80 Index: PDL-2.4.6.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.6.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- PDL-2.4.6.ebuild 19 Feb 2010 09:08:43 -0000 1.1
87 +++ PDL-2.4.6.ebuild 23 Aug 2010 13:35:23 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2010 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.6.ebuild,v 1.1 2010/02/19 09:08:43 tove Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.6.ebuild,v 1.2 2010/08/23 13:35:23 tove Exp $
93
94 EAPI=2
95
96 @@ -30,6 +30,7 @@
97 mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* Release_Notes TODO"
98
99 SRC_TEST="do"
100 +MAKEOPTS+=" -j1" #300272
101
102 src_prepare() {
103 epatch "${FILESDIR}/PDL-2.4.2-makemakerfix.patch"