Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libetpan: ChangeLog libetpan-1.1.ebuild
Date: Mon, 28 Nov 2011 23:19:35
Message-Id: 20111128231924.645252004B@flycatcher.gentoo.org
1 chainsaw 11/11/28 23:19:24
2
3 Modified: ChangeLog libetpan-1.1.ebuild
4 Log:
5 Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Agostino "ago" Sarubbo in bug #391109.
6
7 (Portage version: 2.1.10.38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.96 net-libs/libetpan/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.96&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.96&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/ChangeLog?r1=1.95&r2=1.96
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v
19 retrieving revision 1.95
20 retrieving revision 1.96
21 diff -u -r1.95 -r1.96
22 --- ChangeLog 22 Nov 2011 19:43:20 -0000 1.95
23 +++ ChangeLog 28 Nov 2011 23:19:24 -0000 1.96
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/libetpan
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.95 2011/11/22 19:43:20 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.96 2011/11/28 23:19:24 chainsaw Exp $
29 +
30 + 28 Nov 2011; Tony Vroon <chainsaw@g.o> libetpan-1.1.ebuild:
31 + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
32 + Lazkani & Agostino "ago" Sarubbo in bug #391109.
33
34 22 Nov 2011; Jeroen Roovers <jer@g.o> libetpan-1.1.ebuild:
35 Stable for HPPA (bug #391109).
36
37
38
39 1.5 net-libs/libetpan/libetpan-1.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild?r1=1.4&r2=1.5
44
45 Index: libetpan-1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- libetpan-1.1.ebuild 22 Nov 2011 19:43:20 -0000 1.4
52 +++ libetpan-1.1.ebuild 28 Nov 2011 23:19:24 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v 1.4 2011/11/22 19:43:20 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v 1.5 2011/11/28 23:19:24 chainsaw Exp $
58
59 EAPI="4"
60
61 @@ -12,7 +12,7 @@
62
63 LICENSE="BSD"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
66 +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
67 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
68
69 DEPEND="berkdb? ( sys-libs/db )