* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2018-11-08 21:39 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-11-08 21:39 UTC (permalink / raw
To: gentoo-commits
commit: d5083e4af5e5310f73aec8dfcdd47e3eb6f5cf13
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 8 21:27:51 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 8 21:27:51 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5083e4a
kde-misc/akonadiclient: New package
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 31 ++++++++++++++++++++++++
kde-misc/akonadiclient/metadata.xml | 8 ++++++
2 files changed, 39 insertions(+)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
new file mode 100644
index 0000000000..5950a97601
--- /dev/null
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+QT_MINIMAL="5.11.1"
+inherit kde5
+
+DESCRIPTION="Commandline interface for accessing Akonadi"
+HOMEPAGE="https://cgit.kde.org/akonadi-phabricator-resource.git"
+LICENSE="GPL-2"
+
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_kdeapps_dep akonadi 'xml')
+ $(add_kdeapps_dep kcontacts)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ cmake-utils_src_prepare
+ punt_bogus_dep KF5 KIO # we don't need it with >=Qt-5.10
+}
diff --git a/kde-misc/akonadiclient/metadata.xml b/kde-misc/akonadiclient/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-misc/akonadiclient/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2018-11-08 23:58 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-11-08 23:58 UTC (permalink / raw
To: gentoo-commits
commit: eb57245d91b98ce7ded051b61d2d2d2fdb665272
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 8 23:37:18 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 8 23:37:18 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb57245d
kde-misc/akonadiclient: Fix HOMEPAGE
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index 5950a97601..4b47230dfb 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -9,7 +9,7 @@ QT_MINIMAL="5.11.1"
inherit kde5
DESCRIPTION="Commandline interface for accessing Akonadi"
-HOMEPAGE="https://cgit.kde.org/akonadi-phabricator-resource.git"
+HOMEPAGE="https://cgit.kde.org/akonadiclient.git/"
LICENSE="GPL-2"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2019-01-26 20:29 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2019-01-26 20:29 UTC (permalink / raw
To: gentoo-commits
commit: b10797e4e45baa280b5143d5c50328c3a443eca5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 17:03:29 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 20:28:42 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b10797e4
kde-misc/akonadiclient: EAPI-7 bump
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index 6b17fd18d6..f54ffd8137 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
-QT_MINIMAL="5.11.1"
inherit kde5
DESCRIPTION="Commandline interface for accessing Akonadi"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2021-04-15 22:32 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-04-15 22:32 UTC (permalink / raw
To: gentoo-commits
commit: d28aa8ddb99c8973d729ed2f3e2796bd3d20e195
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 20:21:46 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:39 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d28aa8dd
kde-misc/akonadiclient: Add new DEPEND
Upstream commit 9ea4b209f633652e6c8ca53d049a71960a1b2408
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index f8f6cba2fc..ef4d375806 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -20,6 +20,7 @@ IUSE=""
DEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
kde-apps/akonadi:5[xml]
+ kde-apps/kmime:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcontacts-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2022-10-06 9:02 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 70377440b125151760285f7975245be9ad12b232
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 07:49:40 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 09:01:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=70377440
kde-misc/akonadiclient: Drop obsolete dep punt
Upstream commit 997550b9720ed47aea4794179bb520ad7174c4fe
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index cec9915d4b..f40a4669cc 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -27,8 +27,3 @@ DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_kf_module KIO # we don't need it with >=Qt-5.10
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2024-09-09 14:39 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 14:39 UTC (permalink / raw
To: gentoo-commits
commit: d3bf79f39b6bce621e7e7260173cb92d374b5947
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 14:39:34 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 14:39:34 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3bf79f3
kde-misc/akonadiclient: Port to KF6
Upstream commit 81d8a18fb677391c3c30df1e4e9a57f84cd5a6d1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 26 +++++++++++++-----------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index 593281a372..dff5f0fbc8 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -4,26 +4,28 @@
EAPI=8
ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.115.0
-QTMIN=5.15.12
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
inherit ecm kde.org
DESCRIPTION="Commandline interface for accessing Akonadi"
HOMEPAGE="https://invent.kde.org/pim/akonadiclient/"
LICENSE="GPL-2"
-SLOT="5"
+SLOT="6"
KEYWORDS=""
IUSE=""
DEPEND="
- >=dev-qt/qtwidgets-${QTMIN}:5
- kde-apps/akonadi:5[xml]
- kde-apps/kmime:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
+ >=dev-qt/qtbase-${QTMIN}:6[widgets]
+ kde-apps/akonadi:6[xml]
+ kde-apps/kmime:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kcontacts-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ !${CATEGORY}/${PN}:5
"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2025-02-02 10:28 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2025-02-02 10:28 UTC (permalink / raw
To: gentoo-commits
commit: db0a4c26796293368944cf53dfe51a11a3615ca3
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 2 06:58:45 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 10:26:41 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db0a4c26
kde-misc/akonadiclient: missing dependency akonadi-contacts
Fixes: d3bf79f39b6bce621e7e7260173cb92d374b5947
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/kde/pull/1025
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index 5feb9ef315..e694ffbfa7 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -20,6 +20,7 @@ IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[widgets]
kde-apps/akonadi:6[xml]
+ kde-apps/akonadi-contacts:6
kde-apps/kmime:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2025-02-02 10:28 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2025-02-02 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 9ce1ac6b18d20343a97580e5cc212f0791a447c1
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 2 06:54:04 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 10:24:51 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ce1ac6b
kde-misc/akonadiclient: new dependency on ncurses
Upstream commit: ef15086cbbb1b624fe5c454753d181f0879ed0b6
Its optional but ncurses is ubiquitous enough to not warrant making
it explicitly optional.
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index dff5f0fbc8..4ddd66321f 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,6 +25,7 @@ DEPEND="
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
+ sys-libs/ncurses:=
"
RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2025-02-02 10:28 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2025-02-02 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 112123985e51c9dfa780dc6e950bf5265e5dfbb3
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 2 06:56:48 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 10:26:38 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=11212398
kde-misc/akonadiclient: new dependency on kconfig
Upstream commit: 711d921607131189c7415e9999ac978966503dc3
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/akonadiclient/akonadiclient-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/akonadiclient/akonadiclient-9999.ebuild b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
index 4ddd66321f..5feb9ef315 100644
--- a/kde-misc/akonadiclient/akonadiclient-9999.ebuild
+++ b/kde-misc/akonadiclient/akonadiclient-9999.ebuild
@@ -22,6 +22,7 @@ DEPEND="
kde-apps/akonadi:6[xml]
kde-apps/kmime:6
>=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-02 10:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02 10:28 [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2025-02-02 10:28 Andreas Sturmlechner
2025-02-02 10:28 Andreas Sturmlechner
2024-09-09 14:39 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2018-11-08 23:58 Andreas Sturmlechner
2018-11-08 21:39 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox