Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: bigloo-3.0c_p4.ebuild ChangeLog
Date: Sun, 09 May 2010 22:16:00
Message-Id: 20100509221550.E9F572C4BB@corvid.gentoo.org
1 chiiph 10/05/09 22:15:50
2
3 Modified: bigloo-3.0c_p4.ebuild ChangeLog
4 Log:
5 Patch to prevent prestripping wrt bug 251925. Thanks to Christophe Lefebvre
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.7 dev-scheme/bigloo/bigloo-3.0c_p4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild?r1=1.6&r2=1.7
14
15 Index: bigloo-3.0c_p4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- bigloo-3.0c_p4.ebuild 18 Apr 2010 16:11:39 -0000 1.6
22 +++ bigloo-3.0c_p4.ebuild 9 May 2010 22:15:50 -0000 1.7
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild,v 1.6 2010/04/18 16:11:39 chiiph Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0c_p4.ebuild,v 1.7 2010/05/09 22:15:50 chiiph Exp $
28 +
29 +EAPI="2"
30
31 inherit elisp-common multilib java-pkg-opt-2
32
33 @@ -29,11 +31,13 @@
34 IUSE="emacs java"
35 # fullbee"
36
37 -src_compile() {
38 - if use emacs; then
39 - elisp-compile etc/*.el || die "elisp-compile failed"
40 - fi
41 +src_prepare() {
42 + sed -i -e 's/^cstrip="-s"/cstrip="no"/' \
43 + -e 's/STRIP=$strip/STRIP=true/' \
44 + configure || die
45 +}
46
47 +src_configure() {
48 # Bigloo doesn't use autoconf and consequently a lot of options used by econf give errors
49 # Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..."
50 ./configure \
51 @@ -50,6 +54,13 @@
52
53 # --bee=$(if use fullbee; then echo full; else echo partial; fi) \
54
55 +}
56 +
57 +src_compile() {
58 + if use emacs; then
59 + elisp-compile etc/*.el || die "elisp-compile failed"
60 + fi
61 +
62 # parallel build is broken
63 emake -j1 || die "emake failed"
64 }
65
66
67
68 1.40 dev-scheme/bigloo/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/bigloo/ChangeLog?rev=1.40&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/bigloo/ChangeLog?rev=1.40&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/bigloo/ChangeLog?r1=1.39&r2=1.40
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/ChangeLog,v
77 retrieving revision 1.39
78 retrieving revision 1.40
79 diff -u -r1.39 -r1.40
80 --- ChangeLog 18 Apr 2010 16:11:39 -0000 1.39
81 +++ ChangeLog 9 May 2010 22:15:50 -0000 1.40
82 @@ -1,6 +1,10 @@
83 # ChangeLog for dev-scheme/bigloo
84 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/ChangeLog,v 1.39 2010/04/18 16:11:39 chiiph Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/ChangeLog,v 1.40 2010/05/09 22:15:50 chiiph Exp $
87 +
88 + 09 May 2010; Tomas Touceda <chiiph@g.o> bigloo-3.0c_p4.ebuild:
89 + Patch to prevent prestripping wrt bug 251925. Thanks to Christophe
90 + Lefebvre
91
92 18 Apr 2010; Tomas Touceda <chiiph@g.o> bigloo-3.0c_p4.ebuild,
93 bigloo-3.3a_p5.ebuild: