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/geant: geant-3.21.14-r1.ebuild ChangeLog geant-3.21.14-r2.ebuild
Date: Sun, 29 Jun 2008 07:58:00
Message-Id: E1KCrnG-00047k-CI@stork.gentoo.org
1 tove 08/06/29 07:57:54
2
3 Modified: geant-3.21.14-r1.ebuild ChangeLog
4 geant-3.21.14-r2.ebuild
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/geant/geant-3.21.14-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-3.21.14-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-3.21.14-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-3.21.14-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: geant-3.21.14-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- geant-3.21.14-r1.ebuild 27 Jun 2008 10:46:34 -0000 1.2
23 +++ geant-3.21.14-r1.ebuild 29 Jun 2008 07:57:53 -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/geant/geant-3.21.14-r1.ebuild,v 1.2 2008/06/27 10:46:34 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r1.ebuild,v 1.3 2008/06/29 07:57:53 tove Exp $
29
30 DEB_PN=geant321
31 DEB_PV=${PV}.dfsg
32 @@ -46,7 +46,7 @@
33 export DEB_BUILD_OPTIONS="${FORTRANC} nostrip nocheck"
34 sed -i \
35 -e 's:/usr/local:/usr: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 "debian patch failed"
41
42
43
44 1.6 sci-physics/geant/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 27 Jun 2008 10:46:34 -0000 1.5
57 +++ ChangeLog 29 Jun 2008 07:57:53 -0000 1.6
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-physics/geant
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.5 2008/06/27 10:46:34 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.6 2008/06/29 07:57:53 tove Exp $
63 +
64 + 29 Jun 2008; Torsten Veller <tove@g.o> geant-3.21.14-r1.ebuild,
65 + geant-3.21.14-r2.ebuild:
66 + Add missing die: || "..." -> || die "..."
67
68 27 Jun 2008; Ulrich Mueller <ulm@g.o> geant-3.21.14-r1.ebuild,
69 geant-3.21.14-r2.ebuild, geant-4.9.1_p02.ebuild:
70
71
72
73 1.3 sci-physics/geant/geant-3.21.14-r2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild?r1=1.2&r2=1.3
78
79 Index: geant-3.21.14-r2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- geant-3.21.14-r2.ebuild 27 Jun 2008 10:46:34 -0000 1.2
86 +++ geant-3.21.14-r2.ebuild 29 Jun 2008 07:57:53 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v 1.2 2008/06/27 10:46:34 ulm Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v 1.3 2008/06/29 07:57:53 tove Exp $
92
93 DEB_PN=geant321
94 DEB_PV=${PV}.dfsg
95 @@ -46,7 +46,7 @@
96 export DEB_BUILD_OPTIONS="${FORTRANC} nostrip nocheck"
97 sed -i \
98 -e 's:/usr/local:/usr:g' \
99 - Makefile || "sed'ing the Makefile failed"
100 + Makefile || die "sed'ing the Makefile failed"
101
102 einfo "Applying Debian patches"
103 emake -j1 patch || die "debian patch failed"
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list