summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 14:14:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-11 16:22:47 +0200
commitb737bca4a0ce31a7e59a2de2f9b96b23b85699f2 (patch)
treebe8828367736228fde085229ae9c80f53d0778fb /kde-frameworks/kcrash/kcrash-5.77.0.ebuild
parentkde-frameworks/kcontacts: drop 5.77.0* (diff)
downloadgentoo-b737bca4a0ce31a7e59a2de2f9b96b23b85699f2.tar.gz
gentoo-b737bca4a0ce31a7e59a2de2f9b96b23b85699f2.tar.bz2
gentoo-b737bca4a0ce31a7e59a2de2f9b96b23b85699f2.zip
kde-frameworks/kcrash: drop 5.77.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash/kcrash-5.77.0.ebuild')
-rw-r--r--kde-frameworks/kcrash/kcrash-5.77.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kcrash/kcrash-5.77.0.ebuild b/kde-frameworks/kcrash/kcrash-5.77.0.ebuild
deleted file mode 100644
index 30416d460d12..000000000000
--- a/kde-frameworks/kcrash/kcrash-5.77.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for intercepting and handling application crashes"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="nls"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-RDEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"