aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 11:44:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 11:44:33 +0200
commitb437c61347c2eecbde3f3f1ac51334712dd22ddb (patch)
tree9d38cf80383264d404bda19ac4955b4dfb1ca11f /kde-frameworks/kcrash
parentkde-frameworks/ktexteditor: Tarball respun (diff)
downloadkde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.gz
kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.bz2
kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.zip
kde-frameworks: Drop KDE Frameworks 5.69.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.98, Repoman-2.3.22 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.69.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest
deleted file mode 100644
index 5c2e0c8148..0000000000
--- a/kde-frameworks/kcrash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcrash-5.69.0.tar.xz 23544 BLAKE2B 78bcfdc5aac75b1580a383f8c680a9bf60c31df1aa2899423a3f3ec952ce5dfbc53c178181bebe87205790e9f354f992b7fdca7dc9adaa0975b3a45b72a7a654 SHA512 a532a10cf55077926364cdf91d507e8e2d84ca732b1fca13393e5a96c9888b6aa42f3fea7171b2d382c8053c8c9e601f39a5f7190206e71d87852a1e39e41175
diff --git a/kde-frameworks/kcrash/kcrash-5.69.0.ebuild b/kde-frameworks/kcrash/kcrash-5.69.0.ebuild
deleted file mode 100644
index 3810b16c96..0000000000
--- a/kde-frameworks/kcrash/kcrash-5.69.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 )
-"