Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.11.3.ebuild elinks-0.11.4.ebuild
Date: Sun, 30 Nov 2008 19:17:20
Message-Id: E1L6rnC-0005en-AX@stork.gentoo.org
1 spock 08/11/30 19:17:18
2
3 Modified: ChangeLog elinks-0.11.3.ebuild elinks-0.11.4.ebuild
4 Log:
5 Add a fix for bug #246575 for 0.11.3 and 0.11.4.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27 x86_64)
7
8 Revision Changes Path
9 1.108 www-client/elinks/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.108&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?rev=1.108&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/ChangeLog?r1=1.107&r2=1.108
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
18 retrieving revision 1.107
19 retrieving revision 1.108
20 diff -u -r1.107 -r1.108
21 --- ChangeLog 30 Nov 2008 19:05:20 -0000 1.107
22 +++ ChangeLog 30 Nov 2008 19:17:18 -0000 1.108
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-client/elinks
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.107 2008/11/30 19:05:20 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.108 2008/11/30 19:17:18 spock Exp $
28 +
29 + 30 Nov 2008; MichaƂ Januszewski <spock@g.o> elinks-0.11.3.ebuild,
30 + elinks-0.11.4.ebuild:
31 + Add a fix for bug #246575 for 0.11.3 and 0.11.4.
32
33 *elinks-0.11.5 (30 Nov 2008)
34
35
36
37
38 1.12 www-client/elinks/elinks-0.11.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.3.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.3.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.3.ebuild?r1=1.11&r2=1.12
43
44 Index: elinks-0.11.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.3.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- elinks-0.11.3.ebuild 9 Mar 2008 23:52:31 -0000 1.11
51 +++ elinks-0.11.3.ebuild 30 Nov 2008 19:17:18 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.3.ebuild,v 1.11 2008/03/09 23:52:31 ricmm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.3.ebuild,v 1.12 2008/11/30 19:17:18 spock Exp $
57
58 WANT_AUTOCONF="latest"
59 WANT_AUTOMAKE="1.4"
60 @@ -65,6 +65,7 @@
61 fi
62
63 epatch ${FILESDIR}/elinks-po-path.patch
64 + epatch ${FILESDIR}/elinks-0.11.5-makefile.patch
65
66 sed -i -e 's/-Werror//' configure*
67 }
68
69
70
71 1.7 www-client/elinks/elinks-0.11.4.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.4.ebuild?rev=1.7&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.4.ebuild?rev=1.7&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/elinks-0.11.4.ebuild?r1=1.6&r2=1.7
76
77 Index: elinks-0.11.4.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.4.ebuild,v
80 retrieving revision 1.6
81 retrieving revision 1.7
82 diff -u -r1.6 -r1.7
83 --- elinks-0.11.4.ebuild 26 Nov 2008 16:44:46 -0000 1.6
84 +++ elinks-0.11.4.ebuild 30 Nov 2008 19:17:18 -0000 1.7
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2008 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.4.ebuild,v 1.6 2008/11/26 16:44:46 ranger Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.4.ebuild,v 1.7 2008/11/30 19:17:18 spock Exp $
90
91 WANT_AUTOCONF="latest"
92 WANT_AUTOMAKE="1.4"
93 @@ -64,6 +64,7 @@
94 epatch "${FILESDIR}"/elinks-0.10.1-utf_8_io-default.patch
95 fi
96
97 + epatch "${FILESDIR}"/elinks-0.11.5-makefile.patch
98 sed -i -e 's/-Werror//' configure*
99 eautoreconf
100 }