| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3.2 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Drill-down view for Icinga web 2 based on custom variables."
HOMEPAGE="https://github.com/Icinga/icingaweb2-module-cube/"
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/${PN}.git"
else
KEYWORDS="amd64 x86"
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE="php_targets_php8-2"
PHP_DEPEND="
php_targets_php8-2? ( dev-lang/php:8.2[curl] )
"
DEPEND=">=net-analyzer/icinga2-2.4.3
>=www-apps/icingaweb2-2.9.0
>=dev-libs/icinga-php-library-0.9.0
${PHP_DEPEND}
"
RDEPEND="${DEPEND}"
src_install() {
insinto "/usr/share/icingaweb2/modules/${PN##*-}/"
doins -r "${S}"/*
}
>=net-analyzer/icinga2-2.4.3 >=www-apps/icingaweb2-2.9.0 >=dev-libs/icinga-php-library-0.9.0 php_targets_php8-2? ( dev-lang/php:8.2[curl] )
>=net-analyzer/icinga2-2.4.3 >=www-apps/icingaweb2-2.9.0 >=dev-libs/icinga-php-library-0.9.0 php_targets_php8-2? ( dev-lang/php:8.2[curl] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | icingaweb2-module-cube-1.3.2.tar.gz | 593171 bytes | https://codeload.github.com/Icinga/icingaweb2-module-cube/tar.gz/v1.3.2 |