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/cernlib: cernlib-2006.ebuild
Date: Sun, 29 Jun 2008 08:00:55
Message-Id: E1KCrq5-0004Aq-BA@stork.gentoo.org
1 tove 08/06/29 08:00:49
2
3 Modified: cernlib-2006.ebuild
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.11 sci-physics/cernlib/cernlib-2006.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild?r1=1.10&r2=1.11
14
15 Index: cernlib-2006.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- cernlib-2006.ebuild 27 Jun 2008 10:39:23 -0000 1.10
22 +++ cernlib-2006.ebuild 29 Jun 2008 08:00:48 -0000 1.11
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-physics/cernlib/cernlib-2006.ebuild,v 1.10 2008/06/27 10:39:23 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.11 2008/06/29 08:00:48 tove Exp $
28
29 inherit eutils multilib fortran
30
31 @@ -71,7 +71,7 @@
32 cp debian/add-ons/Makefile .
33 sed -i \
34 -e 's:/usr/local:/usr:g' \
35 - Makefile || "sed'ing the Makefile failed"
36 + Makefile || die "sed'ing the Makefile failed"
37
38 einfo "Applying Debian patches"
39 emake -j1 \
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list