Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/wvdial: ChangeLog wvdial-1.61.ebuild
Date: Fri, 28 May 2010 05:58:24
Message-Id: 20100528055816.6BBAB2CF37@corvid.gentoo.org
1 pva 10/05/28 05:58:16
2
3 Modified: ChangeLog wvdial-1.61.ebuild
4 Log:
5 Fixed build issue, bug #321729, thank Willard Dawson for report and Samuli Suominen, Lars Wendler (Polynomial-C) for this fix.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.57 net-dialup/wvdial/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.57&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.57&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?r1=1.56&r2=1.57
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v
18 retrieving revision 1.56
19 retrieving revision 1.57
20 diff -u -r1.56 -r1.57
21 --- ChangeLog 27 May 2010 13:47:18 -0000 1.56
22 +++ ChangeLog 28 May 2010 05:58:16 -0000 1.57
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-dialup/wvdial
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.56 2010/05/27 13:47:18 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.57 2010/05/28 05:58:16 pva Exp $
28 +
29 + 28 May 2010; Peter Volkov <pva@g.o> wvdial-1.61.ebuild,
30 + +files/wvdial-1.61-parallel-make.patch:
31 + Fixed build issue, bug #321729, thank Willard Dawson for report and Samuli
32 + Suominen, Lars Wendler (Polynomial-C) for this fix.
33
34 *wvdial-1.61 (27 May 2010)
35
36
37
38
39 1.2 net-dialup/wvdial/wvdial-1.61.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?r1=1.1&r2=1.2
44
45 Index: wvdial-1.61.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- wvdial-1.61.ebuild 27 May 2010 13:47:18 -0000 1.1
52 +++ wvdial-1.61.ebuild 28 May 2010 05:58:16 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.1 2010/05/27 13:47:18 pva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.2 2010/05/28 05:58:16 pva Exp $
58
59 EAPI="3"
60
61 @@ -12,7 +12,7 @@
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
66 +KEYWORDS="alpha amd64 hppa ppc sparc x86"
67 IUSE=""
68
69 COMMON_DEPEND=">=net-libs/wvstreams-4.4"
70 @@ -24,6 +24,7 @@
71 src_prepare() {
72 epatch "${FILESDIR}/${P}-destdir.patch"
73 epatch "${FILESDIR}/${P}-as-needed.patch"
74 + epatch "${FILESDIR}/${P}-parallel-make.patch"
75 }
76
77 src_configure() {