* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2018-11-08 21:39 Andreas Sturmlechner
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2018-11-08 23:58 Andreas Sturmlechner
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2019-01-26 20:29 Andreas Sturmlechner
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2021-04-15 22:32 Andreas Sturmlechner
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2022-10-06 9:02 Andreas Sturmlechner
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/
@ 2024-09-09 14:39 Andreas Sturmlechner
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2024-09-09 14:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-26 20:29 [gentoo-commits] proj/kde:master commit in: kde-misc/akonadiclient/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-09 14:39 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2021-04-15 22:32 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