kde-frameworks/kcrash: drop 5.101.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-01-15 00:46:49 +01:00
parent 1f488937f9
commit 6ce6912f4c
2 changed files with 0 additions and 42 deletions

View File

@@ -1,3 +1,2 @@
DIST kcrash-5.101.0.tar.xz 28380 BLAKE2B a4e6f7b115eb17a7ec4ed8492eb7876da40a027d6e13fcda497d9b24071b2fcbff48a05391ad44b20f8950ba70061093abcddbabde933c534d2065dafddf15f1 SHA512 9239543a1ff53bd5eb090ce4f0929f091b70ace314f2ba20c0e9f3969134039b5936a8ea974acea5e14f3e1d4cc757f3fd475225a81aeb71d309a0f9b0089b8c
DIST kcrash-5.102.0.tar.xz 28292 BLAKE2B ea898d9d27917d603b46d38c6625bd3af2f90fab68e6c88bebad04a61a6dda8977fd263fc95fb8db8d52e5d60dcf26ac828a4a067ba429dde961229d2fcbc1df SHA512 524fe2c0341dbe910b844bb44cd9779f799848f61f482eb435f298af895f16157d09ed3c5b7d1ed46c45b146971379149b6cf575bd02cc25f4545689dcd3029c
DIST kcrash-5.99.0.tar.xz 28384 BLAKE2B 08f315a6c31cf7818b896abd6c57403941066c5493721550808037e8bc189239c4359ff5f0de38f5af98d85f9411132dc498971b0ef72139f4cbc73b4f1db13e SHA512 1ca52810bcb90ceb5f2416e88694c21db9b70eb8a3b4af121618be32f7ae79b785e6228b61309c1073c11114b5fe0609fe2dae2ba9f0900d6bb75df5ee91aee8

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.5
VIRTUALX_REQUIRED="test"
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for intercepting and handling application crashes"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="X"
# requires running Plasma environment
RESTRICT="test"
RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kwindowsystem-${PVCUT}*:5
X? (
>=dev-qt/qtx11extras-${QTMIN}:5
x11-libs/libX11
)
"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
"
BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
src_configure() {
local mycmakeargs=(
-DWITH_X11=$(usex X)
)
ecm_src_configure
}