public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2015-10-22 10:13 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2015-10-22 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c3c7e4ea4d030353837e3c79f7b0d1953236415a
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Sep 26 22:56:58 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:13:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3c7e4ea

kde-apps/mailcommon: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 kde-apps/mailcommon/mailcommon-9999.ebuild | 53 ++++++++++++++++++++++++++++++
 kde-apps/mailcommon/metadata.xml           |  5 +++
 2 files changed, 58 insertions(+)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
new file mode 100644
index 0000000..2bc0662
--- /dev/null
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_TEST="false"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Common mail library"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep kldap)
+	$(add_kdeapps_dep kmailtransport)
+	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep libakonadi)
+	$(add_kdeapps_dep libkdepim)
+	$(add_kdeapps_dep mailimporter)
+	$(add_kdeapps_dep messagecomposer)
+	$(add_kdeapps_dep messagecore)
+	$(add_kdeapps_dep messageviewer)
+	$(add_kdeapps_dep pimcommon)
+	$(add_kdeapps_dep templateparser)
+	dev-libs/libxslt
+	dev-qt/designer:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	media-libs/phonon[qt5]
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+	!<kde-apps/kdepim-15.08.50:5
+	!kde-base/kdepim-common-libs:4
+"
+
+S="${WORKDIR}/${P}/${PN}"

diff --git a/kde-apps/mailcommon/metadata.xml b/kde-apps/mailcommon/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/mailcommon/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2016-06-05 18:55 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2016-06-05 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     32ff6edcb19e009d0c94e54fbfd6714dae23ca2e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon May 30 19:12:39 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 18:55:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=32ff6edc

kde-apps/mailcommon: Fix DEPENDs, force test optional

Package-Manager: portage-2.2.28

 kde-apps/mailcommon/mailcommon-16.04.1.ebuild       | 16 ++++++++++++----
 kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild | 16 ++++++++++++----
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 18 +++++++++++++-----
 3 files changed, 37 insertions(+), 13 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-16.04.1.ebuild b/kde-apps/mailcommon/mailcommon-16.04.1.ebuild
index b115d77..c711eb2 100644
--- a/kde-apps/mailcommon/mailcommon-16.04.1.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.04.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_TEST="false"
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Common mail library"
@@ -15,30 +15,38 @@ IUSE="designer"
 COMMON_DEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kitemviews)
 	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep akonadi-contact)
 	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep kcontacts)
 	$(add_kdeapps_dep kldap)
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep kpimtextedit)
 	$(add_kdeapps_dep libkdepim)
 	$(add_kdeapps_dep mailimporter)
 	$(add_kdeapps_dep messagelib)
 	$(add_kdeapps_dep pimcommon)
-	dev-libs/libxslt
+	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5]
 "
 DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
+	dev-libs/libxslt
 	designer? ( $(add_qt_dep designer) )
 "
 RDEPEND="${COMMON_DEPEND}

diff --git a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
index 999704f..896c781 100644
--- a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_TEST="false"
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Common mail library"
@@ -15,30 +15,38 @@ IUSE="designer"
 COMMON_DEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kitemviews)
 	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep akonadi-contact)
 	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep kcontacts)
 	$(add_kdeapps_dep kldap)
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep kpimtextedit)
 	$(add_kdeapps_dep libkdepim)
 	$(add_kdeapps_dep mailimporter)
 	$(add_kdeapps_dep messagelib)
 	$(add_kdeapps_dep pimcommon)
-	dev-libs/libxslt
+	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5]
 "
 DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
+	dev-libs/libxslt
 	designer? ( $(add_qt_dep designer) )
 "
 RDEPEND="${COMMON_DEPEND}

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 8414230..f00885e 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_TEST="false"
+KDE_TEST="forceoptional"
 QT_MINIMAL="5.6.0"
 inherit kde5
 
@@ -16,34 +16,42 @@ IUSE="designer"
 COMMON_DEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kitemviews)
 	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_kdeapps_dep akonadi)
