aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-08 15:36:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-08 15:36:02 +0100
commite1098a3ce025432061c23373934a9aa9556e70c2 (patch)
treeefb773ec5a46a6b4f1a01ae9a404e11c7c40d4c7 /kde-frameworks
parentkde-frameworks/kcontacts: drop 6.8.0 (diff)
downloadkde-e1098a3ce025432061c23373934a9aa9556e70c2.tar.gz
kde-e1098a3ce025432061c23373934a9aa9556e70c2.tar.bz2
kde-e1098a3ce025432061c23373934a9aa9556e70c2.zip
kde-frameworks/kcrash: drop 6.8.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcrash/Manifest1
-rw-r--r--kde-frameworks/kcrash/kcrash-6.8.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest
deleted file mode 100644
index 083b024ea5..0000000000
--- a/kde-frameworks/kcrash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcrash-6.8.0.tar.xz 27952 BLAKE2B 8e301768540472b72d241cbcd17a78785075c55e1f38b651f647db571e71514bdca5f4b107c7851c03d623f5b1490ee79fcadc7d8b1c00b0c840e865ba595ccf SHA512 b87e54c37e4d00798f2bbfe293ea16d893dec646c318fff1c07a71cc0483c189a1830691d8cb2e1001d56f42f7169c8e72187af3588f46a6c61cbe41d8795d2f
diff --git a/kde-frameworks/kcrash/kcrash-6.8.0.ebuild b/kde-frameworks/kcrash/kcrash-6.8.0.ebuild
deleted file mode 100644
index 7b1c11008d..0000000000
--- a/kde-frameworks/kcrash/kcrash-6.8.0.ebuild
+++ /dev/null
@@ -1,36 +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=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for intercepting and handling application crashes"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-# requires running Plasma environment
-RESTRICT="test"
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,opengl]
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
- test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] )
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_X11=$(usex X)
- )
- ecm_src_configure
-}