public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-02-06 15:59 Andreas Hüttel
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Hüttel @ 2016-02-06 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     37b153636e6fd38738c6bafc5ba102b9fc223f15
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 00:04:18 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:58:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b15363

kde-apps/kmail: Version bump

Package-Manager: portage-2.2.27

 kde-apps/kmail/Manifest                 |  1 +
 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 75 +++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/kde-apps/kmail/Manifest b/kde-apps/kmail/Manifest
index 6508138..cbcb87d 100644
--- a/kde-apps/kmail/Manifest
+++ b/kde-apps/kmail/Manifest
@@ -1,3 +1,4 @@
 DIST kdepim-4.14.10.tar.xz 14585020 SHA256 edad865b81259331780a25906127e105d06fda8aa56f6f11cfee4bc8f85bb7e2 SHA512 aa7e5a488964d11d355557e89053993bb0bed4860072dbb8ae1851df881713a15ec5aa4e428de9b85a8bef678ace307b33f186314fe5a8011521e30331a1691b WHIRLPOOL 358589e29baeb2f7bf648d1bbccb9bbf37c4c1a447f05a2eff472b50282d7d5118ad40ced2f93ac7f47f2c394f745216632d33be389e82f88efd69386f6ab57d
 DIST kdepim-4.14.8.tar.xz 14575884 SHA256 52b4174924387030c1b3803267f099f3534aa8ccde796953d6cf34b4aabbe3a7 SHA512 687b0db97476e692718039153a1ee60cf9ddab8d9adad06abba702a170d49488f60f0fe050a339db2da2a5996d1bdbe1faec73c1c2e2b655fa9ea66aa538899c WHIRLPOOL 4ce31c3c526a0eed7819137cb5c29450da75fac8a7f4f74e25794b6617bbd7e12987bb45983408ae87bd892a57508d171941b9c4e1a75324773611d950fe55e4
 DIST kdepim-4.4.2015.06.tar.xz 8901968 SHA256 d9153c57e697ca33d0bd82f1f93ed2befdabbe3822189c1c8acbdf7bf9bbaec6 SHA512 10e89ff1bb22ef03ae2128b800f87c76da945703fa98c07fa0ac29deb17c724beeca84995c50b067138ab7cf0543112173eb850d897b38c512a25974bfc15e1e WHIRLPOOL 543b9d629380e9923b38c414cf6e7390437a48acfb31b9ed934e9655bb1efb1f480065942775dc68d8382e639e4df122f953388dad90a9fadb3734d2f2fe72f0
+DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03 WHIRLPOOL 9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
new file mode 100644
index 0000000..9b49b62
--- /dev/null
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kdepim"
+KDE_HANDBOOK=optional
+VIRTUALX_REQUIRED=test
+inherit flag-o-matic kde4-meta
+
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE (noakonadi branch)"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdelibs '' 4.13.1)
+	$(add_kdeapps_dep kdepimlibs '' 4.13.1)
+	$(add_kdeapps_dep libkdepim '' 4.4.11.1-r1)
+	$(add_kdeapps_dep libkleo '' 4.4.2015)
+	$(add_kdeapps_dep libkpgp '' 4.4.2015)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	korganizer/org.kde.Korganizer.Calendar.xml
+	libkleo/
+	libkpgp/
+"
+KMEXTRA="
+	kmailcvt/
+	ksendemail/
+	libksieve/
+	messagecore/
+	messagelist/
+	messageviewer/
+	mimelib/
+	plugins/kmail/
+"
+KMLOADLIBS="libkdepim"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-4.4.9-nodbus.patch"
+)
+
+src_configure() {
+	# Bug 308903
+	use ppc64 && append-flags -mminimal-toc
+
+	mycmakeargs=(
+		-DWITH_IndicateQt=OFF
+	)
+
+	kde4-meta_src_configure
+}
+
+src_compile() {
+	kde4-meta_src_compile kmail_xml
+	kde4-meta_src_compile
+}
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
+		echo
+		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
+		echo
+	fi
+	if ! has_version kde-base/kleopatra:${SLOT}; then
+		echo
+		elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
+		echo
+	fi
+}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-02-06 15:59 Andreas Hüttel
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Hüttel @ 2016-02-06 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c4bd212f48d498111768b01b4dd43be896b5fdb8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 15:03:56 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:58:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bd212f

kde-apps/kmail: Shorten DESCRIPTION

Package-Manager: portage-2.2.27

 kde-apps/kmail/kmail-4.4.2015.06.ebuild | 4 ++--
 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
index f0bb077..99b1ef1 100644
--- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ KDE_HANDBOOK=optional
 VIRTUALX_REQUIRED=test
 inherit flag-o-matic kde4-meta
 
-DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE (noakonadi branch)"
+DESCRIPTION="Email component of Kontact (noakonadi branch)"
 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index aa44a9c..670e394 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -9,7 +9,7 @@ KDE_HANDBOOK=optional
 VIRTUALX_REQUIRED=test
 inherit flag-o-matic kde4-meta
 
-DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE (noakonadi branch)"
+DESCRIPTION="Email component of Kontact (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-03-05 13:28 Mikle Kolyada
  0 siblings, 0 replies; 38+ messages in thread
From: Mikle Kolyada @ 2016-03-05 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     76b75107d9efbdacc54f7543c0cb1e6c0b701c65
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 13:24:59 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 13:24:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b75107

kde-apps/kmail: amd64 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-apps/kmail/kmail-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index a023bd6..fac0f1c 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-03-06 11:26 Mikle Kolyada
  0 siblings, 0 replies; 38+ messages in thread
From: Mikle Kolyada @ 2016-03-06 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f469f90131879532c59b562716796cef072205ea
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 11:19:50 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 11:22:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f469f901

kde-apps/kmail: x86 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-apps/kmail/kmail-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index fac0f1c..47e0d60 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-03-21 15:58 Johannes Huber
  0 siblings, 0 replies; 38+ messages in thread
From: Johannes Huber @ 2016-03-21 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e8e79a1d3ec92fa6024e9b4bc7c5b8853c1f233a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 15:57:58 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 15:58:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e79a1d

kde-apps/kmail: Shorten DESCRIPTION

Package-Manager: portage-2.2.28

 kde-apps/kmail/kmail-4.14.10.ebuild | 4 ++--
 kde-apps/kmail/kmail-4.14.8.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index 47e0d60..cc163c0 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ EGIT_BRANCH="KDE/4.14"
 VIRTUALX_REQUIRED=test
 inherit flag-o-matic kde4-meta
 
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE"
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"

diff --git a/kde-apps/kmail/kmail-4.14.8.ebuild b/kde-apps/kmail/kmail-4.14.8.ebuild
index 9678dae..963ab62 100644
--- a/kde-apps/kmail/kmail-4.14.8.ebuild
+++ b/kde-apps/kmail/kmail-4.14.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ EGIT_BRANCH="KDE/4.14"
 VIRTUALX_REQUIRED=test
 inherit flag-o-matic kde4-meta
 
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE"
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-03-21 20:58 Johannes Huber
  0 siblings, 0 replies; 38+ messages in thread
From: Johannes Huber @ 2016-03-21 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     05ad935080c4a9b67cd5a8cebe366a731ddb5efd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 20:58:22 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 20:58:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ad9350

kde-apps/kmail: Update pkg_postinst

Gentoo-bug: 577948
Reported-by: yves.caniou <AT> ens-lyon.fr