+	$(add_kdeapps_dep akonadi-contact)
 	$(add_kdeapps_dep akonadi-mime)
+	$(add_kdeapps_dep kcontacts)
 	$(add_kdeapps_dep kldap)
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep kpimtextedit)
 	$(add_kdeapps_dep libkdepim)
 	$(add_kdeapps_dep mailimporter)
 	$(add_kdeapps_dep messagelib)
 	$(add_kdeapps_dep pimcommon)
-	dev-libs/libxslt
+	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5]
 "
 DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
+	dev-libs/libxslt
 	designer? ( $(add_qt_dep designer) )
 "
 RDEPEND="${COMMON_DEPEND}
-	!<kde-apps/kdepim-15.08.50:5
+	!kde-apps/kdepim:5
 	!kde-apps/kdepim-common-libs:4
 "
 


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2016-06-05 18:59 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2016-06-05 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9bdfaeb95ab524290339fee5d1544e4c6c4ac061
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat May 14 14:03:34 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 18:56:56 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bdfaeb9

kde-apps/mailcommon: Use KDE_DESIGNERPLUGIN

Package-Manager: portage-2.2.28

 kde-apps/mailcommon/mailcommon-16.04.1.ebuild       | 11 ++---------
 kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild | 11 ++---------
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 11 ++---------
 3 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-16.04.1.ebuild b/kde-apps/mailcommon/mailcommon-16.04.1.ebuild
index c711eb2..d51b490 100644
--- a/kde-apps/mailcommon/mailcommon-16.04.1.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.04.1.ebuild
@@ -4,13 +4,14 @@
 
 EAPI=6
 
+KDE_DESIGNERPLUGIN="true"
 KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Common mail library"
 LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~x86"
-IUSE="designer"
+IUSE=""
 
 COMMON_DEPEND="
 	$(add_frameworks_dep karchive)
@@ -47,16 +48,8 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
 	dev-libs/libxslt
-	designer? ( $(add_qt_dep designer) )
 "
 RDEPEND="${COMMON_DEPEND}
 	!<kde-apps/kdepim-15.08.50:5
 	!kde-apps/kdepim-common-libs:4
 "
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package designer Qt5Designer)
-	)
-	kde5_src_configure
-}

diff --git a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
index 896c781..99f666c 100644
--- a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
@@ -4,13 +4,14 @@
 
 EAPI=6
 
+KDE_DESIGNERPLUGIN="true"
 KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Common mail library"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="designer"
+IUSE=""
 
 COMMON_DEPEND="
 	$(add_frameworks_dep karchive)
@@ -47,16 +48,8 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
 	dev-libs/libxslt
-	designer? ( $(add_qt_dep designer) )
 "
 RDEPEND="${COMMON_DEPEND}
 	!<kde-apps/kdepim-15.08.50:5
 	!kde-apps/kdepim-common-libs:4
 "
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package designer Qt5Designer)
-	)
-	kde5_src_configure
-}

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index f00885e..299d000 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_DESIGNERPLUGIN="true"
 KDE_TEST="forceoptional"
 QT_MINIMAL="5.6.0"
 inherit kde5
@@ -11,7 +12,7 @@ inherit kde5
 DESCRIPTION="Common mail library"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="designer"
+IUSE=""
 
 COMMON_DEPEND="
 	$(add_frameworks_dep karchive)
@@ -48,16 +49,8 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
 	dev-libs/libxslt
-	designer? ( $(add_qt_dep designer) )
 "
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim:5
 	!kde-apps/kdepim-common-libs:4
 "
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package designer Qt5Designer)
-	)
-	kde5_src_configure
-}


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2016-06-17 10:25 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2016-06-17 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     84130d5d47032d20d1b51a6b5e2fa067e0f03c94
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Jun 16 20:30:20 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 20:44:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=84130d5d

kde-apps/mailcommon: Fix LICENSE, add VIRTUALX_REQUIRED="test"

Gentoo-bug: 586098

