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-chemistry/gamess: gamess-20070324.3.ebuild ChangeLog gamess-20080411.1.ebuild gamess-20070324.6.ebuild gamess-20070324.1.ebuild
Date: Sun, 29 Jun 2008 08:21:10
Message-Id: E1KCs9f-0004TV-Uk@stork.gentoo.org
1 tove 08/06/29 08:21:03
2
3 Modified: gamess-20070324.3.ebuild ChangeLog
4 gamess-20080411.1.ebuild gamess-20070324.6.ebuild
5 gamess-20070324.1.ebuild
6 Log:
7 Add missing die: || "..." -> || die "..."
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
9
10 Revision Changes Path
11 1.4 sci-chemistry/gamess/gamess-20070324.3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.3.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.3.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.3.ebuild?r1=1.3&r2=1.4
16
17 Index: gamess-20070324.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.3.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- gamess-20070324.3.ebuild 18 Mar 2008 21:35:53 -0000 1.3
24 +++ gamess-20070324.3.ebuild 29 Jun 2008 08:21:03 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.3.ebuild,v 1.3 2008/03/18 21:35:53 markusle Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.3.ebuild,v 1.4 2008/06/29 08:21:03 tove Exp $
30
31 inherit eutils toolchain-funcs fortran flag-o-matic
32
33 @@ -78,9 +78,9 @@
34
35 # greate proper activate sourcefile
36 cp "./tools/actvte.code" "./tools/actvte.f" || \
37 - die || "Failed to create actvte.f"
38 + die "Failed to create actvte.f"
39 sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
40 - die || "Failed to perform UNX substitutions in actvte.f"
41 + die "Failed to perform UNX substitutions in actvte.f"
42
43 # fix GAMESS' compall script to use proper CC
44 sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \
45
46
47
48 1.28 sci-chemistry/gamess/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/ChangeLog?rev=1.28&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/ChangeLog?rev=1.28&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/ChangeLog?r1=1.27&r2=1.28
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v
57 retrieving revision 1.27
58 retrieving revision 1.28
59 diff -u -r1.27 -r1.28
60 --- ChangeLog 11 May 2008 18:39:38 -0000 1.27
61 +++ ChangeLog 29 Jun 2008 08:21:03 -0000 1.28
62 @@ -1,6 +1,11 @@
63 # ChangeLog for sci-chemistry/gamess
64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v 1.27 2008/05/11 18:39:38 opfer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/ChangeLog,v 1.28 2008/06/29 08:21:03 tove Exp $
67 +
68 + 29 Jun 2008; Torsten Veller <tove@g.o> gamess-20070324.1.ebuild,
69 + gamess-20070324.3.ebuild, gamess-20070324.6.ebuild,
70 + gamess-20080411.1.ebuild:
71 + Add missing die: || "..." -> || die "..."
72
73 11 May 2008; Christian Faulhammer <opfer@g.o>
74 gamess-20070324.1.ebuild:
75
76
77
78 1.2 sci-chemistry/gamess/gamess-20080411.1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20080411.1.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20080411.1.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20080411.1.ebuild?r1=1.1&r2=1.2
83
84 Index: gamess-20080411.1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20080411.1.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- gamess-20080411.1.ebuild 8 May 2008 17:42:47 -0000 1.1
91 +++ gamess-20080411.1.ebuild 29 Jun 2008 08:21:03 -0000 1.2
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20080411.1.ebuild,v 1.1 2008/05/08 17:42:47 markusle Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20080411.1.ebuild,v 1.2 2008/06/29 08:21:03 tove Exp $
97
98 inherit eutils toolchain-funcs fortran flag-o-matic
99
100 @@ -78,9 +78,9 @@
101
102 # greate proper activate sourcefile
103 cp "./tools/actvte.code" "./tools/actvte.f" || \
104 - die || "Failed to create actvte.f"
105 + die "Failed to create actvte.f"
106 sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
107 - die || "Failed to perform UNX substitutions in actvte.f"
108 + die "Failed to perform UNX substitutions in actvte.f"
109
110 # fix GAMESS' compall script to use proper CC
111 sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \
112
113
114
115 1.2 sci-chemistry/gamess/gamess-20070324.6.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.6.ebuild?rev=1.2&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.6.ebuild?rev=1.2&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.6.ebuild?r1=1.1&r2=1.2
120
121 Index: gamess-20070324.6.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.6.ebuild,v
124 retrieving revision 1.1
125 retrieving revision 1.2
126 diff -u -r1.1 -r1.2
127 --- gamess-20070324.6.ebuild 18 Mar 2008 21:35:53 -0000 1.1
128 +++ gamess-20070324.6.ebuild 29 Jun 2008 08:21:03 -0000 1.2
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.6.ebuild,v 1.1 2008/03/18 21:35:53 markusle Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.6.ebuild,v 1.2 2008/06/29 08:21:03 tove Exp $
134
135 inherit eutils toolchain-funcs fortran flag-o-matic
136
137 @@ -78,9 +78,9 @@
138
139 # greate proper activate sourcefile
140 cp "./tools/actvte.code" "./tools/actvte.f" || \
141 - die || "Failed to create actvte.f"
142 + die "Failed to create actvte.f"
143 sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
144 - die || "Failed to perform UNX substitutions in actvte.f"
145 + die "Failed to perform UNX substitutions in actvte.f"
146
147 # fix GAMESS' compall script to use proper CC
148 sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \
149
150
151
152 1.10 sci-chemistry/gamess/gamess-20070324.1.ebuild
153
154 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.1.ebuild?rev=1.10&view=markup
155 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.1.ebuild?rev=1.10&content-type=text/plain
156 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gamess/gamess-20070324.1.ebuild?r1=1.9&r2=1.10
157
158 Index: gamess-20070324.1.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.1.ebuild,v
161 retrieving revision 1.9
162 retrieving revision 1.10
163 diff -u -r1.9 -r1.10
164 --- gamess-20070324.1.ebuild 11 May 2008 18:39:38 -0000 1.9
165 +++ gamess-20070324.1.ebuild 29 Jun 2008 08:21:03 -0000 1.10
166 @@ -1,6 +1,6 @@
167 # Copyright 1999-2008 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.1.ebuild,v 1.9 2008/05/11 18:39:38 opfer Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20070324.1.ebuild,v 1.10 2008/06/29 08:21:03 tove Exp $
171
172 inherit eutils toolchain-funcs fortran flag-o-matic
173
174 @@ -69,9 +69,9 @@
175
176 # greate proper activate sourcefile
177 cp "./tools/actvte.code" "./tools/actvte.f" || \
178 - die || "Failed to create actvte.f"
179 + die "Failed to create actvte.f"
180 sed -e "s/^\*UNX/ /" -i "./tools/actvte.f" || \
181 - die || "Failed to perform UNX substitutions in actvte.f"
182 + die "Failed to perform UNX substitutions in actvte.f"
183
184 # fix GAMESS' compall script to use proper CC
185 sed -e "s|\$CCOMP -c \$extraflags source/zunix.c|$(tc-getCC) -c \$extraflags source/zunix.c|" \
186
187
188
189 --
190 gentoo-commits@l.g.o mailing list