public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2017-10-01 16:25 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2017-10-01 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ac63c1c9dfb013194deabe3cad57619cab6c1a1e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 16:12:40 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 16:15:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac63c1c9

dev-util/icemon: 3.1.0 Qt5-based version bump, bug #629038

EAPI=6, new HOMEPAGE, SRC_URI

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-util/icemon/Manifest            |  1 +
 dev-util/icemon/icemon-3.1.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest
index b5fcb5d0914..1aca7a3ab2f 100644
--- a/dev-util/icemon/Manifest
+++ b/dev-util/icemon/Manifest
@@ -1 +1,2 @@
 DIST icemon-20140102.tar.xz 69212 SHA256 6af68804b554dd55fcd89aae8e4032a70df653dc24cb81aa5a8557c7733cdb34 SHA512 96ffa914fb02f4dfefe489b4a55d62db736d71e0df0e613f7d0135b477449e687919001711661f4892fde6cc0d58267ecfd09dad95a4fff84c4381aba705845e WHIRLPOOL bc5f35dd920a59a69849d1bdf5fd9c6e45ea86f6bd66c3abb050276feba984b3c385afc18a4ce08b58068742af867450ebc4a6e97b9af8d569a2361119012336
+DIST icemon-3.1.0.tar.gz 111139 SHA256 8500501d3f4968d52a1f4663491e26d861e006f843609351ec1172c983ad4464 SHA512 43b5c959cd66fa65cac25994e5b8f26646b49b57405bd80d6ddb12cc7ed5bfeb5f91f5816900883078075685c25159f5a19b3198594027b3a1b8b0c489237b39 WHIRLPOOL f796343ece42fa5c505bd39902d6198177bc4e61c0a888b6dc17cdcb426ce14ec48f3902a23e18f7c64c702eec40cbef990bf3b7dbbd8e38bb42cf04767d9037

diff --git a/dev-util/icemon/icemon-3.1.0.ebuild b/dev-util/icemon/icemon-3.1.0.ebuild
new file mode 100644
index 00000000000..bdf10ab714f
--- /dev/null
+++ b/dev-util/icemon/icemon-3.1.0.ebuild
@@ -0,0 +1,32 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2017-10-03 21:32 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2017-10-03 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     89e0739b08d0c7d5c96f389f1afe9c617da4678b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 20:21:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 21:31:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e0739b

dev-util/icemon: Drop old kdelibs4/qt4-based

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-util/icemon/Manifest               |  1 -
 dev-util/icemon/icemon-20140102.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest
index 1aca7a3ab2f..8e10952b98c 100644
--- a/dev-util/icemon/Manifest
+++ b/dev-util/icemon/Manifest
@@ -1,2 +1 @@
-DIST icemon-20140102.tar.xz 69212 SHA256 6af68804b554dd55fcd89aae8e4032a70df653dc24cb81aa5a8557c7733cdb34 SHA512 96ffa914fb02f4dfefe489b4a55d62db736d71e0df0e613f7d0135b477449e687919001711661f4892fde6cc0d58267ecfd09dad95a4fff84c4381aba705845e WHIRLPOOL bc5f35dd920a59a69849d1bdf5fd9c6e45ea86f6bd66c3abb050276feba984b3c385afc18a4ce08b58068742af867450ebc4a6e97b9af8d569a2361119012336
 DIST icemon-3.1.0.tar.gz 111139 SHA256 8500501d3f4968d52a1f4663491e26d861e006f843609351ec1172c983ad4464 SHA512 43b5c959cd66fa65cac25994e5b8f26646b49b57405bd80d6ddb12cc7ed5bfeb5f91f5816900883078075685c25159f5a19b3198594027b3a1b8b0c489237b39 WHIRLPOOL f796343ece42fa5c505bd39902d6198177bc4e61c0a888b6dc17cdcb426ce14ec48f3902a23e18f7c64c702eec40cbef990bf3b7dbbd8e38bb42cf04767d9037

diff --git a/dev-util/icemon/icemon-20140102.ebuild b/dev-util/icemon/icemon-20140102.ebuild
deleted file mode 100644
index 02edb48197f..00000000000
--- a/dev-util/icemon/icemon-20140102.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Icemon is a KDE monitor program for use with Icecream compile clusters"
-HOMEPAGE="http://www.opensuse.org/icecream"
-SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	sys-devel/icecream
-"
-DEPEND="${RDEPEND}
-	app-text/docbook2X
-"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2018-03-17  9:58 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2018-03-17  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9bf6b666ebf0e80992291cc138f143b235caaa25
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 09:44:03 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 09:55:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf6b666

