Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.3-r1.ebuild
Date: Tue, 11 Sep 2007 03:16:55
Message-Id: E1IUw8N-0005fu-0o@stork.gentoo.org
1 jer 07/09/11 03:09:51
2
3 Modified: ChangeLog PDL-2.4.3-r1.ebuild
4 Log:
5 Fix bug #180807. Stable for HPPA too.
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.74 dev-perl/PDL/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.74&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.74&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.73&r2=1.74
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
18 retrieving revision 1.73
19 retrieving revision 1.74
20 diff -u -r1.73 -r1.74
21 --- ChangeLog 9 Aug 2007 15:06:55 -0000 1.73
22 +++ ChangeLog 11 Sep 2007 03:09:50 -0000 1.74
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/PDL
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.73 2007/08/09 15:06:55 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.74 2007/09/11 03:09:50 jer Exp $
28 +
29 + 11 Sep 2007; Jeroen Roovers <jer@g.o> PDL-2.4.3-r1.ebuild:
30 + Fix bug #180807. Stable for HPPA too.
31
32 09 Aug 2007; Tobias Scherbaum <dertobi123@g.o> PDL-2.4.3-r1.ebuild:
33 Stable on ppc.
34
35
36
37 1.11 dev-perl/PDL/PDL-2.4.3-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?rev=1.11&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?rev=1.11&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?r1=1.10&r2=1.11
42
43 Index: PDL-2.4.3-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v
46 retrieving revision 1.10
47 retrieving revision 1.11
48 diff -u -r1.10 -r1.11
49 --- PDL-2.4.3-r1.ebuild 9 Aug 2007 15:06:55 -0000 1.10
50 +++ PDL-2.4.3-r1.ebuild 11 Sep 2007 03:09:50 -0000 1.11
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.10 2007/08/09 15:06:55 dertobi123 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.11 2007/09/11 03:09:50 jer Exp $
56
57 inherit perl-module eutils multilib
58
59 @@ -10,7 +10,7 @@
60
61 LICENSE="Artistic as-is"
62 SLOT="0"
63 -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc sh sparc x86"
64 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sh sparc x86"
65 IUSE="opengl badval gsl"
66
67 DEPEND=">=sys-libs/ncurses-5.2
68 @@ -45,7 +45,8 @@
69 fi
70
71 # Unconditional -fPIC for the lib (#55238)
72 - sed -i -e "s/mycompiler -c -o/mycompiler -fPIC -c -o/" ${S}/Lib/Slatec/Makefile.PL
73 + sed -i -e "s/mycompiler -c /mycompiler -fPIC -c /" \
74 + ${S}/Lib/Slatec/Makefile.PL || die "sed failed"
75 }
76
77 src_install() {
78
79
80
81 --
82 gentoo-commits@g.o mailing list