summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 22:45:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 23:08:37 +0200
commite16606dc50253e5cc3314a385af6047a6d031371 (patch)
tree6c0a41956e6330e884a1b393e0be49f21755a621 /kde-frameworks/kcrash/kcrash-5.67.0.ebuild
parentkde-frameworks/extra-cmake-modules: 5.70.0 ppc/allarches stable (diff)
downloadgentoo-e16606dc50253e5cc3314a385af6047a6d031371.tar.gz
gentoo-e16606dc50253e5cc3314a385af6047a6d031371.tar.bz2
gentoo-e16606dc50253e5cc3314a385af6047a6d031371.zip
kde-frameworks: Drop KDE Frameworks 5.67.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash/kcrash-5.67.0.ebuild')
-rw-r--r--kde-frameworks/kcrash/kcrash-5.67.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kcrash/kcrash-5.67.0.ebuild b/kde-frameworks/kcrash/kcrash-5.67.0.ebuild
deleted file mode 100644
index 982c52a66a64..000000000000
--- a/kde-frameworks/kcrash/kcrash-5.67.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-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="
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"