dev-util/icemon: Reassign due to Project:SuSE being disbanded

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/icemon/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-util/icemon/metadata.xml b/dev-util/icemon/metadata.xml
index f0b707735d3..4a09d7ba8d6 100644
--- a/dev-util/icemon/metadata.xml
+++ b/dev-util/icemon/metadata.xml
@@ -5,8 +5,4 @@
 	<email>cluster@gentoo.org</email>
 	<name>Gentoo Cluster Project</name>
 </maintainer>
-<maintainer type="project">
-	<email>suse@gentoo.org</email>
-	<name>SUSE</name>
-</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2021-12-21  4:19 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-12-21  4:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c238e7df2bc5e2f15862ede0096b5aa39c3eef78
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 21 04:15:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 04:19:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c238e7df

dev-util/icemon: add 3.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/icemon/Manifest          |  1 +
 dev-util/icemon/icemon-3.3.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest
index fa0adc4d577e..0d2b4dc236ea 100644
--- a/dev-util/icemon/Manifest
+++ b/dev-util/icemon/Manifest
@@ -1 +1,2 @@
 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.3.ebuild b/dev-util/icemon/icemon-3.3.ebuild
new file mode 100644
index 000000000000..e7f88128823d
--- /dev/null
+++ b/dev-util/icemon/icemon-3.3.ebuild
@@ -0,0 +1,30 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2022-01-09 20:28 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-01-09 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d3e08894efa56acf769b7fbc69983657ef415723
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 19:55:04 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2025-05-21 20:12 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-05-21 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f78ca87c44c104df369b33660ef7277215bd0c44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 19:57:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 19:57:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78ca87c

dev-util/icemon: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/icemon/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-util/icemon/metadata.xml b/dev-util/icemon/metadata.xml
index 15a599319f4f..aee5db5c31be 100644
--- a/dev-util/icemon/metadata.xml
+++ b/dev-util/icemon/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>cluster@gentoo.org</email>
-	<name>Gentoo Cluster Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>cluster@gentoo.org</email>
+		<name>Gentoo Cluster Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">icecc/icemon</remote-id> 
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2025-05-24 10:57 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2025-05-24 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3b9446196c6c595387ab4f262dcf3b18ec18a05b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 10:26:42 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2025-05-26 19:43 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2025-05-26 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b2856ee3daa64a1d9db9a967f9bf7fe3044f2140
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 25 19:01:41 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=b2856ee3

dev-util/icemon: add 3.3_p20250520

Closes: https://bugs.gentoo.org/952816
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/icemon/Manifest                    |  1 +
 dev-util/icemon/icemon-3.3_p20250520.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest
index 6051b9fca2eb..e99f60a9970d 100644
--- a/dev-util/icemon/Manifest
+++ b/dev-util/icemon/Manifest
@@ -1 +1,2 @@
 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/icemon-3.3_p20250520.ebuild b/dev-util/icemon/icemon-3.3_p20250520.ebuild
new file mode 100644
index 000000000000..c11d23a685c9
--- /dev/null
+++ b/dev-util/icemon/icemon-3.3_p20250520.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT=1f9d2915c03949d565464c419b045e2770f553d1
+inherit cmake xdg
+
+DESCRIPTION="Monitor program for use with Icecream compile clusters"
+HOMEPAGE="https://en.opensuse.org/Icecream https://github.com/icecc/icemon"
+SRC_URI="https://github.com/icecc/icemon/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT:0:8}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-qt/qtbase:6[gui,widgets]
+	>=sys-devel/icecream-1.3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	app-text/asciidoc
+	kde-frameworks/extra-cmake-modules
+"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/
@ 2025-05-27  7:30 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-05-27  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     54d2b2a43998b7219550af17464384f953f95d4f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 07:29:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 27 07:29:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d2b2a4

dev-util/icemon: fix S

Closes: https://bugs.gentoo.org/956685
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/icemon/icemon-3.3_p20250520.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/icemon/icemon-3.3_p20250520.ebuild b/dev-util/icemon/icemon-3.3_p20250520.ebuild
index c11d23a685c9..6fd4a2aded2d 100644
--- a/dev-util/icemon/icemon-3.3_p20250520.ebuild
+++ b/dev-util/icemon/icemon-3.3_p20250520.ebuild
@@ -9,6 +9,7 @@ inherit cmake xdg
 DESCRIPTION="Monitor program for use with Icecream compile clusters"
 HOMEPAGE="https://en.opensuse.org/Icecream https://github.com/icecc/icemon"
 SRC_URI="https://github.com/icecc/icemon/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT:0:8}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-05-27  7:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21  4:19 [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-05-27  7:30 Sam James
2025-05-26 19:43 Andreas Sturmlechner
2025-05-24 10:57 Andreas Sturmlechner
2025-05-21 20:12 Sam James
2022-01-09 20:28 Andreas Sturmlechner
2018-03-17  9:58 Pacho Ramos
2017-10-03 21:32 Andreas Sturmlechner
2017-10-01 16:25 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox