# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit depend.apache eapi8-dosym DESCRIPTION="Icinga Web 2 - Frontend for icinga2" HOMEPAGE="http://www.icinga.org/" if [[ ${PV} == *9999 ]];then inherit git-r3 EGIT_REPO_URI="https://github.com/Icinga/icingaweb2.git" EGIT_BRANCH="master" else SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" KEYWORDS="amd64 x86" fi LICENSE="GPL-2" SLOT="0" IUSE="apache2 apache2-server fpm ldap mysql nginx pdf postgres" REQUIRED_USE="( ^^ ( apache2-server nginx ) ) apache2? ( apache2-server )" IUSE="${IUSE} php_targets_php8-1 php_targets_php8-2 php_targets_php8-3" PHP_DEPEND=" php_targets_php8-1? ( dev-lang/php:8.1[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]