Package-Manager: portage-2.2.28

 kde-apps/mailcommon/mailcommon-16.04.2.ebuild       | 3 ++-
 kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild | 3 ++-
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-16.04.2.ebuild b/kde-apps/mailcommon/mailcommon-16.04.2.ebuild
index d51b490..69d12ba 100644
--- a/kde-apps/mailcommon/mailcommon-16.04.2.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.04.2.ebuild
@@ -6,10 +6,11 @@ EAPI=6
 
 KDE_DESIGNERPLUGIN="true"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Common mail library"
-LICENSE="LGPL-2+"
+LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 

diff --git a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
index 99f666c..64945ff 100644
--- a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild
@@ -6,10 +6,11 @@ EAPI=6
 
 KDE_DESIGNERPLUGIN="true"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Common mail library"
-LICENSE="LGPL-2+"
+LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 299d000..cc42c9b 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -7,10 +7,11 @@ EAPI=6
 KDE_DESIGNERPLUGIN="true"
 KDE_TEST="forceoptional"
 QT_MINIMAL="5.6.0"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Common mail library"
-LICENSE="LGPL-2+"
+LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2016-08-24 13:34 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2016-08-24 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     727c276b99e0fc3b18213f16e5b0ddfb5e98dc0b
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Aug 21 23:24:10 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 13:34:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=727c276b

kde-apps/mailcommon: Add missing DEPEND

Upstream commit 02cf3eb08272cf3e96f2dabedc814737af4a67ec

Package-Manager: portage-2.2.28

 kde-apps/mailcommon/mailcommon-16.08.0.ebuild       | 1 +
 kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild | 1 +
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/mailcommon/mailcommon-16.08.0.ebuild b/kde-apps/mailcommon/mailcommon-16.08.0.ebuild
index cc6efba..d182b39 100644
--- a/kde-apps/mailcommon/mailcommon-16.08.0.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.08.0.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kio)

diff --git a/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild
index bd5338f..144e30f 100644
--- a/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kio)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index bd5338f..144e30f 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kio)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2016-09-17 19:17 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2016-09-17 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     09f30b7ac67a6b2966b2f3eb663a65dc3f8609df
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 19:17:06 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 19:17:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=09f30b7a

kde-apps/mailcommon: restrict tests

Gentoo-bug: 593726

Package-Manager: portage-2.3.0

 kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild | 2 ++
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild
index 144e30f..6f2fb22 100644
--- a/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-16.08.49.9999.ebuild
@@ -52,3 +52,5 @@ DEPEND="${COMMON_DEPEND}
 	dev-libs/libxslt
 "
 RDEPEND="${COMMON_DEPEND}"
+
+RESTRICT+=" test"

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 144e30f..6f2fb22 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -52,3 +52,5 @@ DEPEND="${COMMON_DEPEND}
 	dev-libs/libxslt
 "
 RDEPEND="${COMMON_DEPEND}"
+
+RESTRICT+=" test"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2017-04-16 17:26 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-04-16 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f868a4fdd4171dea107596baa38be5a298fc723e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 17:26:28 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 17:26:28 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f868a4fd

kde-apps/mailcommon: Drop unused DEPEND

Upstream commit 47b7fb4d226dc775040e5a8f32ae06e0018678d6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/mailcommon/mailcommon-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 61d4419954..d515556775 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -33,7 +33,6 @@ RDEPEND="
 	$(add_kdeapps_dep akonadi-contacts)
 	$(add_kdeapps_dep akonadi-mime)
 	$(add_kdeapps_dep kcontacts)
-	$(add_kdeapps_dep kldap)
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmime)
 	$(add_kdeapps_dep kpimtextedit)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2017-09-03 11:31 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2017-09-03 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c8dedf376fc2b8288fe6684b84329e3224436ff5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 11:31:14 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 11:31:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8dedf37

kde-apps/mailcommon: Add new DEPEND

