www-apps/icingaweb2-module-incubator: drop 0.17.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:49 +02:00
committed by David Seifert
parent fb01548d95
commit f40655f37d
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
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

@@ -1,28 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Libraries useful for Icinga Web 2"
HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/"
KEYWORDS="amd64 x86"
MY_PN="icingaweb2-module-incubator"
SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
DEPEND=">=net-analyzer/icinga2-2.6.0
>=www-apps/icingaweb2-2.6.0
|| (
dev-lang/php:7.3[curl]
dev-lang/php:7.4[curl]
dev-lang/php:8.0[curl]
)"
RDEPEND="${DEPEND}"
src_install() {
insinto "/usr/share/icingaweb2/modules/incubator/"
doins -r "${S}"/*
}