Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/ibam: ibam-0.4.ebuild
Date: Fri, 01 Jan 2010 20:57:04
Message-Id: E1NQoYO-0003em-78@stork.gentoo.org
1 ssuominen 10/01/01 20:57:00
2
3 Modified: ibam-0.4.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 app-laptop/ibam/ibam-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild?r1=1.4&r2=1.5
14
15 Index: ibam-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ibam-0.4.ebuild 4 Mar 2007 20:05:22 -0000 1.4
22 +++ ibam-0.4.ebuild 1 Jan 2010 20:56:59 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.4 2007/03/04 20:05:22 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.5 2010/01/01 20:56:59 ssuominen Exp $
29
30 inherit toolchain-funcs
31
32 @@ -23,7 +23,7 @@
33 sed -i \
34 -e "s:^CFLAGS=-O3:CFLAGS=${CFLAGS}:" \
35 -e "s:^CC=g++:CC=$(tc-getCXX):" \
36 - ${S}/Makefile
37 + "${S}"/Makefile || die
38 }
39
40 src_compile() {
41 @@ -31,7 +31,7 @@
42 }
43
44 src_install() {
45 - dobin ibam
46 + dobin ibam || die
47
48 dodoc CHANGES README REPORT
49 }