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/libgsasl: ChangeLog libgsasl-1.4.1.ebuild
Date: Thu, 07 Oct 2010 16:02:49
Message-Id: 20101007150701.F2F3820051@flycatcher.gentoo.org
1 phajdan.jr 10/10/07 15:07:01
2
3 Modified: ChangeLog libgsasl-1.4.1.ebuild
4 Log:
5 x86 stable wrt bug #339505
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.49 net-libs/libgsasl/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/ChangeLog?rev=1.49&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/ChangeLog?rev=1.49&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/ChangeLog?r1=1.48&r2=1.49
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v
18 retrieving revision 1.48
19 retrieving revision 1.49
20 diff -u -r1.48 -r1.49
21 --- ChangeLog 6 Oct 2010 08:17:22 -0000 1.48
22 +++ ChangeLog 7 Oct 2010 15:07:01 -0000 1.49
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-libs/libgsasl
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.48 2010/10/06 08:17:22 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.49 2010/10/07 15:07:01 phajdan.jr Exp $
28 +
29 + 07 Oct 2010; Pawel Hajdan jr <phajdan.jr@g.o>
30 + libgsasl-1.4.1.ebuild:
31 + x86 stable wrt bug #339505
32
33 06 Oct 2010; Markos Chandras <hwoarang@g.o> libgsasl-1.4.1.ebuild:
34 Stable on amd64 wrt bug #339505
35
36
37
38 1.5 net-libs/libgsasl/libgsasl-1.4.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/libgsasl-1.4.1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/libgsasl-1.4.1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/libgsasl-1.4.1.ebuild?r1=1.4&r2=1.5
43
44 Index: libgsasl-1.4.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.4.1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- libgsasl-1.4.1.ebuild 6 Oct 2010 08:17:22 -0000 1.4
51 +++ libgsasl-1.4.1.ebuild 7 Oct 2010 15:07:01 -0000 1.5
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/libgsasl/libgsasl-1.4.1.ebuild,v 1.4 2010/10/06 08:17:22 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.4.1.ebuild,v 1.5 2010/10/07 15:07:01 phajdan.jr Exp $
57
58 DESCRIPTION="The GNU SASL library"
59 HOMEPAGE="http://www.gnu.org/software/gsasl/"
60 @@ -10,7 +10,7 @@
61 # TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
62 # optional external libraries.
63 # * ntlm - libntlm ( http://josefsson.org/libntlm/ )
64 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
65 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
66 IUSE="idn kerberos nls"
67 DEPEND="nls? ( >=sys-devel/gettext-0.16.1 )
68 kerberos? ( virtual/krb5 )