Package-Manager: portage-2.2.28

 kde-apps/kmail/kmail-4.14.10.ebuild     | 6 +++---
 kde-apps/kmail/kmail-4.14.8.ebuild      | 6 +++---
 kde-apps/kmail/kmail-4.4.2015.06.ebuild | 4 ++--
 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index cc163c0..d92a869 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -96,9 +96,9 @@ pkg_postinst() {
 		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
 		echo
 	fi
-	if ! has_version kde-base/kleopatra:${SLOT}; then
+	if ! has_version kde-apps/kleopatra:${SLOT}; then
 		echo
-		elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
+		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
 		echo
 	fi
 
@@ -106,7 +106,7 @@ pkg_postinst() {
 		ewarn
 		ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
 		ewarn "user configuration. This is the backend recommended by KDE upstream."
-		ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
+		ewarn "Reports indicate that kde-apps/kmail-4.10 does not work properly with the sqlite"
 		ewarn "backend anymore."
 		if has_version "app-office/akonadi-server[-mysql]"; then
 			ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."

diff --git a/kde-apps/kmail/kmail-4.14.8.ebuild b/kde-apps/kmail/kmail-4.14.8.ebuild
index 963ab62..ad4ff35 100644
--- a/kde-apps/kmail/kmail-4.14.8.ebuild
+++ b/kde-apps/kmail/kmail-4.14.8.ebuild
@@ -94,9 +94,9 @@ pkg_postinst() {
 		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
 		echo
 	fi
-	if ! has_version kde-base/kleopatra:${SLOT}; then
+	if ! has_version kde-apps/kleopatra:${SLOT}; then
 		echo
-		elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
+		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
 		echo
 	fi
 
@@ -104,7 +104,7 @@ pkg_postinst() {
 		ewarn
 		ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
 		ewarn "user configuration. This is the backend recommended by KDE upstream."
-		ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
+		ewarn "Reports indicate that kde-apps/kmail-4.10 does not work properly with the sqlite"
 		ewarn "backend anymore."
 		if has_version "app-office/akonadi-server[-mysql]"; then
 			ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."

diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
index 99b1ef1..741b12d 100644
--- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
@@ -67,9 +67,9 @@ pkg_postinst() {
 		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
 		echo
 	fi
-	if ! has_version kde-base/kleopatra:${SLOT}; then
+	if ! has_version kde-apps/kleopatra:${SLOT}; then
 		echo
-		elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
+		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
 		echo
 	fi
 }

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index 670e394..ebfaf98 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -68,9 +68,9 @@ pkg_postinst() {
 		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
 		echo
 	fi
-	if ! has_version kde-base/kleopatra:${SLOT}; then
+	if ! has_version kde-apps/kleopatra:${SLOT}; then
 		echo
-		elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
+		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
 		echo
 	fi
 }


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-05-26  7:11 Michael Palimaka
  0 siblings, 0 replies; 38+ messages in thread
From: Michael Palimaka @ 2016-05-26  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c4314634d4b64d745b898ff8c95681b2f9c2521c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 07:09:27 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 07:11:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4314634

kde-apps/kmail: fix broken use statement

Package-Manager: portage-2.3.0_rc1

 kde-apps/kmail/kmail-4.14.10.ebuild             | 2 +-
 kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 2 +-
 kde-apps/kmail/kmail-4.4.2015.06.ebuild         | 2 +-
 kde-apps/kmail/kmail-4.4.2016.01.ebuild         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index a7e5125..d92a869 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -78,7 +78,7 @@ PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" )
 
 src_configure() {
 	# Bug 308903
-	use ~ppc64 && append-flags -mminimal-toc
+	use ppc64 && append-flags -mminimal-toc
 
 	kde4-meta_src_configure
 }

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
index 4954a4b..01b404c 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
@@ -79,7 +79,7 @@ KMLOADLIBS="kdepim-common-libs"
 
 src_configure() {
 	# Bug 308903
-	use ~ppc64 && append-flags -mminimal-toc
+	use ppc64 && append-flags -mminimal-toc
 
 	kde4-meta_src_configure
 }

diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
index e84a8b4..741b12d 100644
--- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
@@ -45,7 +45,7 @@ PATCHES=(
 
 src_configure() {
 	# Bug 308903
-	use ~ppc64 && append-flags -mminimal-toc
+	use ppc64 && append-flags -mminimal-toc
 
 	mycmakeargs=(
 		-DWITH_IndicateQt=OFF

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index c39eba0..ebfaf98 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -46,7 +46,7 @@ PATCHES=(
 
 src_configure() {
 	# Bug 308903
-	use ~ppc64 && append-flags -mminimal-toc
+	use ppc64 && append-flags -mminimal-toc
 
 	mycmakeargs=(
 		-DWITH_IndicateQt=OFF


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-06-11 10:56 Agostino Sarubbo
  0 siblings, 0 replies; 38+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d756f02173ad4126799f66b278d241e33ee7c8f7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 10:56:02 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 10:56:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d756f021

kde-apps/kmail: amd64 stable wrt bug #584652

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
index 01b404c..0c2211b 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-06-11 12:23 Agostino Sarubbo
  0 siblings, 0 replies; 38+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9f1006df4ba58eb81fd2f28c31f3632c31b35dbc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 12:21:55 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 12:21:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1006df

kde-apps/kmail: amd64 stable wrt bug #583728

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index ebfaf98..5ea14c1 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -11,7 +11,7 @@ inherit flag-o-matic kde4-meta
 
 DESCRIPTION="Email component of Kontact (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-07-02 16:45 Michael Palimaka
  0 siblings, 0 replies; 38+ messages in thread
From: Michael Palimaka @ 2016-07-02 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     79c8c5d7465a6b12a1210db13fe38bc167be26b0
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jun 26 11:46:21 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 16:45:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c8c5d7

kde-apps/kmail: Block incompatible kdepimlibs versions

Gentoo-bug: 586626

Package-Manager: portage-2.2.28

 kde-apps/kmail/kmail-4.14.10.ebuild     | 5 ++---
 kde-apps/kmail/kmail-4.4.2015.06.ebuild | 4 +++-
 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 4 +++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index d92a869..17f4556 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -20,9 +20,8 @@ DEPEND="
 	$(add_kdeapps_dep korganizer)
 	$(add_kdeapps_dep kdepim-common-libs)
 "
-RDEPEND="
-	${DEPEND}
-	!=kde-apps/kdepim-common-libs-4.12.1-r1
+RDEPEND="${DEPEND}
+	!>=kde-apps/kdepimlibs-4.14.11_pre20160211
 "
 
 RESTRICT="test"

diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
index 741b12d..6fdba1d 100644
--- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
@@ -20,7 +20,9 @@ DEPEND="
 	$(add_kdeapps_dep libkleo '' 4.4.2015)
 	$(add_kdeapps_dep libkpgp '' 4.4.2015)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!>=kde-apps/kdepimlibs-4.14.11_pre20160211
+"
 
 KMEXTRACTONLY="
 	korganizer/org.kde.Korganizer.Calendar.xml

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index 5ea14c1..01126d5 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -21,7 +21,9 @@ DEPEND="
 	$(add_kdeapps_dep libkleo '' 4.4.2015)
 	$(add_kdeapps_dep libkpgp '' 4.4.2015)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	!>=kde-apps/kdepimlibs-4.14.11_pre20160211
+"
 
 KMEXTRACTONLY="
 	korganizer/org.kde.Korganizer.Calendar.xml


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-07-07 18:33 Johannes Huber
  0 siblings, 0 replies; 38+ messages in thread
From: Johannes Huber @ 2016-07-07 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6ff0b3946654fe911580fa9e53195f3d2d053005
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 18:32:50 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 18:32:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff0b394

kde-apps/kmail: Cleanup src_configure

Package-Manager: portage-2.3.0

 kde-apps/kmail/kmail-4.14.10.ebuild             | 7 -------
 kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 7 -------
 kde-apps/kmail/kmail-4.4.2016.01.ebuild         | 3 ---
 3 files changed, 17 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild
index 55aed2e..a2ab8a3 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -75,13 +75,6 @@ KMLOADLIBS="kdepim-common-libs"
 
 PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" )
 
-src_configure() {
-	# Bug 308903
-	use ppc64 && append-flags -mminimal-toc
-
-	kde4-meta_src_configure
-}
-
 src_compile() {
 	kde4-meta_src_compile kmail_xml
 	kde4-meta_src_compile

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
index c7cf079..d32dc08 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
@@ -77,13 +77,6 @@ KMEXTRA="
 
 KMLOADLIBS="kdepim-common-libs"
 
-src_configure() {
-	# Bug 308903
-	use ppc64 && append-flags -mminimal-toc
-
-	kde4-meta_src_configure
-}
-
 src_compile() {
 	kde4-meta_src_compile kmail_xml
 	kde4-meta_src_compile

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index 861757d..73ce2af 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -47,9 +47,6 @@ PATCHES=(
 )
 
 src_configure() {
-	# Bug 308903
-	use ppc64 && append-flags -mminimal-toc
-
 	mycmakeargs=(
 		-DWITH_IndicateQt=OFF
 	)


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-12-17 19:48 Johannes Huber
  0 siblings, 0 replies; 38+ messages in thread
From: Johannes Huber @ 2016-12-17 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     62817a18f30cc5b9ae78e7c2ec8b715ec386c76f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:48:04 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:48:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62817a18

kde-apps/kmail: Fix file collision

Collides with kde-apps/ktnef:4 as well.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-16.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-16.12.0.ebuild b/kde-apps/kmail/kmail-16.12.0.ebuild
index 75b1d89..5dd6773 100644
--- a/kde-apps/kmail/kmail-16.12.0.ebuild
+++ b/kde-apps/kmail/kmail-16.12.0.ebuild
@@ -78,7 +78,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim:5
 	!kde-apps/kdepim-common-libs:4
-	!kde-apps/ktnef:5
+	kde-apps/ktnef
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-12-17 19:49 Johannes Huber
  0 siblings, 0 replies; 38+ messages in thread
From: Johannes Huber @ 2016-12-17 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b37fe5b5a756b23e04f31a9b4a6754342e776c9e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:49:49 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:49:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37fe5b5

kde-apps/kmail: Typo

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-16.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-16.12.0.ebuild b/kde-apps/kmail/kmail-16.12.0.ebuild
index 5dd6773..a936a69 100644
--- a/kde-apps/kmail/kmail-16.12.0.ebuild
+++ b/kde-apps/kmail/kmail-16.12.0.ebuild
@@ -78,7 +78,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim:5
 	!kde-apps/kdepim-common-libs:4
-	kde-apps/ktnef
+	!kde-apps/ktnef
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-12-21 12:32 Michael Palimaka
  0 siblings, 0 replies; 38+ messages in thread
From: Michael Palimaka @ 2016-12-21 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     cd7caefe0c4af6cdf52e52a792620b0e39dfb5fc
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec 20 20:18:12 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 12:32:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7caefe

kde-apps/kmail: Drop old

Package-Manager: portage-2.3.0

 kde-apps/kmail/kmail-16.12.0.ebuild | 106 ------------------------------------
 1 file changed, 106 deletions(-)

diff --git a/kde-apps/kmail/kmail-16.12.0.ebuild b/kde-apps/kmail/kmail-16.12.0.ebuild
deleted file mode 100644
index a936a69..00000000
--- a/kde-apps/kmail/kmail-16.12.0.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-QT_MINIMAL="5.7.0"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
-HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep sonnet)
-	$(add_kdeapps_dep akonadi)
-	$(add_kdeapps_dep akonadi-contacts)
-	$(add_kdeapps_dep akonadi-mime)
-	$(add_kdeapps_dep akonadi-search)
-	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep kcontacts)
-	$(add_kdeapps_dep kdepim-apps-libs)
-	$(add_kdeapps_dep kidentitymanagement)
-	$(add_kdeapps_dep kmailtransport)
-	$(add_kdeapps_dep kmime)
-	$(add_kdeapps_dep kontactinterface)
-	$(add_kdeapps_dep kpimtextedit)
-	$(add_kdeapps_dep libgravatar)
-	$(add_kdeapps_dep libkdepim)
-	$(add_kdeapps_dep libkleo)
-	$(add_kdeapps_dep libksieve)
-	$(add_kdeapps_dep libktnef)
-	$(add_kdeapps_dep mailcommon)
-	$(add_kdeapps_dep messagelib)
-	$(add_kdeapps_dep pimcommon)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebengine 'widgets')
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	>=app-crypt/gpgme-1.7.1[cxx,qt5]
-"
-DEPEND="${COMMON_DEPEND}
-	$(add_kdeapps_dep kcalutils)
-	$(add_kdeapps_dep kldap)
-	dev-libs/libxslt
-	test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') )
-"
-RDEPEND="${COMMON_DEPEND}
-	!kde-apps/kdepim:5
-	!kde-apps/kdepim-common-libs:4
-	!kde-apps/ktnef
-"
-
-src_prepare() {
-	cmake-utils_src_prepare
-
-	if ! use handbook; then
-		sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
-	fi
-}
-
-pkg_postinst() {
-	kde5_pkg_postinst
-
-	if ! has_version "kde-apps/kdepim-addons:${SLOT}" ; then
-		echo
-		elog "Install kde-apps/kdepim-addons:${SLOT} for fancy e-mail headers and various useful plugins."
-		echo
-	fi
-
-	if ! has_version "kde-apps/kleopatra:${SLOT}" ; then
-		echo
-		elog "Install kde-apps/kleopatra:${SLOT} to get a crypto config and certificate details GUI."
-		echo
-	fi
-}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2016-12-21 12:32 Michael Palimaka
  0 siblings, 0 replies; 38+ messages in thread
From: Michael Palimaka @ 2016-12-21 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     30f4b4b61b1ad670339cfbe04f81c02b7f8232f3
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec 20 20:17:35 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 12:32:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f4b4b6

kde-apps/kmail: Add missing RDEPEND

Needs kde-apps/kdepim-runtime for akonadi resources

Package-Manager: portage-2.3.0

 kde-apps/kmail/kmail-16.12.0-r1.ebuild | 107 +++++++++++++++++++++++++++++++++
 1 file changed, 107 insertions(+)

diff --git a/kde-apps/kmail/kmail-16.12.0-r1.ebuild b/kde-apps/kmail/kmail-16.12.0-r1.ebuild
new file mode 100644
index 00000000..5383b4c
--- /dev/null
+++ b/kde-apps/kmail/kmail-16.12.0-r1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+QT_MINIMAL="5.7.0"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
+HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep sonnet)
+	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep akonadi-contacts)
+	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep akonadi-search)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcontacts)
+	$(add_kdeapps_dep kdepim-apps-libs)
+	$(add_kdeapps_dep kidentitymanagement)
+	$(add_kdeapps_dep kmailtransport)
+	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep kontactinterface)
+	$(add_kdeapps_dep kpimtextedit)
+	$(add_kdeapps_dep libgravatar)
+	$(add_kdeapps_dep libkdepim)
+	$(add_kdeapps_dep libkleo)
+	$(add_kdeapps_dep libksieve)
+	$(add_kdeapps_dep libktnef)
+	$(add_kdeapps_dep mailcommon)
+	$(add_kdeapps_dep messagelib)
+	$(add_kdeapps_dep pimcommon)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwebengine 'widgets')
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	>=app-crypt/gpgme-1.7.1[cxx,qt5]
+"
+DEPEND="${COMMON_DEPEND}
+	$(add_kdeapps_dep kcalutils)
+	$(add_kdeapps_dep kldap)
+	dev-libs/libxslt
+	test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') )
+"
+RDEPEND="${COMMON_DEPEND}
+	!kde-apps/kdepim:5
+	!kde-apps/kdepim-common-libs:4
+	!kde-apps/ktnef
+	$(add_kdeapps_dep kdepim-runtime)
+"
+
+src_prepare() {
+	cmake-utils_src_prepare
+
+	if ! use handbook; then
+		sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
+	fi
+}
+
+pkg_postinst() {
+	kde5_pkg_postinst
+
+	if ! has_version "kde-apps/kdepim-addons:${SLOT}" ; then
+		echo
+		elog "Install kde-apps/kdepim-addons:${SLOT} for fancy e-mail headers and various useful plugins."
+		echo
+	fi
+
+	if ! has_version "kde-apps/kleopatra:${SLOT}" ; then
+		echo
+		elog "Install kde-apps/kleopatra:${SLOT} to get a crypto config and certificate details GUI."
+		echo
+	fi
+}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-03-05 23:20 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2017-03-05 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     74484778855a0cee31e9497b21bac209e64acb26
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 22:36:43 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 23:16:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74484778

kde-apps/kmail: Raise DEPEND on fixed kde-apps/kdepimlibs

Gentoo-bug: 600510

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild | 111 +++++++++++++++++++++
 kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild         |  74 ++++++++++++++
 2 files changed, 185 insertions(+)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
new file mode 100644
index 00000000000..6595247b651
--- /dev/null
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+VIRTUALX_REQUIRED="test"
+WEBKIT_REQUIRED="always"
+inherit flag-o-matic kde4-meta
+
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE"
+HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
+COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
+SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdeapps_dep kdepimlibs 'akonadi(+)' 4.14.11_pre20160211-r3)
+	$(add_kdeapps_dep kdepim-common-libs '' 4.14.11_pre20160211-r1)
+	$(add_kdeapps_dep korganizer)
+"
+RDEPEND="
+	${DEPEND}
+	!=kde-apps/kdepim-common-libs-4.12.1-r1
+"
+
+RESTRICT="test"
+# bug 393147
+
+KMEXTRACTONLY="
+	agents/folderarchiveagent.desktop
+	agents/sendlateragent/
+	akonadi_next/
+	calendarviews/
+	grantleeeditor/grantleethemeeditor/
+	kdgantt2/
+	korganizer/
+	kresources/
+	libkdepimdbusinterfaces/
+	libkleo/
+	libkpgp/
+"
+KMCOMPILEONLY="
+	calendarsupport/
+	grantleetheme/
+	incidenceeditor-ng/
+	kaddressbookgrantlee/
+	mailcommon/
+	mailimporter/
+	messagecomposer/
+	messagecore/
+	messagelist/
+	messageviewer/
+	mailcommon/
+	mailimporter/
+	noteshared/
+	pimcommon/
+	templateparser/
+"
+KMEXTRA="
+	agents/archivemailagent/
+	agents/followupreminderagent/
+	agents/mailfilteragent/
+	grantleeeditor/headerthemeeditor/
+	importwizard/
+	kmailcvt/
+	ksendemail/
+	libksieve/
+	mboximporter/
+	pimsettingexporter/
+	plugins/messageviewer/
+"
+
+KMLOADLIBS="kdepim-common-libs"
+
+src_compile() {
+	kde4-meta_src_compile kmail_xml
+	kde4-meta_src_compile
+}
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
+		echo
+		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
+		echo
+	fi
+	if ! has_version kde-apps/kleopatra:${SLOT}; then
+		echo
+		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
+		echo
+	fi
+
+	if has_version "kde-apps/akonadi[sqlite]"; then
+		ewarn
+		ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
+		ewarn "user configuration. This is the backend recommended by KDE upstream."
+		ewarn "Reports indicate that kde-apps/kmail-4.10 does not work properly with the sqlite"
+		ewarn "backend anymore."
+		if has_version "kde-apps/akonadi[-mysql]"; then
+			ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD kde-apps/akonadi WITH mysql USEFLAG ENABLED."
+		fi
+		ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
+		ewarn
+	fi
+}

diff --git a/kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild b/kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild
new file mode 100644
index 00000000000..03e8b9315b8
--- /dev/null
+++ b/kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KMNAME="kdepim"
+KDE_HANDBOOK=optional
+VIRTUALX_REQUIRED=test
+inherit flag-o-matic kde4-meta
+
+DESCRIPTION="Email component of Kontact (noakonadi branch)"
+HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdeapps_dep kdepimlibs '' 4.14.10-r3)
+	$(add_kdeapps_dep libkdepim '' 4.4.11.1-r1)
+	$(add_kdeapps_dep libkleo '' 4.4.2015)
+	$(add_kdeapps_dep libkpgp '' 4.4.2015)
+	kde-frameworks/kdelibs:4
+"
+RDEPEND="${DEPEND}
+	!>=kde-apps/kdepimlibs-4.14.11_pre20160211
+"
+
+KMEXTRACTONLY="
+	korganizer/org.kde.Korganizer.Calendar.xml
+	libkleo/
+	libkpgp/
+"
+KMEXTRA="
+	kmailcvt/
+	ksendemail/
+	libksieve/
+	messagecore/
+	messagelist/
+	messageviewer/
+	mimelib/
+	plugins/kmail/
+"
+KMLOADLIBS="libkdepim"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-4.4.9-nodbus.patch"
+)
+
+src_configure() {
+	mycmakeargs=(
+		-DWITH_IndicateQt=OFF
+	)
+
+	kde4-meta_src_configure
+}
+
+src_compile() {
+	kde4-meta_src_compile kmail_xml
+	kde4-meta_src_compile
+}
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
+		echo
+		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
+		echo
+	fi
+	if ! has_version kde-apps/kleopatra:${SLOT}; then
+		echo
+		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
+		echo
+	fi
+}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-03-09 12:24 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2017-03-09 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b96c4d46a95e65e125b504d138b08f16d3bbe1fd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 12:19:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 12:19:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96c4d46