Upstream commit 1292151e1f9ac5b696d31e8f942b2d702d8b3a83

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/mailcommon/mailcommon-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 37301bbeb4..e9f2f46e5e 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -29,6 +29,7 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep syntax-highlighting)
 	$(add_kdeapps_dep akonadi)
 	$(add_kdeapps_dep akonadi-contacts)
 	$(add_kdeapps_dep akonadi-mime)


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2019-03-21 17:28 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-03-21 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     77b51c4c66aa1f71be791411ec5e45af941ea2f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 17:28:17 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 17:28:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=77b51c4c

kde-apps/mailcommon: Fix DEPENDs

Upstream commit 666f4646a0e837f2cc87e05b8e1ee0b3887a965f

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

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

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 720268ca20..f8d03ac031 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -46,9 +46,9 @@ DEPEND="
 	$(add_kdeapps_dep pimcommon)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
+	$(add_qt_dep qtmultimedia)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	media-libs/phonon[qt5(+)]
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2019-08-26  0:35 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-08-26  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0a99736f216162b23787d3634e7e8765c919a138
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 00:35:22 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 00:35:22 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a99736f

kde-apps/mailcommon: Fix DEPENDs

Upstream commit 23a85f2e5840351888eebebd84a23e8b3783663b

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

 kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild | 1 +
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild
index f8d03ac031..97003cfdf9 100644
--- a/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild
@@ -49,6 +49,7 @@ DEPEND="
 	$(add_qt_dep qtmultimedia)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
+	media-libs/phonon[qt5(+)]
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index f8d03ac031..0b40814b55 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -49,6 +49,7 @@ DEPEND="
 	$(add_qt_dep qtmultimedia)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
+	>=media-libs/phonon-4.10.90[qt5(+)]
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2019-09-08 18:23 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-09-08 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     01a2bac11f11a4991307fe195323fb0f266e093f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 17:52:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 17:55:50 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=01a2bac1

kde-apps/mailcommon: Add subslot operator on qtwidgets

Upstream commit e93fe44f8e2e571fc1f7579d8e4335ec44c027b9

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

 kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild | 3 ++-
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild
index 97003cfdf9..a5f7e73072 100644
--- a/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-19.08.49.9999.ebuild
@@ -13,6 +13,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 
+# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
 BDEPEND="
 	dev-libs/libxslt
 "
@@ -47,7 +48,7 @@ DEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtmultimedia)
-	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtwidgets '' '' '5=')
 	$(add_qt_dep qtxml)
 	media-libs/phonon[qt5(+)]
 "

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 0b40814b55..27891f3004 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -13,6 +13,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 
+# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
 BDEPEND="
 	dev-libs/libxslt
 "
@@ -47,9 +48,9 @@ DEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtmultimedia)
-	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtwidgets '' '' '5=')
 	$(add_qt_dep qtxml)
-	>=media-libs/phonon-4.10.90[qt5(+)]
+	>=media-libs/phonon-4.10.90
 "
 RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2020-04-04  0:41 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-04-04  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ba1b3b231de88f4d203cd51ea36fdab7862c8359
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 00:34:46 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 00:34:46 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba1b3b23

kde-apps/mailcommon: Update slot operator comment

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 54401f150d..9f25a20f01 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -18,15 +18,16 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
-# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0
+# drop qtcore subslot operator when QT_MINIMAL >= 5.15.0
 BDEPEND="
 	dev-libs/libxslt
 "
 DEPEND="
+	>=dev-qt/qtcore-${QTMIN}:5=
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtmultimedia-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5=
+	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=dev-qt/qtxml-${QTMIN}:5
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/akonadi-contacts-${PVCUT}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2020-08-18 19:36 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-08-18 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c27aca621c1a31473a5c9bf9c692428c966f48bc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 19:33:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 19:33:44 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c27aca62

kde-apps/mailcommon: Add new DEPEND

Upstream commit aa525f1a70490e8e3dae9a1410a541cdd12b6129

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index a02be09371..2c9fff3b4d 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -46,6 +46,7 @@ DEPEND="
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	>=kde-frameworks/kcontacts-${KFMIN}:5
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/kguiaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kiconthemes-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2020-09-25  5:49 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2020-09-25  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c73d39f18e932f9b48f73141821addadf5de1b7a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 20:04:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 20:04:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c73d39f1

