Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
Date: Sun, 09 Jan 2022 20:28:08
Message-Id: 1641760075.d3e08894efa56acf769b7fbc69983657ef415723.asturm@gentoo
1 commit: d3e08894efa56acf769b7fbc69983657ef415723
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 19:55:04 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 20:27:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e08894
7
8 dev-util/icemon: Drop 3.1.0
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/icemon/Manifest | 1 -
14 dev-util/icemon/icemon-3.1.0.ebuild | 32 --------------------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest
18 index 0d2b4dc236ea..6051b9fca2eb 100644
19 --- a/dev-util/icemon/Manifest
20 +++ b/dev-util/icemon/Manifest
21 @@ -1,2 +1 @@
22 -DIST icemon-3.1.0.tar.gz 111139 BLAKE2B b37f17a34237e76cd3f7aaad88de903d1a3ac4aec9478613dbfbaab950eac36af33f49b97330a7c7d0ca06ab9bc56d25960142f7149a198acc2c5d35b32faf09 SHA512 43b5c959cd66fa65cac25994e5b8f26646b49b57405bd80d6ddb12cc7ed5bfeb5f91f5816900883078075685c25159f5a19b3198594027b3a1b8b0c489237b39
23 DIST icemon-3.3.tar.xz 95308 BLAKE2B e387bccd4361ddcf852ad07207ff9007cd70c16ab6bfda3d4a4a4a620a826bd4969d95613aeaa51f1977f4fe00068e3deca90b31e3bc963795c6461f4a14e2d1 SHA512 326e28959b9f3c9223dec38507414ca44b99cdb52282da27d1f3f96305d9f7e595eb1b9949021957f1b21d5b95811c8de2d9f33a78bc985616f7001bb20eb81d
24
25 diff --git a/dev-util/icemon/icemon-3.1.0.ebuild b/dev-util/icemon/icemon-3.1.0.ebuild
26 deleted file mode 100644
27 index bdf10ab714f8..000000000000
28 --- a/dev-util/icemon/icemon-3.1.0.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Monitor program for use with Icecream compile clusters based on KDE Frameworks"
39 -HOMEPAGE="https://en.opensuse.org/Icecream https://github.com/icecc/icemon"
40 -SRC_URI="https://github.com/icecc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - dev-qt/qtcore:5
49 - dev-qt/qtgui:5
50 - dev-qt/qtwidgets:5
51 - sys-devel/icecream
52 -"
53 -DEPEND="${RDEPEND}
54 - app-text/docbook2X
55 -"
56 -
57 -src_configure() {
58 - local mycmakeargs=(
59 - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=OFF
60 - )
61 - cmake-utils_src_configure
62 -}