kde-apps/kmail: amd64 stable

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild | 2 +-
 kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
index 6595247b651..052e9d1cd95 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="

diff --git a/kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild b/kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild
index 03e8b9315b8..832b06456c5 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01-r1.ebuild
@@ -10,7 +10,7 @@ inherit flag-o-matic kde4-meta
 
 DESCRIPTION="Email component of Kontact (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-03-09 12:24 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2017-03-09 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ad297435807a752a10fe3e52c460f966aa274641
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 12:22:23 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 12:22:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad297435

kde-apps/kmail: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 74 ---------------------------------
 1 file changed, 74 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
deleted file mode 100644
index 8c7b810555f..00000000000
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KMNAME="kdepim"
-KDE_HANDBOOK=optional
-VIRTUALX_REQUIRED=test
-inherit flag-o-matic kde4-meta
-
-DESCRIPTION="Email component of Kontact (noakonadi branch)"
-HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs '' 4.13.1)
-	$(add_kdeapps_dep libkdepim '' 4.4.11.1-r1)
-	$(add_kdeapps_dep libkleo '' 4.4.2015)
-	$(add_kdeapps_dep libkpgp '' 4.4.2015)
-	kde-frameworks/kdelibs:4
-"
-RDEPEND="${DEPEND}
-	!>=kde-apps/kdepimlibs-4.14.11_pre20160211
-"
-
-KMEXTRACTONLY="
-	korganizer/org.kde.Korganizer.Calendar.xml
-	libkleo/
-	libkpgp/
-"
-KMEXTRA="
-	kmailcvt/
-	ksendemail/
-	libksieve/
-	messagecore/
-	messagelist/
-	messageviewer/
-	mimelib/
-	plugins/kmail/
-"
-KMLOADLIBS="libkdepim"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-4.4.9-nodbus.patch"
-)
-
-src_configure() {
-	mycmakeargs=(
-		-DWITH_IndicateQt=OFF
-	)
-
-	kde4-meta_src_configure
-}
-
-src_compile() {
-	kde4-meta_src_compile kmail_xml
-	kde4-meta_src_compile
-}
-
-pkg_postinst() {
-	kde4-meta_pkg_postinst
-
-	if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
-		echo
-		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
-		echo
-	fi
-	if ! has_version kde-apps/kleopatra:${SLOT}; then
-		echo
-		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
-		echo
-	fi
-}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-03-10 10:59 Agostino Sarubbo
  0 siblings, 0 replies; 38+ messages in thread