kde-apps/mailcommon: Add new DEPEND

Upstream commit 23e40edc02554e82c42c533a5c5c2d6dfe10fe18

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 8209d839d5..697f2104b3 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -32,6 +32,7 @@ DEPEND="
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/akonadi-contacts-${PVCUT}:5
 	>=kde-apps/akonadi-mime-${PVCUT}:5
+	>=kde-apps/grantleetheme-${PVCUT}:5
 	>=kde-apps/kmailtransport-${PVCUT}:5
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-apps/kpimtextedit-${PVCUT}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2021-04-15 22:32 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-04-15 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f259996a5bb2bf08576970b5c3bc8a1b57b8c0df
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 22:21:56 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:40 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f259996a

kde-apps/mailcommon: Drop unused DEPEND

Upstream commit dc1d6e1383510116bf7e5197391f894bdf341d94

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index ef53b9fb76..5f38150e32 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -18,9 +18,8 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
-BDEPEND="
-	dev-libs/libxslt
-"
+RESTRICT+=" test"
+
 DEPEND="
 	>=dev-qt/qtcore-${QTMIN}:5
 	>=dev-qt/qtdbus-${QTMIN}:5
@@ -40,7 +39,6 @@ DEPEND="
 	>=kde-apps/messagelib-${PVCUT}:5
 	>=kde-apps/pimcommon-${PVCUT}:5
 	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcodecs-${KFMIN}:5
 	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -60,5 +58,4 @@ DEPEND="
 	>=media-libs/phonon-4.11.0
 "
 RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"
+BDEPEND="dev-libs/libxslt"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2021-11-16  7:35 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     55a99aaf37b101a4b65a6fe0e72063199ee28677
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 07:22:48 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:22:48 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=55a99aaf

kde-apps/mailcommon: Set ECM_QTHELP=true

Upstream commit 45d8e6c0b8349c7864da2f2d0932cf95dcdc3f9a

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index e94e6770fb..1314da65aa 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 ECM_DESIGNERPLUGIN="true"
+ECM_QTHELP="true"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.85.0


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2021-11-16  7:35 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     add9bfeacfd18cd937015bcc0cd43aa2921ae1e4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 07:20:42 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:20:42 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=add9bfea

kde-apps/mailcommon: Drop unused (B)DEPENDs

Upstream commits:
f70598778400c3ba39147b310c76fa600b873853
76ee778dca2d7f04ffc54e0b37186e6e875cfd4a

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 7d2a9c00c2..e94e6770fb 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -30,7 +30,6 @@ DEPEND="
 	>=kde-apps/akonadi-${PVCUT}:5
 	>=kde-apps/akonadi-contacts-${PVCUT}:5
 	>=kde-apps/akonadi-mime-${PVCUT}:5
-	>=kde-apps/grantleetheme-${PVCUT}:5
 	>=kde-apps/kmailtransport-${PVCUT}:5
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-apps/kpimtextedit-${PVCUT}:5
@@ -58,4 +57,3 @@ DEPEND="
 	>=media-libs/phonon-4.11.0
 "
 RDEPEND="${DEPEND}"
-BDEPEND="dev-libs/libxslt"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2021-12-09 11:28 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2021-12-09 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ac01cb382cfa800d551d1da0e99beb192903f693
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  9 10:38:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  9 11:26:38 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac01cb38

kde-apps/mailcommon: drop 21.11.90*

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

 kde-apps/mailcommon/mailcommon-21.11.90.ebuild | 60 --------------------------
 1 file changed, 60 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-21.11.90.ebuild b/kde-apps/mailcommon/mailcommon-21.11.90.ebuild
