From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B853C138335 for ; Tue, 19 Feb 2019 23:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC4C1E088F; Tue, 19 Feb 2019 23:42:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6661FE088F for ; Tue, 19 Feb 2019 23:42:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9951E335CF7 for ; Tue, 19 Feb 2019 23:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDDB3543 for ; Tue, 19 Feb 2019 23:42:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1550619741.7a7e38fa93a0e80841250b512fddfc68e91f1785.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild mail-client/claws-mail/claws-mail-3.17.3.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7a7e38fa93a0e80841250b512fddfc68e91f1785 X-VCS-Branch: master Date: Tue, 19 Feb 2019 23:42:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b4349fd-3b49-485f-b655-1a59b66b74cc X-Archives-Hash: 1d2e4213bbd537c1411205a558232eb7 commit: 7a7e38fa93a0e80841250b512fddfc68e91f1785 Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 19 23:32:14 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 19 23:42:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7e38fa mail-client/claws-mail: Revbump to add lots of missing RDEPs. Also bumped ebuild to EAPI-7. Closes: https://bugs.gentoo.org/678318 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> ...l-3.17.3.ebuild => claws-mail-3.17.3-r1.ebuild} | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.17.3.ebuild b/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild similarity index 95% rename from mail-client/claws-mail/claws-mail-3.17.3.ebuild rename to mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild index fcf7a62de7d..427c3e97bc0 100644 --- a/mail-client/claws-mail/claws-mail-3.17.3.ebuild +++ b/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit autotools gnome2-utils python-single-r1 xdg-utils +inherit autotools desktop python-single-r1 xdg DESCRIPTION="An email client (and news reader) based on GTK+" HOMEPAGE="https://www.claws-mail.org/" @@ -31,7 +31,12 @@ REQUIRED_USE="libcanberra? ( notification ) COMMONDEPEND=" dev-libs/nettle net-mail/ytnef + sys-libs/zlib:= + x11-libs/cairo + x11-libs/gdk-pixbuf:2[jpeg] >=x11-libs/gtk+-2.24:2 + x11-libs/libX11 + x11-libs/pango archive? ( app-arch/libarchive >=net-misc/curl-7.9.7 @@ -41,7 +46,10 @@ COMMONDEPEND=" >=dev-libs/libical-2.0.0:= >=net-misc/curl-7.9.7 ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) + dbus? ( + >=dev-libs/dbus-glib-0.60 + sys-apps/dbus + ) gdata? ( >=dev-libs/libgdata-0.17.2 ) dillo? ( www-client/dillo ) gnutls? ( >=net-libs/gnutls-3.0 ) @@ -96,7 +104,7 @@ pkg_setup() { } src_prepare() { - default + xdg_src_prepare eautoreconf } @@ -193,7 +201,7 @@ src_install() { } pkg_preinst() { - gnome2_icon_savelist + xdg_pkg_preinst } pkg_postinst() { @@ -201,11 +209,9 @@ pkg_postinst() { ewarn "- There are no individual plugins in mail-client/claws-mail-* anymore, but they are integrated mostly controlled through USE flags" ewarn "- Plugins with no special dependencies are just built and can be loaded through the interface" ewarn "- The gtkhtml2 and trayicon plugins have been dropped entirely" - gnome2_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postinst } pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postrm }