Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/uw-imap: uw-imap-2007f.ebuild ChangeLog
Date: Sun, 01 Jan 2012 17:44:05
Message-Id: 20120101174350.E61F42004B@flycatcher.gentoo.org
1 armin76 12/01/01 17:43:50
2
3 Modified: uw-imap-2007f.ebuild ChangeLog
4 Log:
5 alpha/ia64/sparc stable wrt #391349
6
7 (Portage version: 2.1.10.43/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.6 net-mail/uw-imap/uw-imap-2007f.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild?r1=1.5&r2=1.6
15
16 Index: uw-imap-2007f.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- uw-imap-2007f.ebuild 24 Dec 2011 10:27:02 -0000 1.5
23 +++ uw-imap-2007f.ebuild 1 Jan 2012 17:43:50 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild,v 1.5 2011/12/24 10:27:02 eras Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2007f.ebuild,v 1.6 2012/01/01 17:43:50 armin76 Exp $
30
31 EAPI=4
32
33 @@ -15,7 +15,7 @@
34
35 LICENSE="Apache-2.0"
36 SLOT="0"
37 -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
38 +KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86"
39 IUSE="ipv6 +ssl kerberos clearpasswd"
40
41 DEPEND="!net-libs/c-client
42
43
44
45 1.132 net-mail/uw-imap/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/ChangeLog?rev=1.132&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/ChangeLog?rev=1.132&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-imap/ChangeLog?r1=1.131&r2=1.132
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v
54 retrieving revision 1.131
55 retrieving revision 1.132
56 diff -u -r1.131 -r1.132
57 --- ChangeLog 24 Dec 2011 10:27:02 -0000 1.131
58 +++ ChangeLog 1 Jan 2012 17:43:50 -0000 1.132
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-mail/uw-imap
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.131 2011/12/24 10:27:02 eras Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/ChangeLog,v 1.132 2012/01/01 17:43:50 armin76 Exp $
65 +
66 + 01 Jan 2012; Raúl Porcel <armin76@g.o> uw-imap-2007f.ebuild:
67 + alpha/ia64/sparc stable wrt #391349
68
69 24 Dec 2011; Eray Aslan <eras@g.o> uw-imap-2007f.ebuild:
70 Fix building with -ssl USE flag - bug #395855