mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kcontacts: drop 5.101.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kcontacts-5.101.0.tar.xz 212480 BLAKE2B 5c04a3dd44e0a646d7635582cb6020c40251a31cce4e08dfd0db24d088490db64c1da64c00e3feafe83c763859ed1d2f85671d07c19d82a2ed214962764fb868 SHA512 90fb939cc945f195185521745c226168a2eae0c3354cf57e73a6c1f2edcfa16eb2c266727e48e7b67c7eff5fb8f4436836ed75f8139e848e953a3562fe8b5569
|
||||
DIST kcontacts-5.102.0.tar.xz 213084 BLAKE2B c15a3d05e973437f3eea89dbcd4cd400ab4630f4cd8842fe57ddd442e7f626db0e10e326165f55641dac2c7b3cc8542103f505cf2b88a2756f2e4b5226a4bad2 SHA512 eed37eb1b0fd95a54319f384a61ff339aff6039b056d322f8624c6e469bda7b7603c3ea4384ed867e89c063baabd773930b7463082f40dbf86a616c6908f5641
|
||||
DIST kcontacts-5.99.0.tar.xz 195412 BLAKE2B c87014fafbe2beb7924b2e4746397fc07ed23f77f882d8f040e06adf925b994200d28bf86a21dd30dd6940aafdee220181908e778ec037636614a8a37a6738a4 SHA512 e5db09cafea0e96b68a304b4b73fc6c247e5601ebda8740b4a66e9d6194d0aad4dad27c2d2ff2cd02e1d1c22c7ba5326ef95295d87e98cd1be0e84d2093499d0
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="true"
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
QTMIN=5.15.5
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Address book API based on KDE Frameworks"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
=kde-frameworks/kcodecs-${PVCUT}*:5
|
||||
=kde-frameworks/kconfig-${PVCUT}*:5
|
||||
=kde-frameworks/kcoreaddons-${PVCUT}*:5
|
||||
=kde-frameworks/ki18n-${PVCUT}*:5
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
|
||||
"
|
||||
|
||||
src_test() {
|
||||
# bug #566648 (access to /dev/dri/card0 denied)
|
||||
# bug #838502 (again some Qt translations loading related err...)
|
||||
local myctestargs=(
|
||||
-E "(kcontacts-addresstest|kcontacts-picturetest)"
|
||||
)
|
||||
ecm_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user