deleted file mode 100644
index ceb191048f..0000000000
--- a/kde-apps/mailcommon/mailcommon-21.11.90.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_QTHELP="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.88.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Common mail library"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtcore-${QTMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-apps/akonadi-${PVCUT}:5
-	>=kde-apps/akonadi-contacts-${PVCUT}:5
-	>=kde-apps/akonadi-mime-${PVCUT}:5
-	>=kde-apps/kmailtransport-${PVCUT}:5
-	>=kde-apps/kmime-${PVCUT}:5
-	>=kde-apps/kpimtextedit-${PVCUT}:5
-	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/mailimporter-${PVCUT}:5
-	>=kde-apps/messagelib-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemmodels-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/syntax-highlighting-${KFMIN}:5
-	>=media-libs/phonon-4.11.0
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2022-03-16 14:25 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2022-03-16 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f44695f8408039348c8f57a8b143c1d23e3af24f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 13:08:45 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 13:08:45 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f44695f8

kde-apps/mailcommon: Add missing DEPEND

See also:
https://invent.kde.org/pim/mailcommon/-/merge_requests/20

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 87cb9b9b46..a17d4fe6b4 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -22,6 +22,7 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
+	app-crypt/gpgme:=[cxx,qt5]
 	>=dev-qt/qtcore-${QTMIN}:5
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2023-08-06 20:39 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2023-08-06 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b1fcf08371f0441f1b2fdcf224898e5d35e7980e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 20:09:16 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 20:09:16 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1fcf083

kde-apps/mailcommon: Drop unused dependency

Upstream commit 04c93ed6e02b2008785d62280a36568954e09094

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index d0ad7be257..8a6d5cb3ae 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -42,7 +42,6 @@ DEPEND="
 	>=kde-frameworks/kcodecs-${KFMIN}:5
 	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	>=kde-frameworks/kcontacts-${KFMIN}:5
 	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/kguiaddons-${KFMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2023-12-17 12:04 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-12-17 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     be0cfd68fd864dab4f70576a262fd23665d8e343
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 21:34:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:04:28 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=be0cfd68

kde-apps/mailcommon: Port to KF6

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

 kde-apps/mailcommon/mailcommon-9999.ebuild | 72 ++++++++++++++----------------
 1 file changed, 34 insertions(+), 38 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 8f8a07c300..1e1266fe77 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -7,54 +7,50 @@ ECM_DESIGNERPLUGIN="true"
 ECM_QTHELP="true"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="Common mail library"
 
 LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE=""
 
 RESTRICT="test"
 
 DEPEND="
-	app-crypt/gpgme:=[cxx,qt5]
-	>=dev-qt/qtcore-${QTMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-apps/akonadi-${PVCUT}:5
-	>=kde-apps/akonadi-contacts-${PVCUT}:5
-	>=kde-apps/akonadi-mime-${PVCUT}:5
-	>=kde-apps/kmailtransport-${PVCUT}:5
-	>=kde-apps/kmime-${PVCUT}:5
-	>=kde-apps/kpimtextedit-${PVCUT}:5
-	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/mailimporter-${PVCUT}:5
-	>=kde-apps/messagelib-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcodecs-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemmodels-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/syntax-highlighting-${KFMIN}:5
-	>=media-libs/phonon-4.11.0[qt5(+)]
+	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+	>=dev-qt/qtmultimedia-${QTMIN}:6
+	>=kde-apps/akonadi-${PVCUT}:6
+	>=kde-apps/akonadi-contacts-${PVCUT}:6
+	>=kde-apps/akonadi-mime-${PVCUT}:6
+	>=kde-apps/kmailtransport-${PVCUT}:6
+	>=kde-apps/kmime-${PVCUT}:6
+	>=kde-apps/kpimtextedit-${PVCUT}:6
+	>=kde-apps/libkdepim-${PVCUT}:6
+	>=kde-apps/mailimporter-${PVCUT}:6
+	>=kde-apps/messagelib-${PVCUT}:6
+	>=kde-apps/pimcommon-${PVCUT}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kcontacts-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kguiaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kiconthemes-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kitemviews-${KFMIN}:6
+	>=kde-frameworks/ktextwidgets-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-frameworks/syntax-highlighting-${KFMIN}:6
+	>=media-libs/phonon-4.12.0[qt6]
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2024-02-25 23:40 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-02-25 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     24c02894f9ad13e5f91c345574a762197f475f3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 23:31:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 23:31:44 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=24c02894

kde-apps/mailcommon: refresh deps

* Adopt ktextaddons (upstream commit f2efae4e3258834158188c4bce9ee22f3326ae76)

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

 kde-apps/mailcommon/mailcommon-24.02.0.ebuild       | 1 +
 kde-apps/mailcommon/mailcommon-24.02.49.9999.ebuild | 1 +
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/mailcommon/mailcommon-24.02.0.ebuild b/kde-apps/mailcommon/mailcommon-24.02.0.ebuild
index 2b8855631d..6addb3e900 100644
--- a/kde-apps/mailcommon/mailcommon-24.02.0.ebuild
+++ b/kde-apps/mailcommon/mailcommon-24.02.0.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+	>=dev-libs/ktextaddons-1.4.42
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/mailcommon/mailcommon-24.02.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-24.02.49.9999.ebuild
index 7f3fc47fae..3761c7fd6c 100644
--- a/kde-apps/mailcommon/mailcommon-24.02.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-24.02.49.9999.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+	>=dev-libs/ktextaddons-1.4.42
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index 7f3fc47fae..3761c7fd6c 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
+	>=dev-libs/ktextaddons-1.4.42
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
 	>=kde-apps/akonadi-${PVCUT}:6


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
@ 2024-05-17 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6e5971dccb7f7f5be2e3b5564615831719dbf878
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 19:41:06 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 19:41:06 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e5971dc

kde-apps/mailcommon: Raise minimum dev-libs/ktextaddons version

Upstream commit 2bbbc54ea912964adee8e6faa21b51dc6b88ff09

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

 kde-apps/mailcommon/mailcommon-24.04.90.ebuild      | 2 +-
 kde-apps/mailcommon/mailcommon-24.05.49.9999.ebuild | 2 +-
 kde-apps/mailcommon/mailcommon-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/mailcommon/mailcommon-24.04.90.ebuild b/kde-apps/mailcommon/mailcommon-24.04.90.ebuild
index a20b8e586d..b29d3c93f5 100644
--- a/kde-apps/mailcommon/mailcommon-24.04.90.ebuild
+++ b/kde-apps/mailcommon/mailcommon-24.04.90.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
-	>=dev-libs/ktextaddons-1.4.42
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/mailcommon/mailcommon-24.05.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-24.05.49.9999.ebuild
index a3d4ed4a91..7657af55da 100644
--- a/kde-apps/mailcommon/mailcommon-24.05.49.9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-24.05.49.9999.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
-	>=dev-libs/ktextaddons-1.4.42
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild
index a3d4ed4a91..7657af55da 100644
--- a/kde-apps/mailcommon/mailcommon-9999.ebuild
+++ b/kde-apps/mailcommon/mailcommon-9999.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
-	>=dev-libs/ktextaddons-1.4.42
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
 	>=dev-qt/qtmultimedia-${QTMIN}:6
 	>=kde-apps/akonadi-${PVCUT}:6


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

end of thread, other threads:[~2024-05-17 19:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-17 19:17 [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 19:50 Andreas Sturmlechner
2024-02-25 23:40 Sam James
2023-12-17 12:04 Sam James
2023-08-06 20:39 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2021-11-16  7:35 Andreas Sturmlechner
2021-11-16  7:35 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2020-09-25  5:49 Andreas Sturmlechner
2020-08-18 19:36 Andreas Sturmlechner
2020-04-04  0:41 Andreas Sturmlechner
2019-09-08 18:23 Andreas Sturmlechner
2019-08-26  0:35 Andreas Sturmlechner
2019-03-21 17:28 Andreas Sturmlechner
2017-09-03 11:31 Andreas Sturmlechner
2017-04-16 17:26 Andreas Sturmlechner
2016-08-24 13:34 Michael Palimaka
2016-06-17 10:25 Michael Palimaka
2016-06-05 18:59 Michael Palimaka
2016-06-05 18:55 Michael Palimaka
2015-10-22 10:13 Michael Palimaka

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