Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/efax: efax-0.9a-r1.ebuild ChangeLog
Date: Tue, 30 Dec 2008 17:30:20
Message-Id: E1LHiQ5-00009T-4q@stork.gentoo.org
1 mpagano 08/12/30 17:30:17
2
3 Modified: efax-0.9a-r1.ebuild ChangeLog
4 Log:
5 Removed strip command as per bug #240932
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
7
8 Revision Changes Path
9 1.3 net-misc/efax/efax-0.9a-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: efax-0.9a-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- efax-0.9a-r1.ebuild 24 Jan 2008 14:23:12 -0000 1.2
22 +++ efax-0.9a-r1.ebuild 30 Dec 2008 17:30:17 -0000 1.3
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/net-misc/efax/efax-0.9a-r1.ebuild,v 1.2 2008/01/24 14:23:12 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/efax-0.9a-r1.ebuild,v 1.3 2008/12/30 17:30:17 mpagano Exp $
28
29 inherit eutils
30
31 @@ -18,10 +18,13 @@
32 cd "${S}"
33 sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS}:" Makefile
34 epatch "${FILESDIR}/${P}-segfault.patch"
35 +
36 + # remove strip command as per bug #240932
37 + sed -i -e '/strip/d' Makefile
38 }
39
40 src_install () {
41 - dobin efax efix fax
42 + dobin efax efix fax || die "dobin failed"
43 doman efax.1 efix.1 fax.1
44 dodoc README
45 }
46
47
48
49 1.9 net-misc/efax/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/ChangeLog?rev=1.9&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/ChangeLog?rev=1.9&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/efax/ChangeLog?r1=1.8&r2=1.9
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-misc/efax/ChangeLog,v
58 retrieving revision 1.8
59 retrieving revision 1.9
60 diff -u -r1.8 -r1.9
61 --- ChangeLog 24 Jan 2008 14:23:12 -0000 1.8
62 +++ ChangeLog 30 Dec 2008 17:30:17 -0000 1.9
63 @@ -1,6 +1,9 @@
64 # ChangeLog for net-misc/efax
65 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/ChangeLog,v 1.8 2008/01/24 14:23:12 armin76 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-misc/efax/ChangeLog,v 1.9 2008/12/30 17:30:17 mpagano Exp $
68 +
69 + 30 Dec 2008; Mike Pagano <mpagano@g.o> efax-0.9a-r1.ebuild:
70 + Removed strip command as per bug #240932
71
72 24 Jan 2008; Raúl Porcel <armin76@g.o> efax-0.9a-r1.ebuild:
73 x86 stable