diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-11 17:51:00 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-11 18:43:18 +0200 |
commit | a437a0df60acad0957165f6985ee3471816432b8 (patch) | |
tree | 7d9d2aaff687f66413691e47cc726bab66ef32b0 /mail-client/claws-mail | |
parent | dev-libs/nss: Stabilize 3.55 arm64, #734986 (diff) | |
download | gentoo-a437a0df60acad0957165f6985ee3471816432b8.tar.gz gentoo-a437a0df60acad0957165f6985ee3471816432b8.tar.bz2 gentoo-a437a0df60acad0957165f6985ee3471816432b8.zip |
mail-client/claws-mail: Revbump to remove "pda" USE flag.
Closes: https://bugs.gentoo.org/735118
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-client/claws-mail')
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild (renamed from mail-client/claws-mail/claws-mail-3.17.6.ebuild) | 5 | ||||
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail-client/claws-mail/claws-mail-3.17.6.ebuild b/mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild index f7c9b9aac7bc..02261d5f7751 100644 --- a/mail-client/claws-mail/claws-mail-3.17.6.ebuild +++ b/mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild @@ -20,7 +20,7 @@ fi SLOT="0" LICENSE="GPL-3" -IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls +imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" +IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls +imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager nls nntp +notification pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" REQUIRED_USE="libcanberra? ( notification ) libindicate? ( notification ) @@ -70,7 +70,6 @@ COMMONDEPEND=" libindicate? ( dev-libs/libindicate:3[gtk] ) libnotify? ( x11-libs/libnotify ) ) - pda? ( >=app-pda/jpilot-0.99 ) pdf? ( app-text/poppler[cairo] ) pgp? ( >=app-crypt/gpgme-1.0.0 ) session? ( @@ -130,6 +129,7 @@ src_configure() { --disable-bsfilter-plugin --disable-fancy-plugin --disable-generic-umpc + --disable-jpilot #735118 --enable-acpi_notifier-plugin --enable-address_keeper-plugin --enable-alternate-addressbook @@ -156,7 +156,6 @@ src_configure() { $(use_enable networkmanager) $(use_enable nls) $(use_enable notification notification-plugin) - $(use_enable pda jpilot) $(use_enable pdf pdf_viewer-plugin) $(use_enable perl perl-plugin) $(use_enable pgp pgpcore-plugin) diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 935280af79fa..f3986612859f 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -20,7 +20,7 @@ fi SLOT="0" LICENSE="GPL-3" -IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" +IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager nls nntp +notification pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" REQUIRED_USE="libcanberra? ( notification ) libindicate? ( notification ) libnotify? ( notification ) @@ -70,7 +70,6 @@ COMMONDEPEND=" libindicate? ( dev-libs/libindicate:3[gtk] ) libnotify? ( x11-libs/libnotify ) ) - pda? ( >=app-pda/jpilot-0.99 ) pdf? ( app-text/poppler[cairo] ) pgp? ( >=app-crypt/gpgme-1.0.0 ) session? ( @@ -130,6 +129,7 @@ src_configure() { --disable-bsfilter-plugin --disable-fancy-plugin --disable-generic-umpc + --disable-jpilot #735118 --enable-acpi_notifier-plugin --enable-address_keeper-plugin --enable-alternate-addressbook @@ -157,7 +157,6 @@ src_configure() { $(use_enable networkmanager) $(use_enable nls) $(use_enable notification notification-plugin) - $(use_enable pda jpilot) $(use_enable pdf pdf_viewer-plugin) $(use_enable perl perl-plugin) $(use_enable pgp pgpcore-plugin) |