www-apps/icingadb-web - 1.4.0 (icinga)

Search

Install

Install this version:

emerge -a =www-apps/icingadb-web-1.4.0

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

autounmask =www-apps/icingadb-web-1.4.0

Or alternatively:

emerge --autounmask-write -a =www-apps/icingadb-web-1.4.0

Package Information

Description:
UI for Icinga DB
Homepage:
https://icinga.com/docs/icinga-db-web/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="UI for Icinga DB"
HOMEPAGE="https://icinga.com/docs/icinga-db-web/"
SRC_URI="https://github.com/Icinga/icingadb-web/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	|| (
		dev-lang/php:8.2[curl,xml]
		dev-lang/php:8.3[curl,xml]
		dev-lang/php:8.4[curl,xml]
		dev-lang/php:8.5[curl,xml]
	)
	>=dev-libs/icinga-php-library-0.20.0
	>=dev-libs/icinga-php-thirdparty-0.15.0
	>=www-apps/icingaweb2-2.9.0
"

src_install() {
	insinto "/usr/share/icingaweb2/modules/icingadb/"
	doins -r "${S}"/*
}

Dependencies

RDEPEND

	|| (
		dev-lang/php:8.2[curl,xml]
		dev-lang/php:8.3[curl,xml]
		dev-lang/php:8.4[curl,xml]
		dev-lang/php:8.5[curl,xml]
	)
	>=dev-libs/icinga-php-library-0.20.0
	>=dev-libs/icinga-php-thirdparty-0.15.0
	>=www-apps/icingaweb2-2.9.0

Manifest for 1.4.0

Type File Size Source URLs
DIST icingadb-web-1.4.0.tar.gz 2083966 bytes https://github.com/Icinga/icingadb-web/archive/refs/tags/v1.4.0.tar.gz