Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
Date: Mon, 31 Aug 2009 16:29:16
Message-Id: E1MiEZh-0006VF-B5@stork.gentoo.org
1 tester 09/08/31 21:38:05
2
3 Modified: ChangeLog loudmouth-1.4.3-r1.ebuild
4 Log:
5 Import anopatch for asyncns crash from debian
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.90 net-libs/loudmouth/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.90&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.90&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.89&r2=1.90
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
18 retrieving revision 1.89
19 retrieving revision 1.90
20 diff -u -r1.89 -r1.90
21 --- ChangeLog 5 Jul 2009 17:13:31 -0000 1.89
22 +++ ChangeLog 31 Aug 2009 21:38:05 -0000 1.90
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-libs/loudmouth
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.89 2009/07/05 17:13:31 tester Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.90 2009/08/31 21:38:05 tester Exp $
28 +
29 + 31 Aug 2009; Olivier CrĂȘte <tester@g.o> loudmouth-1.4.3-r1.ebuild,
30 + +files/loudmouth-1.4.3-async-fix.patch:
31 + Import anopatch for asyncns crash from debian
32
33 *loudmouth-1.4.3-r1 (05 Jul 2009)
34
35
36
37
38 1.3 net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: loudmouth-1.4.3-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- loudmouth-1.4.3-r1.ebuild 6 Jul 2009 03:36:25 -0000 1.2
51 +++ loudmouth-1.4.3-r1.ebuild 31 Aug 2009 21:38:05 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.2 2009/07/06 03:36:25 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.3 2009/08/31 21:38:05 tester Exp $
57
58 inherit autotools gnome2
59
60 @@ -61,5 +61,10 @@
61 # From debian..
62 epatch "${FILESDIR}/${P}-drop-stanzas-on-fail.patch"
63
64 + # Don't check for sync dns problems when using asyncns [#33]
65 + # From debian..
66 + epatch "${FILESDIR}/${P}-async-fix.patch"
67 +
68 +
69 eautoreconf
70 }