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, 03 Mar 2022 11:07:58
Message-Id: 1646305662.937c78f47be49a169ac85d7c747936dd6e574363.asturm@gentoo
1 commit: 937c78f47be49a169ac85d7c747936dd6e574363
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 11:07:42 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 11:07:42 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=937c78f4
7
8 kde-apps/kmail: Add kde-apps/akonadi-import-wizard optfeature
9
10 Closes: https://bugs.gentoo.org/831945
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-apps/kmail/kmail-21.12.3.ebuild | 1 +
15 kde-apps/kmail/kmail-21.12.49.9999.ebuild | 1 +
16 kde-apps/kmail/kmail-9999.ebuild | 1 +
17 3 files changed, 3 insertions(+)
18
19 diff --git a/kde-apps/kmail/kmail-21.12.3.ebuild b/kde-apps/kmail/kmail-21.12.3.ebuild
20 index 74c0326777..0af27f6855 100644
21 --- a/kde-apps/kmail/kmail-21.12.3.ebuild
22 +++ b/kde-apps/kmail/kmail-21.12.3.ebuild
23 @@ -110,6 +110,7 @@ pkg_postinst() {
24 optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
25 optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
26 optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
27 + optfeature "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT}
28 fi
29 ecm_pkg_postinst
30 }
31
32 diff --git a/kde-apps/kmail/kmail-21.12.49.9999.ebuild b/kde-apps/kmail/kmail-21.12.49.9999.ebuild
33 index 6833a72d42..008d8fb4a3 100644
34 --- a/kde-apps/kmail/kmail-21.12.49.9999.ebuild
35 +++ b/kde-apps/kmail/kmail-21.12.49.9999.ebuild
36 @@ -110,6 +110,7 @@ pkg_postinst() {
37 optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
38 optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
39 optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
40 + optfeature "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT}
41 fi
42 ecm_pkg_postinst
43 }
44
45 diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
46 index 69950079bb..84401749af 100644
47 --- a/kde-apps/kmail/kmail-9999.ebuild
48 +++ b/kde-apps/kmail/kmail-9999.ebuild
49 @@ -108,6 +108,7 @@ pkg_postinst() {
50 optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
51 optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
52 optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
53 + optfeature "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT}
54 fi
55 ecm_pkg_postinst
56 }