summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcrash
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-11 21:08:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-11 21:08:25 +0100
commit04899cae248b71e3280c15fb8bde085436db3ff0 (patch)
tree05ebb635cb26cecb285d1bd5b716668501df7f53 /kde-frameworks/kcrash
parentf47a1656078d6292fee2094129a803535f6e2f90 (diff)
downloadkde-04899cae248b71e3280c15fb8bde085436db3ff0.tar.gz
kde-04899cae248b71e3280c15fb8bde085436db3ff0.tar.bz2
kde-04899cae248b71e3280c15fb8bde085436db3ff0.zip
kde-frameworks/kcrash: drop 5.115.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash')
-rw-r--r--kde-frameworks/kcrash/Manifest1
-rw-r--r--kde-frameworks/kcrash/kcrash-5.115.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 84d49adecd0..00000000000
--- a/kde-frameworks/kcrash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcrash-5.115.0.tar.xz 28288 BLAKE2B f9297149410458a81b21ff8220a0b13facba11340d4c17c09fd03cccc0a8ae3ce7c5aa54d8627fa07f805718b31a63c90c2f439ba82da630cf8373dcfa8c202f SHA512 a8c9d9676433f6017681328b93a9218a6e87794712488a905ba6a783c4b370a3d65b9efe6e8c77d809f72cde0fa28a43020b3e0ef909197918c76d94592b3233
diff --git a/kde-frameworks/kcrash/kcrash-5.115.0.ebuild b/kde-frameworks/kcrash/kcrash-5.115.0.ebuild
deleted file mode 100644
index b62e3f0b599..00000000000
--- a/kde-frameworks/kcrash/kcrash-5.115.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 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
-}