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-physics/paw: paw-2.14.04-r2.ebuild paw-2.14.04-r1.ebuild ChangeLog
Date: Sun, 29 Jun 2008 07:55:21
Message-Id: E1KCrki-00046H-65@stork.gentoo.org
1 tove 08/06/29 07:55:16
2
3 Modified: paw-2.14.04-r2.ebuild paw-2.14.04-r1.ebuild
4 ChangeLog
5 Log:
6 Add missing die: || "..." -> || die "..."
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
8
9 Revision Changes Path
10 1.3 sci-physics/paw/paw-2.14.04-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: paw-2.14.04-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- paw-2.14.04-r2.ebuild 27 Jun 2008 10:46:39 -0000 1.2
23 +++ paw-2.14.04-r2.ebuild 29 Jun 2008 07:55:15 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.2 2008/06/27 10:46:39 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.3 2008/06/29 07:55:15 tove Exp $
29
30 inherit eutils multilib fortran
31
32 @@ -50,7 +50,7 @@
33 -e 's:/usr/local:/usr:g' \
34 -e '/comis.h/d' \
35 -e "s/gfortran/${FORTRANC}/g" \
36 - Makefile || "sed'ing the Makefile failed"
37 + Makefile || die "sed'ing the Makefile failed"
38
39 einfo "Applying Debian patches"
40 emake -j1 patch || die "make patch failed"
41
42
43
44 1.3 sci-physics/paw/paw-2.14.04-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/paw-2.14.04-r1.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/paw-2.14.04-r1.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/paw-2.14.04-r1.ebuild?r1=1.2&r2=1.3
49
50 Index: paw-2.14.04-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r1.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- paw-2.14.04-r1.ebuild 27 Jun 2008 10:46:39 -0000 1.2
57 +++ paw-2.14.04-r1.ebuild 29 Jun 2008 07:55:15 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r1.ebuild,v 1.2 2008/06/27 10:46:39 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r1.ebuild,v 1.3 2008/06/29 07:55:15 tove Exp $
63
64 inherit eutils multilib fortran
65
66 @@ -50,7 +50,7 @@
67 -e 's:/usr/local:/usr:g' \
68 -e '/comis.h/d' \
69 -e "s/gfortran/${FORTRANC}/g" \
70 - Makefile || "sed'ing the Makefile failed"
71 + Makefile || die "sed'ing the Makefile failed"
72
73 einfo "Applying Debian patches"
74 emake -j1 patch || die "make patch failed"
75
76
77
78 1.5 sci-physics/paw/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/ChangeLog?rev=1.5&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/ChangeLog?rev=1.5&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/paw/ChangeLog?r1=1.4&r2=1.5
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v
87 retrieving revision 1.4
88 retrieving revision 1.5
89 diff -u -r1.4 -r1.5
90 --- ChangeLog 27 Jun 2008 10:46:39 -0000 1.4
91 +++ ChangeLog 29 Jun 2008 07:55:15 -0000 1.5
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sci-physics/paw
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.4 2008/06/27 10:46:39 ulm Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.5 2008/06/29 07:55:15 tove Exp $
97 +
98 + 29 Jun 2008; Torsten Veller <tove@g.o> paw-2.14.04-r1.ebuild,
99 + paw-2.14.04-r2.ebuild:
100 + Add missing die: || "..." -> || die "..."
101
102 27 Jun 2008; Ulrich Mueller <ulm@g.o> paw-2.14.04-r1.ebuild,
103 paw-2.14.04-r2.ebuild:
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list