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 net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
Date: Sun, 30 May 2010 16:22:39
Message-Id: 20100530162233.1274D2CF37@corvid.gentoo.org
1 phajdan.jr 10/05/30 16:22:32
2
3 Modified: ChangeLog loudmouth-1.4.3-r1.ebuild
4 Log:
5 x86 stable wrt bug #320273. also fixed leading spaces.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.93 net-libs/loudmouth/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.93&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.93&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.92&r2=1.93
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
18 retrieving revision 1.92
19 retrieving revision 1.93
20 diff -u -r1.92 -r1.93
21 --- ChangeLog 25 May 2010 21:28:27 -0000 1.92
22 +++ ChangeLog 30 May 2010 16:22:32 -0000 1.93
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-libs/loudmouth
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.92 2010/05/25 21:28:27 pacho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.93 2010/05/30 16:22:32 phajdan.jr Exp $
28 +
29 + 30 May 2010; Pawel Hajdan jr <phajdan.jr@g.o>
30 + loudmouth-1.4.3-r1.ebuild:
31 + x86 stable wrt bug #320273
32
33 25 May 2010; Pacho Ramos <pacho@g.o> loudmouth-1.4.3-r1.ebuild:
34 stable amd64, bug 320273
35
36
37
38 1.7 net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.6&r2=1.7
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.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- loudmouth-1.4.3-r1.ebuild 25 May 2010 21:28:27 -0000 1.6
51 +++ loudmouth-1.4.3-r1.ebuild 30 May 2010 16:22:32 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 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.6 2010/05/25 21:28:27 pacho Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.7 2010/05/30 16:22:32 phajdan.jr Exp $
57
58 inherit autotools gnome2
59
60 @@ -10,7 +10,7 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
65 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
66
67 IUSE="asyncns doc ssl debug test"
68
69 @@ -53,7 +53,7 @@
70 # Fix detection of gnutls-2.8, bug #272027
71 epatch "${FILESDIR}/${P}-gnutls28.patch"
72
73 - # Fix digest auth with SRV (or similar)
74 + # Fix digest auth with SRV (or similar)
75 # Upstream: http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/44-md5-digest-uri-not-set-correctly-when-using-srv
76 epatch "${FILESDIR}/${P}-fix-sasl-md5-digest-uri.patch"