diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-06 15:18:19 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-06 15:18:19 +0100 |
| commit | 5b75efa9d4296a75186378f3249bc8cd256369dc (patch) | |
| tree | a8e01d347d9f29295adad213cf7811da9009f6c1 | |
| parent | 12272fb3b1fec5a22eafdad7c1bb12fcc73205e4 (diff) | |
| download | kde-5b75efa9d4296a75186378f3249bc8cd256369dc.tar.gz kde-5b75efa9d4296a75186378f3249bc8cd256369dc.tar.bz2 kde-5b75efa9d4296a75186378f3249bc8cd256369dc.zip | |
kde-apps/libkgapi: drop 22.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/libkgapi/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/libkgapi/libkgapi-22.12.1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest deleted file mode 100644 index 4a6b1daaf06..00000000000 --- a/kde-apps/libkgapi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libkgapi-22.12.1.tar.xz 244676 BLAKE2B f65ee13007f915c7c117ced20a0b2ba4a665b792d578a7f1c2c4ee43614658144594da19fec5965ea2469fa817e9c0513864ea69e12c9e1763fe060f1cc9d48c SHA512 12f52bb7c858d339ddf15a54caa6c54e0e434a9f5bd549a8dfdb129791e506ac34a06adb4359d55f572e7e4f162995a0f314d57dc99275601163b23707245d63 diff --git a/kde-apps/libkgapi/libkgapi-22.12.1.ebuild b/kde-apps/libkgapi/libkgapi-22.12.1.ebuild deleted file mode 100644 index a242aa609d6..00000000000 --- a/kde-apps/libkgapi/libkgapi-22.12.1.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_TEST="true" -KFMIN=5.101.0 -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -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="nls" - -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="nls? ( >=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)" - ) - - virtx cmake_src_test -} |