From: Agostino Sarubbo @ 2017-03-10 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f05108243425dc951e6171a27cb2054f482f541a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 10:58:16 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 10:59:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0510824

kde-apps/kmail: x86 stable wrt bug #600510

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
index 052e9d1cd95..33c095132de 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-03-10 19:20 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2017-03-10 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     31879e016a49e6b3c6402be2441e623532121884
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 19:17:10 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 19:17:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31879e01

kde-apps/kmail: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 111 ------------------------
 1 file changed, 111 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
deleted file mode 100644
index 42261177867..00000000000
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-VIRTUALX_REQUIRED="test"
-WEBKIT_REQUIRED="always"
-inherit flag-o-matic kde4-meta
-
-DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE"
-HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
-COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
-SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
-
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs 'akonadi(+)')
-	$(add_kdeapps_dep kdepim-common-libs)
-	$(add_kdeapps_dep korganizer)
-"
-RDEPEND="
-	${DEPEND}
-	!=kde-apps/kdepim-common-libs-4.12.1-r1
-"
-
-RESTRICT="test"
-# bug 393147
-
-KMEXTRACTONLY="
-	agents/folderarchiveagent.desktop
-	agents/sendlateragent/
-	akonadi_next/
-	calendarviews/
-	grantleeeditor/grantleethemeeditor/
-	kdgantt2/
-	korganizer/
-	kresources/
-	libkdepimdbusinterfaces/
-	libkleo/
-	libkpgp/
-"
-KMCOMPILEONLY="
-	calendarsupport/
-	grantleetheme/
-	incidenceeditor-ng/
-	kaddressbookgrantlee/
-	mailcommon/
-	mailimporter/
-	messagecomposer/
-	messagecore/
-	messagelist/
-	messageviewer/
-	mailcommon/
-	mailimporter/
-	noteshared/
-	pimcommon/
-	templateparser/
-"
-KMEXTRA="
-	agents/archivemailagent/
-	agents/followupreminderagent/
-	agents/mailfilteragent/
-	grantleeeditor/headerthemeeditor/
-	importwizard/
-	kmailcvt/
-	ksendemail/
-	libksieve/
-	mboximporter/
-	pimsettingexporter/
-	plugins/messageviewer/
-"
-
-KMLOADLIBS="kdepim-common-libs"
-
-src_compile() {
-	kde4-meta_src_compile kmail_xml
-	kde4-meta_src_compile
-}
-
-pkg_postinst() {
-	kde4-meta_pkg_postinst
-
-	if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
-		echo
-		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
-		echo
-	fi
-	if ! has_version kde-apps/kleopatra:${SLOT}; then
-		echo
-		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
-		echo
-	fi
-
-	if has_version "kde-apps/akonadi[sqlite]"; then
-		ewarn
-		ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
-		ewarn "user configuration. This is the backend recommended by KDE upstream."
-		ewarn "Reports indicate that kde-apps/kmail-4.10 does not work properly with the sqlite"
-		ewarn "backend anymore."
-		if has_version "kde-apps/akonadi[-mysql]"; then
-			ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD kde-apps/akonadi WITH mysql USEFLAG ENABLED."
-		fi
-		ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
-		ewarn
-	fi
-}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-05-07 21:24 Agostino Sarubbo
  0 siblings, 0 replies; 38+ messages in thread
