From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkgapi/
Date: Fri, 03 Jan 2025 20:31:03 +0000 (UTC) [thread overview]
Message-ID: <1735936237.e24a0938db8ab381e524a30fb5d9a571ab564787.asturm@gentoo> (raw)
commit: e24a0938db8ab381e524a30fb5d9a571ab564787
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 21:46:30 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 20:30:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24a0938
kde-apps/libkgapi: drop 23.08.5-r2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/libkgapi/Manifest | 1 -
kde-apps/libkgapi/libkgapi-23.08.5-r2.ebuild | 53 ----------------------------
kde-apps/libkgapi/metadata.xml | 3 --
3 files changed, 57 deletions(-)
diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest
index 98803342de0c..87177da27777 100644
--- a/kde-apps/libkgapi/Manifest
+++ b/kde-apps/libkgapi/Manifest
@@ -1,3 +1,2 @@
-DIST libkgapi-23.08.5.tar.xz 335116 BLAKE2B 0d2c4515efa9a8adf9388b6447bef3d06887861cdb7eb6c40596445844b6e9fd13e17870f1dcd377c9a9d59998afe306ddc82694452816092bb1c74b0527b3bb SHA512 3bd99cf96aff46034847ba3b75243ed3171154538dfa5000336288c67439787cc6334b0d010176e9b38676ca9a109da9cc0f78a96fb37e43fa46974639ec3ed9
DIST libkgapi-24.08.3.tar.xz 339412 BLAKE2B 91d4f43b2bf2485f64d9c66caededa21f8805a6bfd7c61393057afb8c2f93391cc3ffec48642b0c8f6d812a7947a9caeab4b4b8da99494319fb5bb761bfb1116 SHA512 157bc17e44135dcdcb322ed12dbad1f996dbc8a8a7311b02c2164a8b1bcde4ef1b3f77ba7aa6e125447bab1a0ddd7c6ef5b71452191920a5ce80df245e844885
DIST libkgapi-24.12.0.tar.xz 339456 BLAKE2B a70d746d4ac9cd390712e0f668b15472ce40058b7f65b667b978c914fb5cb0c3d114d81a582884918a1d0503e2eff6d6f74c2cd8236784233c00b4826d678e13 SHA512 d6751e103ea87ae6f9353f3aa2c490a22bbc7ca394731cf992e8ab688c516d102fb2500a7524adb6367f9520136432872510ca9032c7c37b4bb7fa043c2c4d21
diff --git a/kde-apps/libkgapi/libkgapi-23.08.5-r2.ebuild b/kde-apps/libkgapi/libkgapi-23.08.5-r2.ebuild
deleted file mode 100644
index acd4117f7b26..000000000000
--- a/kde-apps/libkgapi/libkgapi-23.08.5-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Library for accessing Google calendar and contact resources"
-HOMEPAGE="https://api.kde.org/kdepim/libkgapi/html/index.html"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="amd64 arm64"
-IUSE="kf6compat"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- !kf6compat? ( dev-libs/cyrus-sasl:2 )
-"
-RDEPEND="${DEPEND}
- kf6compat? ( kde-apps/libkgapi:6 )
-"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SASL_PLUGIN=$(usex !kf6compat)
- )
- ecm_src_configure
-}
-
-src_test() {
- local myctestargs=(
- # Both fail for multiple distros, see bug #832709 for more discussion
- # Revisit at least once Qt 5.15.3 is in wider distribution (in Gentoo at least):
- # contacts-contactcreatejobtest, contacts-contactmodifyjobtest
- # More failures not specific to Gentoo, bug #852593, KDE-bug #440648:
- # calendar-eventcreatejobtest, calendar-eventfetchjobtest, calendar-eventmodifyjobtest
- -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest|calendar-eventcreatejobtest|calendar-eventfetchjobtest|calendar-eventmodifyjobtest)"
- )
-
- ecm_src_test
-}
diff --git a/kde-apps/libkgapi/metadata.xml b/kde-apps/libkgapi/metadata.xml
index c45be7e6598a..d925f2439758 100644
--- a/kde-apps/libkgapi/metadata.xml
+++ b/kde-apps/libkgapi/metadata.xml
@@ -8,7 +8,4 @@
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
</upstream>
- <use>
- <flag name="kf6compat">Disable components colliding with KF6, depend on KF6 components instead</flag>
- </use>
</pkgmetadata>
next reply other threads:[~2025-01-03 20:31 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 20:31 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-21 21:27 [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkgapi/ Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-08-30 14:48 Andreas Sturmlechner
2024-08-30 14:48 Andreas Sturmlechner
2024-06-30 22:55 Andreas Sturmlechner
2024-04-20 17:39 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-03-06 19:19 Arthur Zamarin
2023-11-23 15:27 Sam James
2023-07-15 17:09 Arthur Zamarin
2023-04-02 19:40 Arthur Zamarin
2023-02-21 17:13 Arthur Zamarin
2022-07-19 10:49 Andreas Sturmlechner
2022-03-17 17:34 Sam James
2022-03-16 21:54 Sam James
2021-12-01 6:37 Yixun Lan
2021-02-24 19:35 Mikle Kolyada
2021-01-14 19:49 Andreas Sturmlechner
2020-12-22 11:18 Andreas Sturmlechner
2019-03-20 12:48 Andreas Sturmlechner
2018-01-18 23:01 Andreas Sturmlechner
2017-11-30 2:07 Thomas Deutschmann
2017-11-07 18:44 Andreas Sturmlechner
2017-03-09 23:40 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1735936237.e24a0938db8ab381e524a30fb5d9a571ab564787.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox