summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 11:04:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-12 11:04:20 +0100
commita47e370366395fc283cdf9a74e1e0556c7acc4f7 (patch)
tree876b37cb6345de078d13fb33dc23235251b219b8
parent03f4c672c9aec22079ee4b77e23d67c87d0ba550 (diff)
downloadkde-a47e370366395fc283cdf9a74e1e0556c7acc4f7.tar.gz
kde-a47e370366395fc283cdf9a74e1e0556c7acc4f7.tar.bz2
kde-a47e370366395fc283cdf9a74e1e0556c7acc4f7.zip
kde-frameworks/kcrash: drop 5.112.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kcrash/Manifest1
-rw-r--r--kde-frameworks/kcrash/kcrash-5.112.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest
deleted file mode 100644
index 61ade54def8..00000000000
--- a/kde-frameworks/kcrash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcrash-5.112.0.tar.xz 28296 BLAKE2B 18ddc31dee59a4752d31e8cc463a8e8b83feb86f0003c757b86a809a53a82c5f1abcc4f7cf6dc39296aeb500826c9b457179c244822801151cb566e2de47c2fd SHA512 beb1fb650c0e2a267d287d51121dfe165d17d9f2f9463ff82fe962450ef6d7b14e96d73409f41136fc0ae3cdcacabeddad4529997c3ade8ad567663d52bd5d0d
diff --git a/kde-frameworks/kcrash/kcrash-5.112.0.ebuild b/kde-frameworks/kcrash/kcrash-5.112.0.ebuild
deleted file mode 100644
index 7a62384b2ae..00000000000
--- a/kde-frameworks/kcrash/kcrash-5.112.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 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.9
-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
- 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
-}