From: Agostino Sarubbo @ 2017-05-07 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     fde9cc686356f2e07c6b5b4805e8e3fa1ea1e1d8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 21:23:12 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  7 21:23:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde9cc68

kde-apps/kmail: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
index ba8eeffb932..1ebc8cf3db8 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-05-10 15:44 Agostino Sarubbo
  0 siblings, 0 replies; 38+ messages in thread
From: Agostino Sarubbo @ 2017-05-10 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e8021331706188ab47ec190072f8795211fbefa1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 15:42:22 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 10 15:44:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8021331

kde-apps/kmail: x86 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
index 1ebc8cf3db8..18b70a62022 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-06-17 15:36 Agostino Sarubbo
  0 siblings, 0 replies; 38+ messages in thread
From: Agostino Sarubbo @ 2017-06-17 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     53653db425ec66b6286acabbaf3418016718ddce
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 15:33:05 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 15:36:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53653db4

kde-apps/kmail: amd64 stable wrt bug #621828

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kmail/kmail-4.14.11_pre20160611-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160611-r1.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160611-r1.ebuild
index 0a6b95d051c..7b9ac53dc15 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160611-r1.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160611-r1.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-06-17 18:45 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2017-06-17 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d6d2e7120749e02f93ddd78662c52554b01c04f2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 18:44:12 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 18:44:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d2e712

kde-apps/kmail: Drop vulnerable

Gentoo-bug: 621828

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild | 105 ------------------------
 1 file changed, 105 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
deleted file mode 100644
index 67645532565..00000000000
--- a/kde-apps/kmail/kmail-4.14.11_pre20160611.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-VIRTUALX_REQUIRED="test"
-WEBKIT_REQUIRED="always"
-inherit flag-o-matic kde4-meta
-
-DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
-HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
-
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdeapps_dep kdepim-common-libs '' 4.14.11_pre20160611)
-	$(add_kdeapps_dep kdepimlibs '' 4.14.11_pre20160611)
-	$(add_kdeapps_dep korganizer)
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-# bug 393147
-
-KMEXTRACTONLY="
-	agents/folderarchiveagent.desktop
-	agents/sendlateragent/
-	akonadi_next/
-	calendarviews/
-	grantleeeditor/grantleethemeeditor/
-	kdgantt2/
-	korganizer/
-	kresources/
-	libkdepimdbusinterfaces/
-	libkleo/
-	libkpgp/
-"
-KMCOMPILEONLY="
-	calendarsupport/
-	grantleetheme/
-	incidenceeditor-ng/
-	kaddressbookgrantlee/
-	mailcommon/
-	mailimporter/
-	messagecomposer/
-	messagecore/
-	messagelist/
-	messageviewer/
-	mailcommon/
-	mailimporter/
-	noteshared/
-	pimcommon/
-	templateparser/
-"
-KMEXTRA="
-	agents/archivemailagent/
-	agents/followupreminderagent/
-	agents/mailfilteragent/
-	grantleeeditor/headerthemeeditor/
-	importwizard/
-	kmailcvt/
-	ksendemail/
-	libksieve/
-	mboximporter/
-	pimsettingexporter/
-	plugins/messageviewer/
-"
-
-KMLOADLIBS="kdepim-common-libs"
-
-src_compile() {
-	kde4-meta_src_compile kmail_xml
-	kde4-meta_src_compile
-}
-
-pkg_postinst() {
-	kde4-meta_pkg_postinst
-
-	if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
-		echo
-		elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
-		echo
-	fi
-	if ! has_version kde-apps/kleopatra:${SLOT}; then
-		echo
-		elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
-		echo
-	fi
-
-	if has_version "kde-apps/akonadi[sqlite]"; then
-		ewarn
-		ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
-		ewarn "user configuration. This is the backend recommended by KDE upstream."
-		ewarn "Reports indicate that kde-apps/kmail-4.10 does not work properly with the sqlite"
-		ewarn "backend anymore."
-		if has_version "kde-apps/akonadi[-mysql]"; then
-			ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD kde-apps/akonadi WITH mysql USEFLAG ENABLED."
-		fi
-		ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
-		ewarn
-	fi
-}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-08-02 23:22 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2017-08-02 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     140f7baf4e94ccffe7d11c21e9dfd75bbcc5f74c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 22:16:58 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 23:17:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140f7baf

kde-apps/kmail: Restrict tests

Gentoo-bug: 616878

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kmail/kmail-17.04.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kmail/kmail-17.04.3.ebuild b/kde-apps/kmail/kmail-17.04.3.ebuild
index 03c15d1a06b..0b31c906057 100644
--- a/kde-apps/kmail/kmail-17.04.3.ebuild
+++ b/kde-apps/kmail/kmail-17.04.3.ebuild
@@ -81,6 +81,8 @@ RDEPEND="${COMMON_DEPEND}
 	$(add_kdeapps_dep kdepim-runtime)
 "
 
