mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-frameworks/kcontacts: drop 5.106.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kcontacts-5.106.0.tar.xz 213564 BLAKE2B 28d9c8e6d1de1f2bfd4079322c4a6115c953b9ad14787445f74ee1faf6a2e3fa72dd4449427e3df113df5fb2cb05cde52ba377d5e7dcbda5d539bd1656368b88 SHA512 b8894be17d3f88f7db9a714515adb611c6d94c669718bf6034fe1ea378a01c5f44b3fb3cd5e81579882398457d0542f630c7b50b45ecf3ac3b577053d43629e3
|
||||
DIST kcontacts-5.108.0.tar.xz 213564 BLAKE2B 5defd7fed5d39980b88a578b1c2a730ce8e88094a3a68b33ceb8611935f35284948b08851916c2ab214c3408c585eb7ed04a102c579ce2191e0b832b37d6bb1b SHA512 2397363139db6d7edf466627edb5a3e6ade365a311afd177329b8ee06c0b698170c7538612184d01b5ca1656204fee77574d8248921f86e43014e08b9fd3aa8d
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2023 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