Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.7.ebuild
Date: Wed, 24 Feb 2010 12:27:40
Message-Id: E1NkGL1-0004O7-Bs@stork.gentoo.org
1 phajdan.jr 10/02/24 12:27:35
2
3 Modified: ChangeLog elinks-0.11.7.ebuild
4 Log:
5 Run econf in src_configure, to be QA-correct and avoid running ./configure twice, wrt bug #306629.
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.118 www-client/elinks/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.118&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.118&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.117&r2=1.118
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
18 retrieving revision 1.117
19 retrieving revision 1.118
20 diff -u -r1.117 -r1.118
21 --- ChangeLog 23 Sep 2009 20:38:10 -0000 1.117
22 +++ ChangeLog 24 Feb 2010 12:27:34 -0000 1.118
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-client/elinks
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.117 2009/09/23 20:38:10 a3li Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.118 2010/02/24 12:27:34 phajdan.jr Exp $
29 +
30 + 24 Feb 2010; Pawel Hajdan jr <phajdan.jr@g.o> elinks-0.11.7.ebuild:
31 + Run econf in src_configure, to be QA-correct and avoid running ./configure
32 + twice, wrt bug #306629.
33
34 23 Sep 2009; Alex Legler <a3li@g.o> -elinks-0.11.3.ebuild,
35 -elinks-0.11.4.ebuild:
36
37
38
39 1.3 www-client/elinks/elinks-0.11.7.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild?r1=1.2&r2=1.3
44
45 Index: elinks-0.11.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- elinks-0.11.7.ebuild 15 Sep 2009 16:12:57 -0000 1.2
52 +++ elinks-0.11.7.ebuild 24 Feb 2010 12:27:34 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild,v 1.2 2009/09/15 16:12:57 spock Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.7.ebuild,v 1.3 2010/02/24 12:27:34 phajdan.jr Exp $
59
60 EAPI="2"
61
62 @@ -60,7 +60,7 @@
63 eautoreconf
64 }
65
66 -src_compile() {
67 +src_configure() {
68 # NOTE about GNUTSL SSL support (from the README -- 25/12/2002)
69 # As GNUTLS is not yet 100% stable and its support in ELinks is not so well
70 # tested yet, it's recommended for users to give a strong preference to OpenSSL whenever possible.
71 @@ -102,7 +102,6 @@
72 $(use_enable nntp) \
73 $(use_enable finger) \
74 ${myconf} || die
75 - emake || die "compile problem"
76 }
77
78 src_install() {