* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2017-02-10 11:32 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2017-02-10 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 5855c234a8f75a790a4b4f6620f3c0f6e3b04240
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 11:26:14 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 11:30:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5855c234
kde-apps/pimcommon: Add blocker against kde-apps/kdepim-common-libs:4
Gentoo-bug: 608794
Thanks-to: Jonathan Lovelace <kingjon3377 <AT> gmail.com>
Files collide:
/usr/share/icons/hicolor/16x16/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/48x48/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/22x22/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/32x32/apps/kdepim-dropbox.png
Package-Manager: portage-2.3.3
kde-apps/pimcommon/pimcommon-16.12.2.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/kde-apps/pimcommon/pimcommon-16.12.2.ebuild b/kde-apps/pimcommon/pimcommon-16.12.2.ebuild
index 601da9a7ec..63286e4ea4 100644
--- a/kde-apps/pimcommon/pimcommon-16.12.2.ebuild
+++ b/kde-apps/pimcommon/pimcommon-16.12.2.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
@@ -51,6 +51,9 @@ RDEPEND="
$(add_qt_dep qtxml)
dev-libs/grantlee:5
"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kdepim-common-libs:4
+"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2017-07-30 18:13 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2017-07-30 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 3284574a450bd27e6bc76ccb6e0ea1e99ba4a056
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 18:11:30 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 18:12:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3284574a
kde-apps/pimcommon: Drop 17.04.3 (r0)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
kde-apps/pimcommon/pimcommon-17.04.3.ebuild | 59 -----------------------------
1 file changed, 59 deletions(-)
diff --git a/kde-apps/pimcommon/pimcommon-17.04.3.ebuild b/kde-apps/pimcommon/pimcommon-17.04.3.ebuild
deleted file mode 100644
index 43ba95e2020..00000000000
--- a/kde-apps/pimcommon/pimcommon-17.04.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_DESIGNERPLUGIN="true"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Common PIM libraries"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-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 kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-contacts)
- $(add_kdeapps_dep akonadi-mime)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kimap)
- $(add_kdeapps_dep kmime)
- $(add_kdeapps_dep kpimtextedit)
- $(add_kdeapps_dep libkdepim)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwebengine 'widgets')
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/grantlee:5
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/libxslt
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim-common-libs:4
- !kde-apps/kdepim-l10n
-"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2018-02-01 1:34 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2018-02-01 1:34 UTC (permalink / raw
To: gentoo-commits
commit: 690b43f0c0d006a48a8a2033856abe1016d95537
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 1 00:49:08 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 1 01:33:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690b43f0
kde-apps/pimcommon: Disable broken test
Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
Closes: https://bugs.gentoo.org/641730
Package-Manager: Portage-2.3.21, Repoman-2.3.6
kde-apps/pimcommon/pimcommon-17.12.1.ebuild | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/kde-apps/pimcommon/pimcommon-17.12.1.ebuild b/kde-apps/pimcommon/pimcommon-17.12.1.ebuild
index 744cdbccf0e..6295115f9d1 100644
--- a/kde-apps/pimcommon/pimcommon-17.12.1.ebuild
+++ b/kde-apps/pimcommon/pimcommon-17.12.1.ebuild
@@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-common-libs:4
!kde-apps/kdepim-l10n
"
+
+src_test() {
+ # bug 641730
+ local myctestargs=(
+ -E "(autocorrectiontest)"
+ )
+
+ kde5_src_test
+}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2018-07-22 14:11 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2018-07-22 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 3d381ff70cbea9fca16fe50c7face198acddeef7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 13:43:04 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 14:11:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d381ff7
kde-apps/pimcommon: Disable one more broken test
Bug: https://bugs.gentoo.org/661330
Package-Manager: Portage-2.3.43, Repoman-2.3.10
kde-apps/pimcommon/pimcommon-18.04.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
index 6295115f9d1..c1c707a1725 100644
--- a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
@@ -54,9 +54,9 @@ RDEPEND="${COMMON_DEPEND}
"
src_test() {
- # bug 641730
+ # bugs 641730, 661330
local myctestargs=(
- -E "(autocorrectiontest)"
+ -E "(autocorrectiontest|pimcommon-translator-translatortest)"
)
kde5_src_test
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2018-07-29 0:38 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2018-07-29 0:38 UTC (permalink / raw
To: gentoo-commits
commit: 6e8c65f9b213573ce9078b7c1bd5141ca3d46ee9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 00:26:35 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 00:26:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8c65f9
kde-apps/pimcommon: amd64 stable wrt bug #661810
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-apps/pimcommon/pimcommon-18.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
index c1c707a1725..a0b3a6f5140 100644
--- a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2018-07-29 12:56 Thomas Deutschmann
0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2018-07-29 12:56 UTC (permalink / raw
To: gentoo-commits
commit: 1222179d193167dab9c7697e94cb41d0c2fa0d41
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 12:34:11 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 12:55:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1222179d
kde-apps/pimcommon: x86 stable (bug #661810)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
kde-apps/pimcommon/pimcommon-18.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
index a0b3a6f5140..cce9acce107 100644
--- a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2019-03-21 11:14 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2019-03-21 11:14 UTC (permalink / raw
To: gentoo-commits
commit: a729d614ed93de7c524050a13bb6e974f94e7570
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 11:07:48 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 11:14:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a729d614
kde-apps/pimcommon: amd64 stable wrt bug #679994
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
kde-apps/pimcommon/pimcommon-18.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-18.12.3.ebuild b/kde-apps/pimcommon/pimcommon-18.12.3.ebuild
index f6917eeb6a7..db514c04a86 100644
--- a/kde-apps/pimcommon/pimcommon-18.12.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.12.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="share"
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2019-03-21 11:34 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2019-03-21 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 42fe030aa6d4e7c8ff3bc91a98759914a092fdf2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 11:29:03 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 11:34:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fe030a
kde-apps/pimcommon: x86 stable wrt bug #679994
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/pimcommon/pimcommon-18.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-18.12.3.ebuild b/kde-apps/pimcommon/pimcommon-18.12.3.ebuild
index db514c04a86..2cbd0949bed 100644
--- a/kde-apps/pimcommon/pimcommon-18.12.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.12.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="share"
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2019-04-06 15:37 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2019-04-06 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 0685c17cca68f42fca2a94fd6f9405cd027754ad
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 15:36:52 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 15:36:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0685c17c
kde-apps/pimcommon: 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/pimcommon/pimcommon-18.12.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-18.12.3-r1.ebuild b/kde-apps/pimcommon/pimcommon-18.12.3-r1.ebuild
index e91dbe9da6d..08bb3cd1ba2 100644
--- a/kde-apps/pimcommon/pimcommon-18.12.3-r1.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.12.3-r1.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="share"
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2019-07-28 2:33 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2019-07-28 2:33 UTC (permalink / raw
To: gentoo-commits
commit: 47ab6272a1274a8bf1f1d413c1240002709febcd
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 02:30:23 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 02:30:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ab6272
kde-apps/pimcommon: amd64 stable wrt bug #688912
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-19.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-19.04.3.ebuild b/kde-apps/pimcommon/pimcommon-19.04.3.ebuild
index f6917eeb6a7..db514c04a86 100644
--- a/kde-apps/pimcommon/pimcommon-19.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-19.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="share"
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2019-07-28 2:45 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2019-07-28 2:45 UTC (permalink / raw
To: gentoo-commits
commit: 821b21ca65f49d8749ae98f24a3e553e34af0c92
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 02:43:09 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 02:43:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821b21ca
kde-apps/pimcommon: x86 stable wrt bug #688912
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-19.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-19.04.3.ebuild b/kde-apps/pimcommon/pimcommon-19.04.3.ebuild
index db514c04a86..2cbd0949bed 100644
--- a/kde-apps/pimcommon/pimcommon-19.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-19.04.3.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="share"
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2019-12-02 23:29 Aaron Bauman
0 siblings, 0 replies; 29+ messages in thread
From: Aaron Bauman @ 2019-12-02 23:29 UTC (permalink / raw
To: gentoo-commits
commit: cf7eff0d3aa7cc447bd34756ab2d23b3c1ad4878
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 23:16:00 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 23:28:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7eff0d
kde-apps/pimcommon: arm64 stable (bug #700038)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19
kde-apps/pimcommon/pimcommon-19.08.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-19.08.3.ebuild b/kde-apps/pimcommon/pimcommon-19.08.3.ebuild
index 796c60d81a3..4f8bb05b93a 100644
--- a/kde-apps/pimcommon/pimcommon-19.08.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-19.08.3.ebuild
@@ -14,7 +14,7 @@ inherit ecm kde.org
DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2020-03-18 23:48 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-03-18 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 49acdf5c740de62182f5074c4b1c78ad3924e444
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 23:46:56 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 23:46:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49acdf5c
kde-apps/pimcommon: amd64 stable wrt bug #708822
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-19.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-19.12.3.ebuild b/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
index 344c7e30604..fd9331e8bc5 100644
--- a/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2020-03-19 0:06 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-03-19 0:06 UTC (permalink / raw
To: gentoo-commits
commit: f302ec32f1efdb74ff9498d0028f4c93498a8b51
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 00:05:03 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 00:05:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f302ec32
kde-apps/pimcommon: x86 stable wrt bug #708822
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-19.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-19.12.3.ebuild b/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
index fd9331e8bc5..c0e5fb9dfd1 100644
--- a/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2020-03-19 6:25 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2020-03-19 6:25 UTC (permalink / raw
To: gentoo-commits
commit: a2c2829fd3ec73be0d4eef52c4f444cb9377276d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 06:23:29 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 06:23:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c2829f
kde-apps/pimcommon: arm64 stable wrt bug #708822
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-19.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-19.12.3.ebuild b/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
index c0e5fb9dfd1..be2585f50d5 100644
--- a/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-19.12.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2020-07-30 6:58 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-07-30 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 0493e438cfb7f3dbf37e8c399ef439472032ff93
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 06:54:43 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 06:57:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0493e438
kde-apps/pimcommon: amd64 stable wrt bug #731966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-20.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-20.04.3.ebuild b/kde-apps/pimcommon/pimcommon-20.04.3.ebuild
index f6048d10b02..f0b4181a314 100644
--- a/kde-apps/pimcommon/pimcommon-20.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-20.04.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2020-07-30 7:21 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-07-30 7:21 UTC (permalink / raw
To: gentoo-commits
commit: e9ce1a5cd96f9815f585755d17fecb9d7b8e9f13
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 07:18:44 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 07:20:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ce1a5c
kde-apps/pimcommon: x86 stable wrt bug #731966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-20.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-20.04.3.ebuild b/kde-apps/pimcommon/pimcommon-20.04.3.ebuild
index f0b4181a314..59c753d23b8 100644
--- a/kde-apps/pimcommon/pimcommon-20.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-20.04.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2021-02-24 19:35 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2021-02-24 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 556bf12c5f15336d34e5134052e7f4d93a9ee2f4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 19:34:46 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 19:34:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556bf12c
kde-apps/pimcommon: Stabilize 20.12.2 arm64, #770775
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-20.12.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-20.12.2.ebuild b/kde-apps/pimcommon/pimcommon-20.12.2.ebuild
index d821f1f678d..d282c2997b4 100644
--- a/kde-apps/pimcommon/pimcommon-20.12.2.ebuild
+++ b/kde-apps/pimcommon/pimcommon-20.12.2.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2021-02-24 22:40 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2021-02-24 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 008788c7c472bbd24595698c0626d75c484115db
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 21:18:27 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 22:39:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008788c7
kde-apps/pimcommon: drop 20.08.3*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pimcommon/Manifest | 1 -
kde-apps/pimcommon/pimcommon-20.08.3.ebuild | 69 -----------------------------
2 files changed, 70 deletions(-)
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index 86eb9500f80..cb0ebf8fc58 100644
--- a/kde-apps/pimcommon/Manifest
+++ b/kde-apps/pimcommon/Manifest
@@ -1,2 +1 @@
-DIST pimcommon-20.08.3.tar.xz 357152 BLAKE2B 9a0dd228d9997bd891b2247fdf2fc6feeefa3606234ba69d1e335234f40a7b9031285882d95cc62b3b4a380a29dbed58647aafd5e93dddbeb79d8ffd8cc4e945 SHA512 873fa273dd06eff2d488926c3d359f7fd0b56276eb6fcbb3bffb83207631902479b3751dbeae1525c07d24a2f284a05e9054f71a9497867a461040363cd75a2d
DIST pimcommon-20.12.2.tar.xz 364268 BLAKE2B e979c3b72cc37c443d7bd29323c4277be1625e9635f20f16e90d8ebc0a5bcfcf343f91d6d88a26f25337583d270309aa66707cff141073e278b87faced43281a SHA512 268ad53f8cf44171be339e6ab4a6608581f79e7c4c08fd22f4d8ce698c20281580ed4f25a956d6b0449753273bda7b6c6d40d44189eeb5cd7c479266c706c960
diff --git a/kde-apps/pimcommon/pimcommon-20.08.3.ebuild b/kde-apps/pimcommon/pimcommon-20.08.3.ebuild
deleted file mode 100644
index 2c3d15efb3f..00000000000
--- a/kde-apps/pimcommon/pimcommon-20.08.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.74.0
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Common PIM libraries"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-BDEPEND="
- dev-libs/libxslt
-"
-COMMON_DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtprintsupport-${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-search-${PVCUT}:5
- >=kde-apps/kimap-${PVCUT}:5
- >=kde-apps/kldap-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
- test? ( >=kde-apps/kmime-${PVCUT}:5 )
-"
-RDEPEND="${COMMON_DEPEND}
- !<kde-apps/libkdepim-20.07.80:5
-"
-
-src_test() {
- # bugs 641730, 661330
- local myctestargs=(
- -E "(autocorrectiontest|pimcommon-translator-translatortest)"
- )
-
- ecm_src_test
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2021-08-04 8:40 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2021-08-04 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 02c5598169e7dccab4564650d8690b52e2c1a997
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 08:37:24 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 08:40:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c55981
kde-apps/pimcommon: amd64 stable wrt bug #805065
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-21.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-21.04.3.ebuild b/kde-apps/pimcommon/pimcommon-21.04.3.ebuild
index 2f11c0bae23..a40ea0f7e14 100644
--- a/kde-apps/pimcommon/pimcommon-21.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-21.04.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2021-08-04 9:01 Agostino Sarubbo
0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2021-08-04 9:01 UTC (permalink / raw
To: gentoo-commits
commit: 79f35b4da4261f96f2be80273afcd2ef0b59f800
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 08:58:34 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 09:01:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f35b4d
kde-apps/pimcommon: x86 stable wrt bug #805065
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-21.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-21.04.3.ebuild b/kde-apps/pimcommon/pimcommon-21.04.3.ebuild
index a40ea0f7e14..ef7f768b793 100644
--- a/kde-apps/pimcommon/pimcommon-21.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-21.04.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE=""
BDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2021-11-16 7:40 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 68b0af3aae3748ea55607ec731ffbee5bad2ab06
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 06:50:14 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:37:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b0af3a
kde-apps/pimcommon: Punt bogus dep
Upstream commit 8e1842d4c1eb6e0366e4a86704ad550a2eb8c781
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-21.08.3.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/kde-apps/pimcommon/pimcommon-21.08.3.ebuild b/kde-apps/pimcommon/pimcommon-21.08.3.ebuild
index 6f3a5489c88a..c730421d7a83 100644
--- a/kde-apps/pimcommon/pimcommon-21.08.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-21.08.3.ebuild
@@ -18,9 +18,6 @@ SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
-BDEPEND="
- dev-libs/libxslt
-"
COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -58,6 +55,14 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!<kde-apps/libkdepim-20.07.80:5
"
+BDEPEND="
+ dev-libs/libxslt
+"
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_bogus_dep KF5 GrantleeTheme
+}
src_test() {
# bugs 641730, 661330
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2023-03-23 14:47 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2023-03-23 14:47 UTC (permalink / raw
To: gentoo-commits
commit: a05faf1f1b666aaf2c4bf5b831370d6c3c45d470
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 12:12:30 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 14:46:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05faf1f
kde-apps/pimcommon: Broken test was renamed
Upstream commit c4f0d67d0bac0d52cfe66e35c780ef4f4f3c58ec
Bug: https://bugs.gentoo.org/661330
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-22.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-22.12.3.ebuild b/kde-apps/pimcommon/pimcommon-22.12.3.ebuild
index 9249cce9e3ad..b2244866d5a7 100644
--- a/kde-apps/pimcommon/pimcommon-22.12.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-22.12.3.ebuild
@@ -54,7 +54,7 @@ DEPEND="${RDEPEND}"
src_test() {
# bugs 641730, 661330
local myctestargs=(
- -E "(autocorrectiontest|pimcommon-translator-translatortest)"
+ -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)"
)
ecm_src_test
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2023-04-02 19:40 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2023-04-02 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 61942adbe10bfb3a0f98aa41b010d1a0cfc31da5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 19:32:49 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 19:40:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61942adb
kde-apps/pimcommon: Stabilize 22.12.3 x86, #898916
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-22.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-22.12.3.ebuild b/kde-apps/pimcommon/pimcommon-22.12.3.ebuild
index 002aeae1a725..dd3d2ff60599 100644
--- a/kde-apps/pimcommon/pimcommon-22.12.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-22.12.3.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2023-04-29 14:21 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2023-04-29 14:21 UTC (permalink / raw
To: gentoo-commits
commit: b08f5ee13113cde9bc4978f51f7697e682e043e1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 12:59:27 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 14:21:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08f5ee1
kde-apps/pimcommon: Add missing dependency
Upstream commits:
19003a7d304392df73319d2fabb86942148f406a
89d24bfd2fc309350cd8d24899b44451e710fa1e
fc2be9b5363b282c483070ead10cf91c67b61fb5
64cc222c55cc430b847733238cc172cbc7fa2b34
eaa9f493688aba8f58fb4a54a215aa951f8ccc03
c1ffa28a8ebae45e076b36bc70cb4a36741ffe50
Closes: https://bugs.gentoo.org/905156
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../pimcommon/{pimcommon-23.04.0.ebuild => pimcommon-23.04.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/pimcommon/pimcommon-23.04.0.ebuild b/kde-apps/pimcommon/pimcommon-23.04.0-r1.ebuild
similarity index 98%
rename from kde-apps/pimcommon/pimcommon-23.04.0.ebuild
rename to kde-apps/pimcommon/pimcommon-23.04.0-r1.ebuild
index 54ec7ec0f85e..bb55337f0c0c 100644
--- a/kde-apps/pimcommon/pimcommon-23.04.0.ebuild
+++ b/kde-apps/pimcommon/pimcommon-23.04.0-r1.ebuild
@@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
RDEPEND="
+ dev-libs/ktextaddons:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2023-07-15 17:09 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2023-07-15 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 30f5261514ccedbbd30dae95dd958d9e35f7e872
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 17:02:24 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 17:02:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f52615
kde-apps/pimcommon: Stabilize 23.04.2 x86, #909314
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-23.04.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-23.04.2.ebuild b/kde-apps/pimcommon/pimcommon-23.04.2.ebuild
index f18e31163015..05beeb005b36 100644
--- a/kde-apps/pimcommon/pimcommon-23.04.2.ebuild
+++ b/kde-apps/pimcommon/pimcommon-23.04.2.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2023-11-23 15:27 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-11-23 15:27 UTC (permalink / raw
To: gentoo-commits
commit: b05c5366b54b4332b5419128b258e1d776dba62d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 15:26:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 15:26:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05c5366
kde-apps/pimcommon: Stabilize 23.08.3 x86, #917212
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-23.08.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-23.08.3.ebuild b/kde-apps/pimcommon/pimcommon-23.08.3.ebuild
index 408ace406747..7d97b671b616 100644
--- a/kde-apps/pimcommon/pimcommon-23.08.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-23.08.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2024-03-06 19:19 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2024-03-06 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 11d521106f00834abdecb51adc7d1065ad0f0ff8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 19:19:17 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 19:19:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d52110
kde-apps/pimcommon: Stabilize 23.08.5 x86, #924716
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/pimcommon/pimcommon-23.08.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pimcommon/pimcommon-23.08.5.ebuild b/kde-apps/pimcommon/pimcommon-23.08.5.ebuild
index e4cfa30853e5..c5d4d7081bd5 100644
--- a/kde-apps/pimcommon/pimcommon-23.08.5.ebuild
+++ b/kde-apps/pimcommon/pimcommon-23.08.5.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Common PIM libraries"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/
@ 2024-10-01 18:23 Andreas Sturmlechner
0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2024-10-01 18:23 UTC (permalink / raw
To: gentoo-commits
commit: e907b8d93b826d176a2266ef9355d3195d75d47b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 2 09:59:36 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 18:22:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e907b8d9
kde-apps/pimcommon: drop 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pimcommon/Manifest | 1 -
kde-apps/pimcommon/pimcommon-23.08.5.ebuild | 60 -----------------------------
2 files changed, 61 deletions(-)
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index 68be216d59d5..c9ecba41feab 100644
--- a/kde-apps/pimcommon/Manifest
+++ b/kde-apps/pimcommon/Manifest
@@ -1,3 +1,2 @@
-DIST pimcommon-23.08.5.tar.xz 349196 BLAKE2B 66d525d68108ecba772cb4f145da893a3f739f3729cd458c62fcc4affaaed8776a4dc558db25fb86597e0842738f2820af622efe6c24e4ed344d43477d5795db SHA512 36464dc23f601d7ffb4cd85be9bc48c15bf610b59de635664ba01d50c914e58ce78c66f0ba33c4db245fd063d721b7b918fd39ab0e466a307a52f7b32d627ae3
DIST pimcommon-24.05.2.tar.xz 349596 BLAKE2B 5b000afc625f26219fb03360d4e26ba14ef34de3a186e1003abacd479aa822f72439ec055612013fa2714f285d6b1f1fe739c498fb73ec4e5200ff92aeece469 SHA512 626799e69cc12d9d53cd8754e9dc8899729d50d340a3bc4cee44ebf145d83451fb5f2ac5af85621123318784c1cc5da7a6c207f53e5eb7ce91cfd4a022d01135
DIST pimcommon-24.08.1.tar.xz 351248 BLAKE2B 1d2676246a3a540dc02e9b091ed07bdf799edf18126a673930823db256df8950476179d6d9a6fd04c6396c3795bf68cec5a6790ac435f2c873144eb6f02b4eae SHA512 4bcefbbb46ddfb791a6341c0c19fb6c1208b590a8c989229b9623c6a11f150e1b889d75899e15cbc1bd7096e70e43631ad275fde92f4e11eab97482ff8d659c8
diff --git a/kde-apps/pimcommon/pimcommon-23.08.5.ebuild b/kde-apps/pimcommon/pimcommon-23.08.5.ebuild
deleted file mode 100644
index c5d4d7081bd5..000000000000
--- a/kde-apps/pimcommon/pimcommon-23.08.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 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.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Common PIM libraries"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/ktextaddons:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${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-search-${PVCUT}:5
- >=kde-apps/kimap-${PVCUT}:5
- >=kde-apps/kldap-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
- # bugs 641730, 661330
- local myctestargs=(
- -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)"
- )
-
- ecm_src_test
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
end of thread, other threads:[~2024-10-01 18:23 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-29 0:38 [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2024-10-01 18:23 Andreas Sturmlechner
2024-03-06 19:19 Arthur Zamarin
2023-11-23 15:27 Sam James
2023-07-15 17:09 Arthur Zamarin
2023-04-29 14:21 Andreas Sturmlechner
2023-04-02 19:40 Arthur Zamarin
2023-03-23 14:47 Andreas Sturmlechner
2021-11-16 7:40 Andreas Sturmlechner
2021-08-04 9:01 Agostino Sarubbo
2021-08-04 8:40 Agostino Sarubbo
2021-02-24 22:40 Andreas Sturmlechner
2021-02-24 19:35 Mikle Kolyada
2020-07-30 7:21 Agostino Sarubbo
2020-07-30 6:58 Agostino Sarubbo
2020-03-19 6:25 Mikle Kolyada
2020-03-19 0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2019-12-02 23:29 Aaron Bauman
2019-07-28 2:45 Mikle Kolyada
2019-07-28 2:33 Mikle Kolyada
2019-04-06 15:37 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2018-07-29 12:56 Thomas Deutschmann
2018-07-22 14:11 Andreas Sturmlechner
2018-02-01 1:34 Andreas Sturmlechner
2017-07-30 18:13 Andreas Sturmlechner
2017-02-10 11:32 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox