Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libesmtp: ChangeLog libesmtp-1.0.6.ebuild
Date: Sat, 02 Oct 2010 15:05:35
Message-Id: 20101002150529.E0F4520051@flycatcher.gentoo.org
1 klausman 10/10/02 15:05:29
2
3 Modified: ChangeLog libesmtp-1.0.6.ebuild
4 Log:
5 Stable on alpha, bug #312489
6
7 (Portage version: 2.1.9.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.47 net-libs/libesmtp/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libesmtp/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libesmtp/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libesmtp/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 28 Sep 2010 10:22:41 -0000 1.46
23 +++ ChangeLog 2 Oct 2010 15:05:29 -0000 1.47
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/libesmtp
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.46 2010/09/28 10:22:41 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.47 2010/10/02 15:05:29 klausman Exp $
29 +
30 + 02 Oct 2010; Tobias Klausmann <klausman@g.o> libesmtp-1.0.6.ebuild:
31 + Stable on alpha, bug #312489
32
33 28 Sep 2010; Samuli Suominen <ssuominen@g.o> libesmtp-1.0.6.ebuild:
34 USE="static-libs" and keep .la files (they are used for loading plugins).
35
36
37
38 1.3 net-libs/libesmtp/libesmtp-1.0.6.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild?r1=1.2&r2=1.3
43
44 Index: libesmtp-1.0.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- libesmtp-1.0.6.ebuild 28 Sep 2010 10:22:41 -0000 1.2
51 +++ libesmtp-1.0.6.ebuild 2 Oct 2010 15:05:29 -0000 1.3
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/libesmtp/libesmtp-1.0.6.ebuild,v 1.2 2010/09/28 10:22:41 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild,v 1.3 2010/10/02 15:05:29 klausman Exp $
57
58 EAPI=3
59 inherit libtool
60 @@ -11,7 +11,7 @@
61
62 LICENSE="LGPL-2.1 GPL-2"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
65 +KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
66 IUSE="debug ssl static-libs threads"
67
68 RDEPEND="ssl? ( dev-libs/openssl )"