Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
Date: Thu, 15 Apr 2021 22:32:52
Message-Id: 1618525840.79774003c20bd6601a6753d293acd66976d88c4e.asturm@gentoo
1 commit: 79774003c20bd6601a6753d293acd66976d88c4e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 21:37:58 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 22:30:40 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79774003
7
8 kde-apps/kmail: Drop unused DEPEND
9
10 Upstream commit 17b7165b75b523f178f99adfd84b9250a742b245
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/kmail/kmail-9999.ebuild | 23 +++++++++++------------
16 1 file changed, 11 insertions(+), 12 deletions(-)
17
18 diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
19 index 9e452d5ffc..7c210641ee 100644
20 --- a/kde-apps/kmail/kmail-9999.ebuild
21 +++ b/kde-apps/kmail/kmail-9999.ebuild
22 @@ -11,7 +11,7 @@ QTMIN=5.15.2
23 VIRTUALX_REQUIRED="test"
24 inherit ecm kde.org optfeature
25
26 -DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
27 +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes"
28 HOMEPAGE="https://apps.kde.org/en/kmail2
29 https://kontact.kde.org/components/kmail.html"
30
31 @@ -20,10 +20,8 @@ SLOT="5"
32 KEYWORDS=""
33 IUSE="telemetry"
34
35 -BDEPEND="
36 - dev-libs/libxslt
37 - test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
38 -"
39 +RESTRICT+=" test" # bug 616878
40 +
41 COMMON_DEPEND="
42 >=app-crypt/gpgme-1.11.1[cxx,qt5]
43 >=dev-qt/qtcore-${QTMIN}:5
44 @@ -52,7 +50,6 @@ COMMON_DEPEND="
45 >=kde-frameworks/kbookmarks-${KFMIN}:5
46 >=kde-frameworks/kcalendarcore-${KFMIN}:5
47 >=kde-frameworks/kcmutils-${KFMIN}:5
48 - >=kde-frameworks/kcodecs-${KFMIN}:5
49 >=kde-frameworks/kcompletion-${KFMIN}:5
50 >=kde-frameworks/kconfig-${KFMIN}:5
51 >=kde-frameworks/kconfigwidgets-${KFMIN}:5
52 @@ -86,8 +83,10 @@ RDEPEND="${COMMON_DEPEND}
53 >=kde-apps/kdepim-runtime-${PVCUT}:5
54 >=kde-apps/kmail-account-wizard-${PVCUT}:5
55 "
56 -
57 -RESTRICT+=" test" # bug 616878
58 +BDEPEND="
59 + dev-libs/libxslt
60 + test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
61 +"
62
63 src_prepare() {
64 ecm_src_prepare
65 @@ -104,10 +103,10 @@ src_configure() {
66
67 pkg_postinst() {
68 if [[ -z "${REPLACING_VERSIONS}" ]]; then
69 - optfeature "Virus detection" app-antivirus/clamav
70 - optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin
71 - optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
72 - optfeature "Crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
73 + optfeature "virus detection" app-antivirus/clamav
74 + optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
75 + optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
76 + optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
77 fi
78 ecm_pkg_postinst
79 }