Install this version:
emerge -a =net-misc/webaccess-to-icingaweb2-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/webaccess-to-icingaweb2-9999
Or alternatively:
emerge --autounmask-write -a =net-misc/webaccess-to-icingaweb2-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 cmake
DESCRIPTION="Tool to derive Icingaweb2 roles file from Icinga2 API"
HOMEPAGE="https://gitlab.fem-net.de/monitoring/webaccess-to-icingaweb2"
SRC_URI=""
EGIT_REPO_URI="https://gitlab.fem-net.de/monitoring/webaccess-to-icingaweb2.git"
EGIT_SUBMODULES=()
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="net-misc/curl
>=dev-cpp/nlohmann_json-3.6.0"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local mycmakeargs=(
-DUSE_EXTERNAL_JSON=ON
)
cmake_src_configure
}
net-misc/curl >=dev-cpp/nlohmann_json-3.6.0
net-misc/curl >=dev-cpp/nlohmann_json-3.6.0