kde-frameworks/kcontacts: drop 6.2.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-06-07 20:52:10 +02:00
parent 180df89da3
commit c0d3b840e1
2 changed files with 0 additions and 34 deletions

View File

@@ -1,3 +1,2 @@
DIST kcontacts-5.116.0.tar.xz 214144 BLAKE2B 6f01e3102e9499e0f1da529c5d073c21c54dbba6d549d2be15686082804ec7da21488e9e631fc4ee6e0d5307d054fa156760644eca8b858123382d14f7fc5b51 SHA512 b33a239bc577a0ff4d7b34e7fc12397fed543ba31a0fb1ebcd55dc5ce52e05e026953128f13c76828dd6723fed9a27153cd8420d5dd940404a4f79cd625499bf
DIST kcontacts-6.2.0.tar.xz 207664 BLAKE2B c2d1cd2e63ec3d15cf2192b6067387fa6fbad431178f090fb6eaa43a7fe5d0bcc9183e892739c88e49a5c2d3997363f7d4c964fd7e50531b8032b2110eb14fb7 SHA512 b4f6e6ae693f0eb54ed889b8acfb4afdf2758f3e99fc11b363fc665077d8c1ec0528521668318090368c14afe7dc0111372891f89e5039e4e04df1d98b4e53ab
DIST kcontacts-6.3.0.tar.xz 207792 BLAKE2B 3d4c3be0336fd9b4593cabe48bf34458a06602894b8fb576d74411561e6e1b5d444ca5f422005d27e6344bed26f9a6fa23015b091d37525c56d75033e294d8e5 SHA512 3f5711935abb8df6d9f896dd2c6cdf4061da921152c60ae411e0be8a037d2e9a7d0d985368bf5fb220642e5db9ea56285ff3d93cabcf578423ff4b8ace657bd4

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
PVCUT=$(ver_cut 1-2)
QTMIN=6.6.2
inherit ecm frameworks.kde.org
DESCRIPTION="Address book API based on KDE Frameworks"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
=kde-frameworks/kcodecs-${PVCUT}*:6
=kde-frameworks/kconfig-${PVCUT}*:6
=kde-frameworks/kcoreaddons-${PVCUT}*:6
=kde-frameworks/ki18n-${PVCUT}*:6
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtdeclarative-${QTMIN}:6 )
"
CMAKE_SKIP_TESTS=(
# bug #566648 (access to /dev/dri/card0 denied)
kcontacts-picturetest
# bug #838502 (again some Qt translations loading related err...)
kcontacts-addresstest
)