Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot: dovecot-2.2.18.ebuild ChangeLog
Date: Thu, 28 May 2015 08:46:51
Message-Id: 20150528084646.D6B52A09@oystercatcher.gentoo.org
1 eras 15/05/28 08:46:46
2
3 Modified: dovecot-2.2.18.ebuild ChangeLog
4 Log:
5 Fix dev-libs/icu automagic dependency - bug #550544
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.2 net-mail/dovecot/dovecot-2.2.18.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild?r1=1.1&r2=1.2
15
16 Index: dovecot-2.2.18.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dovecot-2.2.18.ebuild 16 May 2015 09:48:13 -0000 1.1
23 +++ dovecot-2.2.18.ebuild 28 May 2015 08:46:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild,v 1.1 2015/05/16 09:48:13 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild,v 1.2 2015/05/28 08:46:46 eras Exp $
29
30 EAPI=5
31 inherit eutils multilib ssl-cert systemd user versionator
32 @@ -51,7 +51,8 @@
33 tcpd? ( sys-apps/tcp-wrappers )
34 vpopmail? ( net-mail/vpopmail )
35 zlib? ( sys-libs/zlib )
36 - virtual/libiconv"
37 + virtual/libiconv
38 + dev-libs/icu:="
39
40 RDEPEND="${DEPEND}
41 net-mail/mailbase"
42 @@ -100,6 +101,7 @@
43 --without-stemmer \
44 --with-storages="${storages}" \
45 --disable-rpath \
46 + --with-icu \
47 $( systemd_with_unitdir ) \
48 $( use_with bzip2 bzlib ) \
49 $( use_with caps libcap ) \
50
51
52
53 1.512 net-mail/dovecot/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.512&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.512&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.511&r2=1.512
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
62 retrieving revision 1.511
63 retrieving revision 1.512
64 diff -u -r1.511 -r1.512
65 --- ChangeLog 28 May 2015 08:42:37 -0000 1.511
66 +++ ChangeLog 28 May 2015 08:46:46 -0000 1.512
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-mail/dovecot
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.511 2015/05/28 08:42:37 eras Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.512 2015/05/28 08:46:46 eras Exp $
72 +
73 + 28 May 2015; Eray Aslan <eras@g.o> dovecot-2.2.18.ebuild:
74 + Fix dev-libs/icu automagic dependency - bug #550544
75
76 28 May 2015; Eray Aslan <eras@g.o> -dovecot-2.2.13-r1.ebuild,
77 -dovecot-2.2.15-r3.ebuild, -dovecot-2.2.16.ebuild: