diff options
author | 2024-01-06 15:37:22 +0100 | |
---|---|---|
committer | 2024-01-07 15:32:22 +0100 | |
commit | 29ed8a8b5063b7364852734c0d4f2566b6e5f98a (patch) | |
tree | 0b1ce5f0f312f746ddcc0f95fc7bc36d6f5a60f7 /kde-apps/libkgapi | |
parent | kde-apps/libkdepim: drop 23.08.3 (diff) | |
download | gentoo-29ed8a8b5063b7364852734c0d4f2566b6e5f98a.tar.gz gentoo-29ed8a8b5063b7364852734c0d4f2566b6e5f98a.tar.bz2 gentoo-29ed8a8b5063b7364852734c0d4f2566b6e5f98a.zip |
kde-apps/libkgapi: drop 23.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkgapi')
-rw-r--r-- | kde-apps/libkgapi/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/libkgapi/libkgapi-23.08.3.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest index a61a0381e165..a1a7de0d6f0b 100644 --- a/kde-apps/libkgapi/Manifest +++ b/kde-apps/libkgapi/Manifest @@ -1,2 +1 @@ -DIST libkgapi-23.08.3.tar.xz 335004 BLAKE2B e5162ff2697e2cf5096b45e8f45d294b3840cada71c4998681cb3c717e7b7f255642f6aa1681abaac02371629bf4d483ca1dbf69a11e45161e83619f397a8047 SHA512 573375c106697071686f42bcff1218799470dbd1b019eba62fd1517949b53413d82e77d104223dda9d3b996d4c7c765e37fafd09c2569ee68903558c0c21d1ec DIST libkgapi-23.08.4.tar.xz 334960 BLAKE2B f686f573a81ff6ee5e5631fca28e1cdca44dcae5c48fd9b11a03bb2585563ec4fde138c991c7ca87671551be0c32ac5318cb7a829e5f5cb75a9585891a90cb08 SHA512 b2da67cc4c41abed5bba7c14bdc4e37262f60a92590b0565a0dd5c749914c213e7f9188c099549126f24d06ec6b41cd248a06c113c71e016f8b314c40a82069a diff --git a/kde-apps/libkgapi/libkgapi-23.08.3.ebuild b/kde-apps/libkgapi/libkgapi-23.08.3.ebuild deleted file mode 100644 index 621828729ef3..000000000000 --- a/kde-apps/libkgapi/libkgapi-23.08.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 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 ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - dev-libs/cyrus-sasl:2 - >=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 -" -RDEPEND="${DEPEND}" -BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" - -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 -} |