diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-19 21:28:32 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-19 21:33:38 +0200 |
| commit | 81b51f3341991e4311754abe9702711f6bd65f61 (patch) | |
| tree | c1002e0488012a7606c24896f9edd10548da653f /kde-frameworks/kcrash | |
| parent | 429282bcfa0e2e4ee2f2105f5b858fa123e6d410 (diff) | |
| download | kde-81b51f3341991e4311754abe9702711f6bd65f61.tar.gz kde-81b51f3341991e4311754abe9702711f6bd65f61.tar.bz2 kde-81b51f3341991e4311754abe9702711f6bd65f61.zip | |
kde-frameworks/kcrash: drop 5.116.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash')
| -rw-r--r-- | kde-frameworks/kcrash/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kcrash/kcrash-5.116.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest deleted file mode 100644 index cb844223d57..00000000000 --- a/kde-frameworks/kcrash/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kcrash-5.116.0.tar.xz 28288 BLAKE2B 28b06fb3e3aaf318ffe47245350edbb5ec200a024934c380c04f6f123714f1197f5b1122c34a6370b657ce13619625e0377eeed795b58d218017d26aa57f01f4 SHA512 051ad694f0db1463c1105d3ff37221633a91c282850b6e295dadf07a323ba610046650c7d2e3b45dcd56214709b58989360b727b16dca0ca44dbc9b143f68e07 diff --git a/kde-frameworks/kcrash/kcrash-5.116.0.ebuild b/kde-frameworks/kcrash/kcrash-5.116.0.ebuild deleted file mode 100644 index b62e3f0b599..00000000000 --- a/kde-frameworks/kcrash/kcrash-5.116.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 -} |