+RESTRICT+=" test" # bug 616878
+
 src_prepare() {
 	cmake-utils_src_prepare
 


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2017-10-12 17:03 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2017-10-12 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c624183d09c2c6099431d09b9d74a407c7f62e00
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 17:03:19 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 17:03:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c624183d

kde-apps/kmail: Tarball respun

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 kde-apps/kmail/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/Manifest b/kde-apps/kmail/Manifest
index d9419479c42..01593dabcfa 100644
--- a/kde-apps/kmail/Manifest
+++ b/kde-apps/kmail/Manifest
@@ -1,3 +1,3 @@
 DIST kdepim-4.4.2017.04.tar.xz 8964644 SHA256 943019fbf6e480761ccac4a1d54d71d5d38c88fd832e952cb03d73975f9a8535 SHA512 d00e288563975e38f1bf4d28ed4724a9e159fab8ca37a61039aea730d22cae0c7e9921e04423bbbe6a74ee19319c57f79139d3a2b5048985675f836fd5dc77ab WHIRLPOOL 1818df486e46f7345523360d05ab1d19b00906f1b51677010d0cd2f31ddd914c1e96c3a98837339882810f54b15fd4eb5063424863169decb68578100ae8049a
 DIST kmail-17.04.3.tar.xz 4374744 SHA256 ab5bf6a5ca881b2286a5eee48d2a496cda7d82752d811c078510a286e6dc8356 SHA512 73e88d622cd68c27b087ed388109020dee1364acf702230a2e1e40ceb185afeede2dc7ab1c28338ab3b88a8046836ab66f278932e14cef09472fd7472fb5fa9f WHIRLPOOL 35064cb09a7b4475df9606df3a3590581096656997be5c83c3593ef631656e3474d8551b6b58073cdf526dbbb121b94f0ab7bac528edde7731d6ec9125c97a28
-DIST kmail-17.08.2.tar.xz 4735136 SHA256 3b935bea94c4239d242f50bad425804c023d17ea958f31f11020683c6bb5d1e5 SHA512 4035a992081b90ff65c112730e19b9379e4d55c43a65bbb8d221160bfaabb75b00d57241be2a6cc1eb6aad219b805ca2e8cce2d99b75f5aa3d04d84e8a752a20 WHIRLPOOL 8561cd93502e43a2a3d8749613e242e80a9385f1fafa0361643ae795168d38a4fefdb0a1e28d83e90c1382ba0510cb754d194f1faec98ad1a96dbfa962552bf3
+DIST kmail-17.08.2.tar.xz 4735516 SHA256 a960fc8d8e30c633e1b87ad1eabf306f02e478b485da951f7186aaee90f6bd3b SHA512 f912f518a1f5d4de3d46470638231d0c542af75eb28be50ee7a7eb7d1fad90a7c538d9227b46b8165a74af0eec47526ca9718f530238a813edd97c042909f3d4 WHIRLPOOL f7e7155bcd33afc302bed05c65ce8bb40181ecab693292f6cf32839f8ed08491e9b485ed611a3247117e2b7f5bda451151a280a8e1833fa5574bdd987192d5c1


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2018-01-16 13:45 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     03bbfef259815c75a8852395170bf4a75e94171a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 13:36:58 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 13:44:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bbfef2

kde-apps/kmail: Drop 17.12.1 (r0)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/kmail/kmail-17.12.1.ebuild | 111 ------------------------------------
 1 file changed, 111 deletions(-)

diff --git a/kde-apps/kmail/kmail-17.12.1.ebuild b/kde-apps/kmail/kmail-17.12.1.ebuild
deleted file mode 100644
index 446bd983765..00000000000
--- a/kde-apps/kmail/kmail-17.12.1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
-HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep sonnet)
-	$(add_kdeapps_dep akonadi)
-	$(add_kdeapps_dep akonadi-contacts)
-	$(add_kdeapps_dep akonadi-mime)
-	$(add_kdeapps_dep akonadi-search)
-	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep kcontacts)
-	$(add_kdeapps_dep kdepim-apps-libs)
-	$(add_kdeapps_dep kidentitymanagement)
-	$(add_kdeapps_dep kmailtransport)
-	$(add_kdeapps_dep kmime)
-	$(add_kdeapps_dep kontactinterface)
-	$(add_kdeapps_dep kpimtextedit)
-	$(add_kdeapps_dep libgravatar)
-	$(add_kdeapps_dep libkdepim)
-	$(add_kdeapps_dep libkleo)
-	$(add_kdeapps_dep libksieve)
-	$(add_kdeapps_dep libktnef)
-	$(add_kdeapps_dep mailcommon)
-	$(add_kdeapps_dep messagelib)
-	$(add_kdeapps_dep pimcommon)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebengine 'widgets')
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	>=app-crypt/gpgme-1.7.1[cxx,qt5]
-"
-DEPEND="${COMMON_DEPEND}
-	$(add_kdeapps_dep kcalutils)
-	$(add_kdeapps_dep kldap)
-	dev-libs/libxslt
-	test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') )
-"
-RDEPEND="${COMMON_DEPEND}
-	!kde-apps/kdepim-common-libs:4
-	!kde-apps/kdepim-l10n
-	!kde-apps/ktnef
-	$(add_kdeapps_dep kdepim-runtime)
-	$(add_kdeapps_dep kmail-account-wizard)
-"
-
-RESTRICT+=" test" # bug 616878
-
-src_prepare() {
-	cmake-utils_src_prepare
-
-	if ! use handbook; then
-		sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
-	fi
-}
-
-pkg_postinst() {
-	kde5_pkg_postinst
-
-	pkg_is_installed() {
-		echo "${1} ($(has_version ${1} || echo "not ")installed)"
-	}
-
-	elog "KMail supports the following runtime dependencies:"
-	elog "  Virus detection:"
-	elog "    $(pkg_is_installed app-antivirus/clamav)"
-	elog "  Spam filtering:"
-	elog "    $(pkg_is_installed mail-filter/bogofilter)"
-	elog "    $(pkg_is_installed mail-filter/spamassassin)"
-	elog "  Fancy e-mail headers and various useful plugins:"
-	elog "    $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
-	elog "  Crypto config and certificate details GUI:"
-	elog "    $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
-}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2018-10-15 10:13 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2018-10-15 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     52ff417b2785b5a86419754e183c17a1e8f06e2b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 10:12:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 10:13:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ff417b

kde-apps/kmail: Fix src_prepare

Closes: https://bugs.gentoo.org/668690
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 kde-apps/kmail/kmail-18.04.3.ebuild | 4 ++--
 kde-apps/kmail/kmail-18.08.2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kmail/kmail-18.04.3.ebuild b/kde-apps/kmail/kmail-18.04.3.ebuild
