Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/msmtp: msmtp-1.4.30.ebuild ChangeLog
Date: Wed, 26 Dec 2012 07:48:05
Message-Id: 20121226074751.9228A2171D@flycatcher.gentoo.org
1 eras 12/12/26 07:47:51
2
3 Modified: msmtp-1.4.30.ebuild ChangeLog
4 Log:
5 Build with verbose log - bug #448548
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.6 mail-mta/msmtp/msmtp-1.4.30.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild?r1=1.5&r2=1.6
15
16 Index: msmtp-1.4.30.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- msmtp-1.4.30.ebuild 25 Dec 2012 22:35:45 -0000 1.5
23 +++ msmtp-1.4.30.ebuild 26 Dec 2012 07:47:51 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild,v 1.5 2012/12/25 22:35:45 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild,v 1.6 2012/12/26 07:47:51 eras Exp $
29
30 EAPI=4
31 inherit multilib python eutils
32 @@ -57,6 +57,7 @@
33
34 src_configure() {
35 econf \
36 + --disable-silent-rules \
37 $(use_with gnome-keyring ) \
38 $(use_with idn libidn) \
39 $(use_enable nls) \
40
41
42
43 1.142 mail-mta/msmtp/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/msmtp/ChangeLog?rev=1.142&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/msmtp/ChangeLog?rev=1.142&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/msmtp/ChangeLog?r1=1.141&r2=1.142
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v
52 retrieving revision 1.141
53 retrieving revision 1.142
54 diff -u -r1.141 -r1.142
55 --- ChangeLog 25 Dec 2012 22:35:45 -0000 1.141
56 +++ ChangeLog 26 Dec 2012 07:47:51 -0000 1.142
57 @@ -1,6 +1,9 @@
58 # ChangeLog for mail-mta/msmtp
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.141 2012/12/25 22:35:45 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.142 2012/12/26 07:47:51 eras Exp $
62 +
63 + 26 Dec 2012; Eray Aslan <eras@g.o> msmtp-1.4.30.ebuild:
64 + Build with verbose log - bug #448548
65
66 25 Dec 2012; Agostino Sarubbo <ago@g.o> msmtp-1.4.30.ebuild:
67 Stable for ia64, wrt bug #448088