From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B8B6158086 for ; Sun, 9 Jan 2022 20:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DDD22BC030; Sun, 9 Jan 2022 20:28: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 pigeon.gentoo.org (Postfix) with ESMTPS id 370892BC030 for ; Sun, 9 Jan 2022 20:28:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1C11342FE1 for ; Sun, 9 Jan 2022 20:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2950239 for ; Sun, 9 Jan 2022 20:28:02 +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: <1641760075.d3e08894efa56acf769b7fbc69983657ef415723.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/icemon/Manifest dev-util/icemon/icemon-3.1.0.ebuild X-VCS-Directories: dev-util/icemon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3e08894efa56acf769b7fbc69983657ef415723 X-VCS-Branch: master Date: Sun, 9 Jan 2022 20:28:02 +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: bf8a9a0a-7999-4f1d-9ac3-c4b55fed4f17 X-Archives-Hash: 6ac7cc9f2f03517f99512f36bd89f8f1 commit: d3e08894efa56acf769b7fbc69983657ef415723 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 9 19:55:04 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 9 20:27:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e08894 dev-util/icemon: Drop 3.1.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/icemon/Manifest | 1 - dev-util/icemon/icemon-3.1.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest index 0d2b4dc236ea..6051b9fca2eb 100644 --- a/dev-util/icemon/Manifest +++ b/dev-util/icemon/Manifest @@ -1,2 +1 @@ -DIST icemon-3.1.0.tar.gz 111139 BLAKE2B b37f17a34237e76cd3f7aaad88de903d1a3ac4aec9478613dbfbaab950eac36af33f49b97330a7c7d0ca06ab9bc56d25960142f7149a198acc2c5d35b32faf09 SHA512 43b5c959cd66fa65cac25994e5b8f26646b49b57405bd80d6ddb12cc7ed5bfeb5f91f5816900883078075685c25159f5a19b3198594027b3a1b8b0c489237b39 DIST icemon-3.3.tar.xz 95308 BLAKE2B e387bccd4361ddcf852ad07207ff9007cd70c16ab6bfda3d4a4a4a620a826bd4969d95613aeaa51f1977f4fe00068e3deca90b31e3bc963795c6461f4a14e2d1 SHA512 326e28959b9f3c9223dec38507414ca44b99cdb52282da27d1f3f96305d9f7e595eb1b9949021957f1b21d5b95811c8de2d9f33a78bc985616f7001bb20eb81d diff --git a/dev-util/icemon/icemon-3.1.0.ebuild b/dev-util/icemon/icemon-3.1.0.ebuild deleted file mode 100644 index bdf10ab714f8..000000000000 --- a/dev-util/icemon/icemon-3.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - sys-devel/icecream -" -DEPEND="${RDEPEND} - app-text/docbook2X -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=OFF - ) - cmake-utils_src_configure -}