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 4393D1382C5 for ; Thu, 15 Apr 2021 22:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D7EE0831; Thu, 15 Apr 2021 22:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3210EE0828 for ; Thu, 15 Apr 2021 22:32:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9AC30340BC9 for ; Thu, 15 Apr 2021 22:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E5F5722 for ; Thu, 15 Apr 2021 22:32:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618525840.79774003c20bd6601a6753d293acd66976d88c4e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-9999.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 79774003c20bd6601a6753d293acd66976d88c4e X-VCS-Branch: master Date: Thu, 15 Apr 2021 22:32:47 +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: 2d46366a-dc1e-48a1-ac35-41e9b72486cb X-Archives-Hash: 44e624b991ad6005352a479186bc4ade commit: 79774003c20bd6601a6753d293acd66976d88c4e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 21:37:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 15 22:30:40 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79774003 kde-apps/kmail: Drop unused DEPEND Upstream commit 17b7165b75b523f178f99adfd84b9250a742b245 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmail/kmail-9999.ebuild | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 9e452d5ffc..7c210641ee 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -11,7 +11,7 @@ QTMIN=5.15.2 VIRTUALX_REQUIRED="test" inherit ecm kde.org optfeature -DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes" HOMEPAGE="https://apps.kde.org/en/kmail2 https://kontact.kde.org/components/kmail.html" @@ -20,10 +20,8 @@ SLOT="5" KEYWORDS="" IUSE="telemetry" -BDEPEND=" - dev-libs/libxslt - test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) -" +RESTRICT+=" test" # bug 616878 + COMMON_DEPEND=" >=app-crypt/gpgme-1.11.1[cxx,qt5] >=dev-qt/qtcore-${QTMIN}:5 @@ -52,7 +50,6 @@ COMMON_DEPEND=" >=kde-frameworks/kbookmarks-${KFMIN}:5 >=kde-frameworks/kcalendarcore-${KFMIN}:5 >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 @@ -86,8 +83,10 @@ RDEPEND="${COMMON_DEPEND} >=kde-apps/kdepim-runtime-${PVCUT}:5 >=kde-apps/kmail-account-wizard-${PVCUT}:5 " - -RESTRICT+=" test" # bug 616878 +BDEPEND=" + dev-libs/libxslt + test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) +" src_prepare() { ecm_src_prepare @@ -104,10 +103,10 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Virus detection" app-antivirus/clamav - optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin - optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT} - optfeature "Crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT} + optfeature "virus detection" app-antivirus/clamav + optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin + optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT} + optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT} fi ecm_pkg_postinst }