index 990a482098e..7edc02c76e0 100644
--- a/kde-apps/kmail/kmail-18.04.3.ebuild
+++ b/kde-apps/kmail/kmail-18.04.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
 RESTRICT+=" test" # bug 616878
 
 src_prepare() {
-	cmake-utils_src_prepare
+	kde5_src_prepare
 
 	if ! use handbook; then
 		sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die

diff --git a/kde-apps/kmail/kmail-18.08.2.ebuild b/kde-apps/kmail/kmail-18.08.2.ebuild
index 31234f30f78..56e4cd96e31 100644
--- a/kde-apps/kmail/kmail-18.08.2.ebuild
+++ b/kde-apps/kmail/kmail-18.08.2.ebuild
@@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
 RESTRICT+=" test" # bug 616878
 
 src_prepare() {
-	cmake-utils_src_prepare
+	kde5_src_prepare
 
 	if ! use handbook; then
 		sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2019-03-19 11:18 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2019-03-19 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f1b8edfaef326a3e344364e302c10f04ff66726b
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 20:59:17 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 11:18:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b8edfa

kde-apps/kmail: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/kmail-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-18.12.3.ebuild b/kde-apps/kmail/kmail-18.12.3.ebuild
index 62edd752e78..f827bfe3dfc 100644
--- a/kde-apps/kmail/kmail-18.12.3.ebuild
+++ b/kde-apps/kmail/kmail-18.12.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2019-04-06 15:37 Mikle Kolyada
  0 siblings, 0 replies; 38+ messages in thread
From: Mikle Kolyada @ 2019-04-06 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     27f898aa9459537de9c827041f6d78cbd5ec4616
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 15:36:23 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 15:36:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f898aa

kde-apps/kmail: x86 stable wrt bug #682452

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 kde-apps/kmail/kmail-18.12.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-18.12.3-r1.ebuild b/kde-apps/kmail/kmail-18.12.3-r1.ebuild
index 544c756eec3..437ff33d8ed 100644
--- a/kde-apps/kmail/kmail-18.12.3-r1.ebuild
+++ b/kde-apps/kmail/kmail-18.12.3-r1.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2019-06-06 20:33 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2019-06-06 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     341d59a21b43532c5215b5415133e8fb9512dcdd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 19:09:14 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 20:33:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341d59a2

kde-apps/kmail: Drop 19.04.2 (r0)

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/kmail-19.04.2.ebuild | 115 ------------------------------------
 1 file changed, 115 deletions(-)

diff --git a/kde-apps/kmail/kmail-19.04.2.ebuild b/kde-apps/kmail/kmail-19.04.2.ebuild
deleted file mode 100644
index b7cf3b96c17..00000000000
--- a/kde-apps/kmail/kmail-19.04.2.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
-HOMEPAGE="https://kde.org/applications/internet/kmail/"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-BDEPEND="
-	dev-libs/libxslt
-	test? ( $(add_kdeapps_dep akonadi 'tools') )
-"
-COMMON_DEPEND="
-	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kjobwidgets)
-	$(add_frameworks_dep knotifications)
-	$(add_frameworks_dep knotifyconfig)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_frameworks_dep sonnet)
-	$(add_kdeapps_dep akonadi)
-	$(add_kdeapps_dep akonadi-contacts)
-	$(add_kdeapps_dep akonadi-mime)
-	$(add_kdeapps_dep akonadi-search)
-	$(add_kdeapps_dep kcalcore)
-	$(add_kdeapps_dep kcontacts)
-	$(add_kdeapps_dep kdepim-apps-libs)
-	$(add_kdeapps_dep kidentitymanagement)
-	$(add_kdeapps_dep kmailtransport)
-	$(add_kdeapps_dep kmime)
-	$(add_kdeapps_dep kontactinterface)
-	$(add_kdeapps_dep kpimtextedit)
-	$(add_kdeapps_dep libgravatar)
-	$(add_kdeapps_dep libkdepim)
-	$(add_kdeapps_dep libkleo)
-	$(add_kdeapps_dep libksieve)
-	$(add_kdeapps_dep libktnef)
-	$(add_kdeapps_dep mailcommon)
-	$(add_kdeapps_dep messagelib)
-	$(add_kdeapps_dep pimcommon)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtwebengine 'widgets')
-	$(add_qt_dep qtwidgets)
-	>=app-crypt/gpgme-1.7.1[cxx,qt5]
-"
-DEPEND="${COMMON_DEPEND}
-	$(add_kdeapps_dep kcalutils)
-	$(add_kdeapps_dep kldap)
-	test? ( $(add_kdeapps_dep akonadi 'sqlite') )
-"
-RDEPEND="${COMMON_DEPEND}
-	!kde-apps/kdepim-common-libs:4
-	!kde-apps/kdepim-l10n
-	!kde-apps/ktnef
-	$(add_kdeapps_dep kdepim-runtime)
-	$(add_kdeapps_dep kmail-account-wizard)
-"
-
-RESTRICT+=" test" # bug 616878
-
-src_prepare() {
-	kde5_src_prepare
-
-	if ! use handbook; then
-		sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
-	fi
-}
-
-pkg_postinst() {
-	kde5_pkg_postinst
-
-	pkg_is_installed() {
-		echo "${1} ($(has_version ${1} || echo "not ")installed)"
-	}
-
-	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		elog "KMail supports the following runtime dependencies:"
-		elog "  Virus detection:"
-		elog "    $(pkg_is_installed app-antivirus/clamav)"
-		elog "  Spam filtering:"
-		elog "    $(pkg_is_installed mail-filter/bogofilter)"
-		elog "    $(pkg_is_installed mail-filter/spamassassin)"
-		elog "  Fancy e-mail headers and various useful plugins:"
-		elog "    $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
-		elog "  Crypto config and certificate details GUI:"
-		elog "    $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
-	fi
-}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2020-10-15 10:30 Georgy Yakovlev
  0 siblings, 0 replies; 38+ messages in thread
From: Georgy Yakovlev @ 2020-10-15 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2bf8c9c9f3f2cdaf5acb6ca5b696902a3e97d697
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 07:07:52 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 10:30:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf8c9c9

kde-apps/kmail: add ~ppc64 keyword

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 kde-apps/kmail/kmail-20.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-20.08.2.ebuild b/kde-apps/kmail/kmail-20.08.2.ebuild
index 21ee221dda7..484a2d630b2 100644
--- a/kde-apps/kmail/kmail-20.08.2.ebuild
+++ b/kde-apps/kmail/kmail-20.08.2.ebuild
@@ -17,7 +17,7 @@ https://kontact.kde.org/components/kmail.html"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="telemetry"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2022-02-17 18:43 Sam James
  0 siblings, 0 replies; 38+ messages in thread
From: Sam James @ 2022-02-17 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     03541c5ae9a8c5a5137a958bec8dacc0cd4d7bc4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 18:24:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 18:43:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03541c5a

kde-apps/kmail: add subslot dependency on gpgme

gpgme broke ABI

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kmail/{kmail-21.08.3.ebuild => kmail-21.08.3-r1.ebuild} | 4 ++--
 kde-apps/kmail/{kmail-21.12.2.ebuild => kmail-21.12.2-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kmail/kmail-21.08.3.ebuild b/kde-apps/kmail/kmail-21.08.3-r1.ebuild
similarity index 97%
rename from kde-apps/kmail/kmail-21.08.3.ebuild
rename to kde-apps/kmail/kmail-21.08.3-r1.ebuild
index 30253db073be..c2f651e94b36 100644
--- a/kde-apps/kmail/kmail-21.08.3.ebuild
+++ b/kde-apps/kmail/kmail-21.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,7 @@ IUSE="pch telemetry"
 RESTRICT="test" # bug 616878
 
 COMMON_DEPEND="
-	>=app-crypt/gpgme-1.11.1[cxx,qt5]
+	>=app-crypt/gpgme-1.11.1:=[cxx,qt5]
 	>=dev-qt/qtcore-${QTMIN}:5
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5

diff --git a/kde-apps/kmail/kmail-21.12.2.ebuild b/kde-apps/kmail/kmail-21.12.2-r1.ebuild
similarity index 98%
rename from kde-apps/kmail/kmail-21.12.2.ebuild
rename to kde-apps/kmail/kmail-21.12.2-r1.ebuild
index ce16848ddcc4..911925b2815f 100644
--- a/kde-apps/kmail/kmail-21.12.2.ebuild
+++ b/kde-apps/kmail/kmail-21.12.2-r1.ebuild
@@ -23,7 +23,7 @@ IUSE="pch telemetry"
 RESTRICT="test" # bug 616878
 
 COMMON_DEPEND="
-	>=app-crypt/gpgme-1.11.1[cxx,qt5]
+	>=app-crypt/gpgme-1.11.1:=[cxx,qt5]
 	>=dev-qt/qtcore-${QTMIN}:5
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2022-10-06  7:35 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5395ff43af42e537b19f6dd00e7285bb5cbdb4ce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  6 07:29:07 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 07:34:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5395ff43

kde-apps/kmail: Update HOMEPAGE

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/kmail-22.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-22.04.3.ebuild b/kde-apps/kmail/kmail-22.04.3.ebuild
index 97f4c7fe2640..5edd6d3d78ba 100644
--- a/kde-apps/kmail/kmail-22.04.3.ebuild
+++ b/kde-apps/kmail/kmail-22.04.3.ebuild
@@ -13,7 +13,7 @@ inherit ecm gear.kde.org optfeature
 
 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes"
 HOMEPAGE="https://apps.kde.org/kmail2/
-https://kontact.kde.org/components/kmail.html"
+https://kontact.kde.org/components/kmail/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2022-10-06  9:07 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8030e5b0c37b7cc70a7fe2cb133a9f8c21f40eea
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  6 08:16:36 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 09:05:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8030e5b0

kde-apps/kmail: Add CPE to metadata

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml
index fa80953797d0..15c8752dcfe3 100644
--- a/kde-apps/kmail/metadata.xml
+++ b/kde-apps/kmail/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="cpe">cpe:/a:kde:kmail</remote-id>
 	</upstream>
 	<use>
 		<flag name="speech">Enable text-to-speech support</flag>


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2023-01-15 13:04 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2023-01-15 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     39d24f9a52c1889c2c4e7575898c3b6446ad2a58
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 12:22:26 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 13:04:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d24f9a

kde-apps/kmail: Add kde-frameworks/kwindowsystem[X] usedep

Unconditional use of KX11Extras.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/{kmail-22.08.3.ebuild => kmail-22.08.3-r1.ebuild} | 5 +++--
 kde-apps/kmail/{kmail-22.12.1.ebuild => kmail-22.12.1-r1.ebuild} | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kmail/kmail-22.08.3.ebuild b/kde-apps/kmail/kmail-22.08.3-r1.ebuild
similarity index 95%
rename from kde-apps/kmail/kmail-22.08.3.ebuild
rename to kde-apps/kmail/kmail-22.08.3-r1.ebuild
index ee95dbc664ad..f07c9315c600 100644
--- a/kde-apps/kmail/kmail-22.08.3.ebuild
+++ b/kde-apps/kmail/kmail-22.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,6 +22,7 @@ IUSE="pch speech telemetry"
 
 RESTRICT="test" # bug 616878
 
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
 COMMON_DEPEND="
 	>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
 	>=dev-qt/qtcore-${QTMIN}:5
@@ -69,7 +70,7 @@ COMMON_DEPEND="
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/sonnet-${KFMIN}:5
 	telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 )

