commit: f6d74df7cb0bba1b47be41df11ffe3c3fc6596d9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 25 19:02:34 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon May 26 19:42:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d74df7
dev-util/icemon: drop 3.3-r1 Closes: https://bugs.gentoo.org/952816 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/icemon/Manifest | 1 - dev-util/icemon/files/icemon-3.3-cmake-4.patch | 18 ------------ dev-util/icemon/icemon-3.3-r1.ebuild | 38 -------------------------- 3 files changed, 57 deletions(-) diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest index e99f60a9970d..5ccb8ad0ffec 100644 --- a/dev-util/icemon/Manifest +++ b/dev-util/icemon/Manifest @@ -1,2 +1 @@ -DIST icemon-3.3.tar.xz 95308 BLAKE2B e387bccd4361ddcf852ad07207ff9007cd70c16ab6bfda3d4a4a4a620a826bd4969d95613aeaa51f1977f4fe00068e3deca90b31e3bc963795c6461f4a14e2d1 SHA512 326e28959b9f3c9223dec38507414ca44b99cdb52282da27d1f3f96305d9f7e595eb1b9949021957f1b21d5b95811c8de2d9f33a78bc985616f7001bb20eb81d DIST icemon-3.3_p20250520-1f9d2915.tar.gz 111411 BLAKE2B e72f6cf8ce8fb5efcde68531e7ab175d074fa65329ce816f93e449357f0cafd34f647bf30078544ece89c3e504b470b20ef0691ba7a5a5f9111c06d9395223af SHA512 234895a5be800c02acfe65710cf5f16eba4e5f3c28bac8999e4c98198754d7b7bd05cb717a04026f5d2d2bd578953a3b9b482400077a1fc0e5b6491ee960f212 diff --git a/dev-util/icemon/files/icemon-3.3-cmake-4.patch b/dev-util/icemon/files/icemon-3.3-cmake-4.patch deleted file mode 100644 index 34905add8f89..000000000000 --- a/dev-util/icemon/files/icemon-3.3-cmake-4.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.gentoo.org/953042 -https://github.com/icecc/icemon/commit/b07bf3eb0c28ac5cd527d3ab675d2273d1866b48 - -From b07bf3eb0c28ac5cd527d3ab675d2273d1866b48 Mon Sep 17 00:00:00 2001 -From: Sergio Martins <[email protected]> -Date: Mon, 28 Apr 2025 03:39:49 +0100 -Subject: [PATCH] Fix build with CMake 4.0 - -Newer CMake doesn't support such old minimum version ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.1.0) -+cmake_minimum_required(VERSION 3.10.0) - project(icemon VERSION 3.3) - - find_package(ECM REQUIRED NO_MODULE) - diff --git a/dev-util/icemon/icemon-3.3-r1.ebuild b/dev-util/icemon/icemon-3.3-r1.ebuild deleted file mode 100644 index 990e96a76f4c..000000000000 --- a/dev-util/icemon/icemon-3.3-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Monitor program for use with Icecream compile clusters based on KDE Frameworks" -HOMEPAGE="https://en.opensuse.org/Icecream https://github.com/icecc/icemon" -SRC_URI="https://github.com/icecc/icemon/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - >=sys-devel/icecream-1.3 -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook2X - kde-frameworks/extra-cmake-modules -" - -PATCHES=( - "${FILESDIR}"/${PN}-3.3-cmake-4.patch -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON - ) - - cmake_src_configure -}
