kde-apps/libkgapi: drop 25.04.3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-21 12:27:14 +02:00
parent bd2c661505
commit 8ffc61c7e6
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST libkgapi-25.04.3.tar.xz 341404 BLAKE2B 71d36d0f0fe22f86df7146e6b04040e1430f09d814ee74cd9b26dd215e432f850699853d6dfa715639331dddb431e7aaccc740dff1f5bbbd21c9d786ecf688f8 SHA512 5f2e79267b15666d233adcd7e2e1315eec5561b10cc6ff876fc5c16a2bf44b7d6a7c1a0e95b5509dddb4ea7f88f09066f246ea0789730a57246155892d081c07
DIST libkgapi-25.08.2.tar.xz 341416 BLAKE2B 950e9c28f825df15e1122bfbad3756d20eda7d09283c1027f163b4475303efc9e3e2057337db0c384b3ba0c2328674ddd1238785797c82b6f3feecc8c7ad3251 SHA512 39fbdca79960f0b57e68e1402f40688f380cea2d91e2944f9e968fec651079576103d4949c1a58a189ec23a0b5a24277d1f451cce0dfa9a787c26da4d140b5c8

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=6.13.0
QTMIN=6.7.2
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="6/$(ver_cut 1-2)"
KEYWORDS="amd64 arm64"
IUSE=""
DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
"
RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5[-kf6compat(-)]
"
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
CMAKE_SKIP_TESTS=(
# Failures not specific to Gentoo, bug #852593, KDE-bug #440648:
calendar-event{create,fetch,modify}jobtest
# bug 924625
tasks-task{create,modify}jobtest
)