summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kurakin <kuraga333@mail.ru>2023-11-11 23:52:46 +0300
committerBernard Cafarelli <voyageur@gentoo.org>2023-11-17 12:00:43 +0100
commitaf5dbff354880e63aaa7fab236547d61620141dc (patch)
tree830c5045b41cc43e20c9f751de62d397f95bd4f7 /mail-client
parentdev-libs/botan: enable py3.12, SLOT=2 (diff)
downloadgentoo-af5dbff354880e63aaa7fab236547d61620141dc.tar.gz
gentoo-af5dbff354880e63aaa7fab236547d61620141dc.tar.bz2
gentoo-af5dbff354880e63aaa7fab236547d61620141dc.zip
mail-client/claws-mail-9999: remove gdata plugin
Upstream removed it in https://git.claws-mail.org/?p=claws.git;a=commit;h=d0dbd94b829a2c8317738ecacc1bbabf61daae94 Signed-off-by: Alexander Kurakin <kuraga333@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/33770 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail/claws-mail-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild
index 48b10692fd01..79c169e2c494 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -21,7 +21,7 @@ fi
SLOT="0"
LICENSE="GPL-3"
-IUSE="archive bogofilter calendar clamav dbus debug doc gdata +gnutls +imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification +oauth pdf perl +pgp rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit xface"
+IUSE="archive bogofilter calendar clamav dbus debug doc +gnutls +imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification +oauth pdf perl +pgp rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit xface"
REQUIRED_USE="
libcanberra? ( notification )
libnotify? ( notification )
@@ -54,7 +54,6 @@ COMMONDEPEND="
>=dev-libs/dbus-glib-0.60
sys-apps/dbus
)
- gdata? ( >=dev-libs/libgdata-0.17.2 )
gnutls? ( >=net-libs/gnutls-3.0 )
imap? ( >=net-libs/libetpan-0.57 )
ldap? ( >=net-nds/openldap-2.0.7:= )
@@ -143,7 +142,6 @@ src_configure() {
$(use_enable debug more-addressbook-debug)
$(use_enable debug more-ldap-debug)
$(use_enable doc manual)
- $(use_enable gdata gdata-plugin)
$(use_enable gnutls)
$(use_enable ldap)
$(use_enable litehtml litehtml_viewer-plugin)