Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/pgplot: pgplot-5.2.2-r2.ebuild ChangeLog
Date: Sun, 29 Jun 2008 08:07:16
Message-Id: E1KCrwE-0004IL-HI@stork.gentoo.org
1 tove 08/06/29 08:07:10
2
3 Modified: pgplot-5.2.2-r2.ebuild ChangeLog
4 Log:
5 Add missing die: || "..." -> || die "..."
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
7
8 Revision Changes Path
9 1.6 sci-libs/pgplot/pgplot-5.2.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild?r1=1.5&r2=1.6
14
15 Index: pgplot-5.2.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pgplot-5.2.2-r2.ebuild 27 Jun 2008 10:35:17 -0000 1.5
22 +++ pgplot-5.2.2-r2.ebuild 29 Jun 2008 08:07:10 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild,v 1.5 2008/06/27 10:35:17 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild,v 1.6 2008/06/29 08:07:10 tove Exp $
28
29 inherit eutils toolchain-funcs fortran
30
31 @@ -129,7 +129,7 @@
32 # FORTRAN libs
33 dolib.a libpgplot.a || die "dolib.a failed"
34 dolib.so libpgplot.so.5 || die "dolib.so failed"
35 - dosym libpgplot.so.5 /usr/$(get_libdir)/libpgplot.so || "dosym failed"
36 + dosym libpgplot.so.5 /usr/$(get_libdir)/libpgplot.so || die "dosym failed"
37 dobin pgxwin_server pgdisp || die "dobin failed"
38
39 # C binding
40 @@ -142,7 +142,7 @@
41
42 if use motif; then
43 doins XmPgplot.h || die "doins motif failed"
44 - dolib.a libXmPgplot.a "dolib.a motif failed"
45 + dolib.a libXmPgplot.a || die "dolib.a motif failed"
46 fi
47
48 if use tk; then
49
50
51
52 1.13 sci-libs/pgplot/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/ChangeLog?r1=1.12&r2=1.13
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- ChangeLog 27 Jun 2008 10:35:17 -0000 1.12
65 +++ ChangeLog 29 Jun 2008 08:07:10 -0000 1.13
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sci-libs/pgplot
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.12 2008/06/27 10:35:17 ulm Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.13 2008/06/29 08:07:10 tove Exp $
71 +
72 + 29 Jun 2008; Torsten Veller <tove@g.o> pgplot-5.2.2-r2.ebuild:
73 + Add missing die: || "..." -> || die "..."
74
75 27 Jun 2008; Ulrich Mueller <ulm@g.o> pgplot-5.2.2-r2.ebuild:
76 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list