From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBDF51580EB for ; Sat, 24 May 2025 10:57:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A03C9343088 for ; Sat, 24 May 2025 10:57:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 888251103DE; Sat, 24 May 2025 10:57:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7CADA1103DE for ; Sat, 24 May 2025 10:57:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A24C34308F for ; Sat, 24 May 2025 10:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B010F15E5 for ; Sat, 24 May 2025 10:57:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1748084216.3b9446196c6c595387ab4f262dcf3b18ec18a05b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/icemon/icemon-3.3.ebuild X-VCS-Directories: dev-util/icemon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b9446196c6c595387ab4f262dcf3b18ec18a05b X-VCS-Branch: master Date: Sat, 24 May 2025 10:57:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf45108b-b30a-449e-9c7b-2fba82f9eea7 X-Archives-Hash: ce97fdf2edf57cecbacd36d4b8d47d25 commit: 3b9446196c6c595387ab4f262dcf3b18ec18a05b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 24 10:26:42 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 24 10:56:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b944619 dev-util/icemon: drop 3.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/icemon/icemon-3.3.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-util/icemon/icemon-3.3.ebuild b/dev-util/icemon/icemon-3.3.ebuild deleted file mode 100644 index e7f88128823d..000000000000 --- a/dev-util/icemon/icemon-3.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -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" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON - ) - - cmake_src_configure -}