Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
Date: Fri, 17 Aug 2018 09:55:05
Message-Id: 1534499692.16a5a989d625afeb02808a6f194f8b5be61b3eae.polynomial-c@gentoo
1 commit: 16a5a989d625afeb02808a6f194f8b5be61b3eae
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 09:52:41 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 17 09:54:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a5a989
7
8 mail-client/claws-mail: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 mail-client/claws-mail/claws-mail-9999.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild
16 index 4b9a1b1f12e..c9a2357c18e 100644
17 --- a/mail-client/claws-mail/claws-mail-9999.ebuild
18 +++ b/mail-client/claws-mail/claws-mail-9999.ebuild
19 @@ -20,7 +20,7 @@ fi
20 SLOT="0"
21 LICENSE="GPL-3"
22
23 -IUSE="archive bogofilter calendar clamav dbus debug doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface"
24 +IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface"
25 REQUIRED_USE="libcanberra? ( notification )
26 libindicate? ( notification )
27 libnotify? ( notification )
28 @@ -29,6 +29,7 @@ REQUIRED_USE="libcanberra? ( notification )
29 smime? ( pgp )"
30
31 COMMONDEPEND="
32 + dev-libs/nettle
33 net-mail/ytnef
34 archive? (
35 app-arch/libarchive
36 @@ -41,6 +42,7 @@ COMMONDEPEND="
37 )
38 dbus? ( >=dev-libs/dbus-glib-0.60 )
39 gdata? ( >=dev-libs/libgdata-0.17.2 )
40 + dillo? ( www-client/dillo )
41 gnutls? ( >=net-libs/gnutls-3.0 )
42 gtk3? ( x11-libs/gtk+:3 )
43 !gtk3? ( >=x11-libs/gtk+-2.24:2 )
44 @@ -123,6 +125,7 @@ src_configure() {
45 $(use_enable clamav clamd-plugin)
46 $(use_enable dbus)
47 $(use_enable debug crash-dialog)
48 + $(use_enable dillo dillo-plugin)
49 $(use_enable doc manual)
50 $(use_enable gdata gdata-plugin)
51 $(use_enable gnutls)
52 @@ -199,7 +202,7 @@ pkg_postinst() {
53 ewarn "When upgrading from version 3.9.0 or below some changes have happened:"
54 ewarn "- There are no individual plugins in mail-client/claws-mail-* anymore, but they are integrated mostly controlled through USE flags"
55 ewarn "- Plugins with no special dependencies are just built and can be loaded through the interface"
56 - ewarn "- The gtkhtml2, dillo and trayicon plugins have been dropped entirely"
57 + ewarn "- The gtkhtml2 and trayicon plugins have been dropped entirely"
58 gnome2_icon_cache_update
59 xdg_desktop_database_update
60 }