Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/barcode: ChangeLog barcode-0.98.ebuild
Date: Fri, 27 Feb 2009 21:43:52
Message-Id: E1LdAUo-0007en-Mx@stork.gentoo.org
1 tove 09/02/27 21:43:50
2
3 Modified: ChangeLog barcode-0.98.ebuild
4 Log:
5 Add missing die: || "..." -> || die "..."
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.17 app-text/barcode/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 14 Sep 2008 01:44:00 -0000 1.16
22 +++ ChangeLog 27 Feb 2009 21:43:50 -0000 1.17
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-text/barcode
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.16 2008/09/14 01:44:00 solar Exp $
27 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.17 2009/02/27 21:43:50 tove Exp $
29 +
30 + 27 Feb 2009; Torsten Veller <tove@g.o> barcode-0.98.ebuild:
31 + Add missing die: || "..." -> || die "..."
32
33 14 Sep 2008; <solar@g.o> barcode-0.98.ebuild:
34 - cross compile love
35
36
37
38 1.17 app-text/barcode/barcode-0.98.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.17&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.17&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?r1=1.16&r2=1.17
43
44 Index: barcode-0.98.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v
47 retrieving revision 1.16
48 retrieving revision 1.17
49 diff -u -r1.16 -r1.17
50 --- barcode-0.98.ebuild 14 Sep 2008 01:44:00 -0000 1.16
51 +++ barcode-0.98.ebuild 27 Feb 2009 21:43:50 -0000 1.17
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.16 2008/09/14 01:44:00 solar Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.17 2009/02/27 21:43:50 tove Exp $
58
59 inherit eutils toolchain-funcs
60
61 @@ -26,7 +26,7 @@
62 src_compile() {
63 tc-export CC
64 econf
65 - emake || "emake failed"
66 + emake || die "emake failed"
67 }
68
69 src_install() {