Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/arora: arora-0.4.ebuild ChangeLog
Date: Wed, 01 Oct 2008 18:58:23
Message-Id: E1Kl6tx-0001nC-4n@stork.gentoo.org
1 yngwin 08/10/01 18:58:21
2
3 Modified: arora-0.4.ebuild ChangeLog
4 Log:
5 Fix to prevent pre-stripping binary (bug 239206)
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 i686)
7
8 Revision Changes Path
9 1.2 www-client/arora/arora-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.4.ebuild?r1=1.1&r2=1.2
14
15 Index: arora-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- arora-0.4.ebuild 1 Oct 2008 18:37:27 -0000 1.1
22 +++ arora-0.4.ebuild 1 Oct 2008 18:58:20 -0000 1.2
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/www-client/arora/arora-0.4.ebuild,v 1.1 2008/10/01 18:37:27 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.4.ebuild,v 1.2 2008/10/01 18:58:20 yngwin Exp $
28
29 EAPI=2
30 inherit eutils qt4
31 @@ -54,6 +54,9 @@
32
33 src_compile() {
34 emake || die "make failed"
35 +
36 + # don't pre-strip
37 + sed -i "/strip/d" src/Makefile || die 'sed failed'
38 }
39
40 src_install() {
41
42
43
44 1.7 www-client/arora/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 1 Oct 2008 18:37:27 -0000 1.6
57 +++ ChangeLog 1 Oct 2008 18:58:20 -0000 1.7
58 @@ -1,6 +1,9 @@
59 # ChangeLog for www-client/arora
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.6 2008/10/01 18:37:27 yngwin Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.7 2008/10/01 18:58:20 yngwin Exp $
63 +
64 + 01 Oct 2008; Ben de Groot <yngwin@g.o> arora-0.4.ebuild:
65 + Fix to prevent pre-stripping binary (bug 239206)
66
67 *arora-0.4 (01 Oct 2008)