www-apps/icingaweb2-module-incubator: drop 0.22.0

Signed-off-by: Anton Fischl <github@fischl-online.de>
Part-of: https://github.com/gentoo/gentoo/pull/43771
Closes: https://github.com/gentoo/gentoo/pull/43771
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Anton Fischl
2025-09-13 07:20:20 +02:00
committed by Sam James
parent 118b98c338
commit eeab929afc
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST icingaweb2-module-incubator-0.22.0.tar.gz 223603 BLAKE2B 339beff83920470411ccc7292477bb3eb279f90371fbba096cb9d7f3d794b57d9d6bb325745678bf52a254439a1908ac180feda35ad0710b0c14910c863d239f SHA512 dd282751b3a6b213d83d48aca1343294373f34d737899d7589329dde830337bddfd2f53eaed8a4b4f4895b1ec8494732dfddca871eead179ebe4d9ec5a14bee7
DIST icingaweb2-module-incubator-0.23.0.tar.gz 221024 BLAKE2B 0fa3542a6c34f854c9eb953b82cbc88b1a893e6bd008b470ae3dbe03eda3ef4f8dde12cd3051615a5326af1ef8d7d501e41f99e19b96728acd9e74901a9cebda SHA512 54c96e2abd6616a13756024a482c5ab05b11dd210b740b8c36dfcb297c3ba9005151eb50d83cfad19bce5211623b4e215a09dbaaf660df42c14bc40126f8c93e

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2025 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-2 php_targets_php8-3"
PHP_DEPEND="
php_targets_php8-2? ( dev-lang/php:8.2[curl] )
php_targets_php8-3? ( dev-lang/php:8.3[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 .
}