www-apps/icingaweb2-module-incubator: add 0.20.0

Signed-off-by: Anton Fischl <github@fischl-online.de>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Anton Fischl
2023-09-13 11:25:48 +02:00
committed by David Seifert
parent f65a1ad279
commit fb01548d95
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c
DIST icingaweb2-module-incubator-0.20.0.tar.gz 223234 BLAKE2B bac5ef347007275b386d75f76c388f5500488aa1303fd212c4cbcc45f81199e4d1268442c77f0e44cad37dae9b12259cd6d341339d16fcad03c3c414bffdd26d SHA512 f561d9caffd6d72603debddf61181fa45b43aa4dc44d50749ed5e175c9a3ad169943cb59cfb74e890241cc0af3de0610a1747faa5c14c89ed3ab0b3e3c00da0e

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Bleeding edge Icinga Web 2 libraries"
HOMEPAGE="https://github.com/Icinga/icingaweb2-module-incubator/"
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="php_targets_php8-1"
PHP_DEPEND="
php_targets_php8-1? ( dev-lang/php:8.1[curl] )
"
RDEPEND="
${PHP_DEPEND}
>=www-apps/icingaweb2-2.9.0
>=dev-libs/icinga-php-thirdparty-0.8.0
>=dev-libs/icinga-php-library-0.5.0
"
src_install() {
insinto /usr/share/icingaweb2/modules/${PN##*-}/
doins -r .
}