Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/capifwd: ChangeLog capifwd-0.6.3-r1.ebuild
Date: Tue, 22 Feb 2011 11:59:09
Message-Id: 20110222115858.E203020054@flycatcher.gentoo.org
1 flameeyes 11/02/22 11:58:58
2
3 Modified: ChangeLog capifwd-0.6.3-r1.ebuild
4 Log:
5 QA: make sure autotools are rebuilt properly (closes bug #339755; also fix building when automake 1.6 isn't present).
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 net-dialup/capifwd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capifwd/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capifwd/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capifwd/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/capifwd/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 13 Jul 2007 08:09:01 -0000 1.8
23 +++ ChangeLog 22 Feb 2011 11:58:58 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-dialup/capifwd
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capifwd/ChangeLog,v 1.8 2007/07/13 08:09:01 mrness Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capifwd/ChangeLog,v 1.9 2011/02/22 11:58:58 flameeyes Exp $
30 +
31 + 22 Feb 2011; Diego E. Pettenò <flameeyes@g.o>
32 + capifwd-0.6.3-r1.ebuild:
33 + QA: make sure autotools are rebuilt properly (closes bug #339755; also fix
34 + building when automake 1.6 isn't present).
35
36 13 Jul 2007; Alin Năstac <mrness@g.o> -capifwd-0.6.3.ebuild,
37 capifwd-0.6.3-r1.ebuild:
38
39
40
41 1.3 net-dialup/capifwd/capifwd-0.6.3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capifwd/capifwd-0.6.3-r1.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capifwd/capifwd-0.6.3-r1.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/capifwd/capifwd-0.6.3-r1.ebuild?r1=1.2&r2=1.3
46
47 Index: capifwd-0.6.3-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-dialup/capifwd/capifwd-0.6.3-r1.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- capifwd-0.6.3-r1.ebuild 13 Jul 2007 08:09:01 -0000 1.2
54 +++ capifwd-0.6.3-r1.ebuild 22 Feb 2011 11:58:58 -0000 1.3
55 @@ -1,8 +1,8 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capifwd/capifwd-0.6.3-r1.ebuild,v 1.2 2007/07/13 08:09:01 mrness Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capifwd/capifwd-0.6.3-r1.ebuild,v 1.3 2011/02/22 11:58:58 flameeyes Exp $
61
62 -inherit eutils
63 +inherit eutils autotools
64
65 DESCRIPTION="A daemon forwarding CAPI messages to capi20proxy clients"
66 HOMEPAGE="http://capi20proxy.sourceforge.net/"
67 @@ -28,6 +28,8 @@
68 sed -i -e 's:sys_errlist *\[ *errno *\]:strerror(errno):' \
69 src/capifwd.c src/capi/waitforsignal.c src/auth/auth.c || \
70 die "failed to replace sys_errlist"
71 +
72 + eautoreconf
73 }
74
75 src_install() {