diff --git a/kde-apps/kmail/kmail-22.12.1.ebuild b/kde-apps/kmail/kmail-22.12.1-r1.ebuild
similarity index 96%
rename from kde-apps/kmail/kmail-22.12.1.ebuild
rename to kde-apps/kmail/kmail-22.12.1-r1.ebuild
index d0c285d86eb8..7a2b5b2d6ad9 100644
--- a/kde-apps/kmail/kmail-22.12.1.ebuild
+++ b/kde-apps/kmail/kmail-22.12.1-r1.ebuild
@@ -22,6 +22,7 @@ IUSE="pch speech telemetry"
 
 RESTRICT="test" # bug 616878
 
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
 COMMON_DEPEND="
 	>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
 	>=dev-qt/qtcore-${QTMIN}:5
@@ -69,7 +70,7 @@ COMMON_DEPEND="
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/sonnet-${KFMIN}:5
 	telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 )


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2023-01-28 22:48 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2023-01-28 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2b58e4f15010ad35919a0f39308424e262e36483
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 21:30:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 22:32:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b58e4f1

kde-apps/kmail: drop 22.12.1-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/kmail-22.12.1-r1.ebuild | 115 ---------------------------------
 1 file changed, 115 deletions(-)

diff --git a/kde-apps/kmail/kmail-22.12.1-r1.ebuild b/kde-apps/kmail/kmail-22.12.1-r1.ebuild
deleted file mode 100644
index 7a2b5b2d6ad9..000000000000
--- a/kde-apps/kmail/kmail-22.12.1-r1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.101.0
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm gear.kde.org optfeature
-
-DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes"
-HOMEPAGE="https://apps.kde.org/kmail2/
-https://kontact.kde.org/components/kmail/"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="pch speech telemetry"
-
-RESTRICT="test" # bug 616878
-
-# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
-COMMON_DEPEND="
-	>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
-	>=dev-qt/qtcore-${QTMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/akonadi-${PVCUT}:5
-	>=kde-apps/akonadi-contacts-${PVCUT}:5
-	>=kde-apps/akonadi-mime-${PVCUT}:5
-	>=kde-apps/akonadi-search-${PVCUT}:5
-	>=kde-apps/kidentitymanagement-${PVCUT}:5
-	>=kde-apps/kmailtransport-${PVCUT}:5
-	>=kde-apps/kmime-${PVCUT}:5
-	>=kde-apps/kontactinterface-${PVCUT}:5
-	>=kde-apps/kpimtextedit-${PVCUT}:5[speech=]
-	>=kde-apps/libgravatar-${PVCUT}:5
-	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/libkleo-${PVCUT}:5
-	>=kde-apps/libksieve-${PVCUT}:5
-	>=kde-apps/libktnef-${PVCUT}:5
-	>=kde-apps/mailcommon-${PVCUT}:5
-	>=kde-apps/messagelib-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/kbookmarks-${KFMIN}:5
-	>=kde-frameworks/kcalendarcore-${KFMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/sonnet-${KFMIN}:5
-	telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 )
-"
-DEPEND="${COMMON_DEPEND}
-	>=kde-apps/kcalutils-${PVCUT}:5
-	>=kde-apps/kldap-${PVCUT}:5
-	test? ( >=kde-apps/akonadi-${PVCUT}:5[sqlite] )
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-apps/kdepim-runtime-${PVCUT}:5
-	>=kde-apps/kmail-account-wizard-${PVCUT}:5
-"
-BDEPEND="
-	dev-libs/libxslt
-	test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
-"
-
-src_prepare() {
-	ecm_src_prepare
-	use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_PRECOMPILED_HEADERS=$(usex pch)
-		$(cmake_use_find_package telemetry KUserFeedback)
-	)
-
-	ecm_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 "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT}
-	fi
-	ecm_pkg_postinst
-}


^ permalink raw reply related	[flat|nested] 38+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
@ 2023-07-06 12:13 Andreas Sturmlechner
  0 siblings, 0 replies; 38+ messages in thread
From: Andreas Sturmlechner @ 2023-07-06 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     eb18fbb5527d5b3908859497578d3b547edcb7bb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 11:24:34 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 12:12:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb18fbb5

kde-apps/kmail: Pin to kde-apps/kpimtextedit[speech=]

Bug: https://bugs.gentoo.org/909314
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/kmail-23.04.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-23.04.2.ebuild b/kde-apps/kmail/kmail-23.04.2.ebuild
index 80237ffd77b5..32e9646efcea 100644
--- a/kde-apps/kmail/kmail-23.04.2.ebuild
+++ b/kde-apps/kmail/kmail-23.04.2.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
 	>=kde-apps/kmailtransport-${PVCUT}:5
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-apps/kontactinterface-${PVCUT}:5
-	>=kde-apps/kpimtextedit-${PVCUT}:5[speech?]
+	>=kde-apps/kpimtextedit-${PVCUT}:5[speech=]
 	>=kde-apps/libgravatar-${PVCUT}:5
 	>=kde-apps/libkdepim-${PVCUT}:5
 	>=kde-apps/libkleo-${PVCUT}:5


^ permalink raw reply related	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2023-07-06 12:13 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06 11:26 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2023-07-06 12:13 Andreas Sturmlechner
2023-01-28 22:48 Andreas Sturmlechner
2023-01-15 13:04 Andreas Sturmlechner
2022-10-06  9:07 Andreas Sturmlechner
2022-10-06  7:35 Andreas Sturmlechner
2022-02-17 18:43 Sam James
2020-10-15 10:30 Georgy Yakovlev
2019-06-06 20:33 Andreas Sturmlechner
2019-04-06 15:37 Mikle Kolyada
2019-03-19 11:18 Andreas Sturmlechner
2018-10-15 10:13 Andreas Sturmlechner
2018-01-16 13:45 Andreas Sturmlechner
2017-10-12 17:03 Andreas Sturmlechner
2017-08-02 23:22 Andreas Sturmlechner
2017-06-17 18:45 Andreas Sturmlechner
2017-06-17 15:36 Agostino Sarubbo
2017-05-10 15:44 Agostino Sarubbo
2017-05-07 21:24 Agostino Sarubbo
2017-03-10 19:20 Andreas Sturmlechner
2017-03-10 10:59 Agostino Sarubbo
2017-03-09 12:24 Andreas Sturmlechner
2017-03-09 12:24 Andreas Sturmlechner
2017-03-05 23:20 Andreas Sturmlechner
2016-12-21 12:32 Michael Palimaka
2016-12-21 12:32 Michael Palimaka
2016-12-17 19:49 Johannes Huber
2016-12-17 19:48 Johannes Huber
2016-07-07 18:33 Johannes Huber
2016-07-02 16:45 Michael Palimaka
2016-06-11 12:23 Agostino Sarubbo
2016-06-11 10:56 Agostino Sarubbo
2016-05-26  7:11 Michael Palimaka
2016-03-21 20:58 Johannes Huber
2016-03-21 15:58 Johannes Huber
2016-03-05 13:28 Mikle Kolyada
2016-02-06 15:59 Andreas Hüttel
2016-02-06 15:59 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox