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-electronics/gnucap: gnucap-0.35.20070221.ebuild
Date: Sun, 29 Jun 2008 08:15:59
Message-Id: E1KCs4f-0004Rg-6L@stork.gentoo.org
1 tove 08/06/29 08:15:53
2
3 Modified: gnucap-0.35.20070221.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.4 sci-electronics/gnucap/gnucap-0.35.20070221.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gnucap/gnucap-0.35.20070221.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gnucap/gnucap-0.35.20070221.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/gnucap/gnucap-0.35.20070221.ebuild?r1=1.3&r2=1.4
14
15 Index: gnucap-0.35.20070221.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-0.35.20070221.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gnucap-0.35.20070221.ebuild 13 May 2008 07:17:17 -0000 1.3
22 +++ gnucap-0.35.20070221.ebuild 29 Jun 2008 08:15:52 -0000 1.4
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-electronics/gnucap/gnucap-0.35.20070221.ebuild,v 1.3 2008/05/13 07:17:17 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gnucap/gnucap-0.35.20070221.ebuild,v 1.4 2008/06/29 08:15:52 tove Exp $
28
29 inherit multilib
30
31 @@ -57,7 +57,7 @@
32 cd "${S}"/plugins
33 for PLUGIN_DIR in * ; do
34 cd "${S}"/plugins/${PLUGIN_DIR}
35 - emake || "Compilation failed"
36 + emake || die "Compilation failed"
37 done
38 }
39
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list