dev-util/icemon - 9999 (bombo82)

Search

Install

Install this version:

emerge -a =dev-util/icemon-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/icemon-9999

Or alternatively:

emerge --autounmask-write -a =dev-util/icemon-9999

Package Information

Description:
Monitor program for use with Icecream compile clusters based on KDE Frameworks
Homepage:
https://en.opensuse.org/Icecream https://github.com/icecc/icemon
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2019-2026 Gianni Bombelli <bombo82@giannibombelli.it>
# Distributed under the terms of the GNU General Public License as published by the Free Software Foundation;
# either version 2 of the License, or (at your option) any later version.

EAPI=8

inherit cmake git-r3

DESCRIPTION="Monitor program for use with Icecream compile clusters based on KDE Frameworks"
HOMEPAGE="https://en.opensuse.org/Icecream https://github.com/icecc/icemon"
EGIT_REPO_URI="https://github.com/icecc/${PN}.git"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE="doc"

RDEPEND="
	dev-qt/qtbase:6[gui,widgets]
	sys-devel/icecream
"
DEPEND="${RDEPEND}"
BDEPEND="
	kde-frameworks/extra-cmake-modules
	doc? ( app-text/pandoc )
"

PATCHES=( "${FILESDIR}/${PN}-doc-pandoc-optional.patch" )

USE Flags

Manage flags for this package: euse -i <flag> -p dev-util/icemon | euse -E <flag> -p dev-util/icemon | euse -D <flag> -p dev-util/icemon

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtbase:6[gui,widgets]
	sys-devel/icecream

RDEPEND

	dev-qt/qtbase:6[gui,widgets]
	sys-devel/icecream

BDEPEND

	kde-frameworks/extra-cmake-modules
	doc? ( app-text/pandoc )