From 3517852e3b8a68d1e997770fc0650c5053bafc6c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 4 Jan 2022 01:27:12 +0000 Subject: gentoo resync : 04.01.2022 --- www-apps/icingaweb2-module-incubator/Manifest | 3 +++ .../icingaweb2-module-incubator-0.11.0.ebuild | 28 ++++++++++++++++++++++ www-apps/icingaweb2-module-incubator/metadata.xml | 8 +++++++ 3 files changed, 39 insertions(+) create mode 100644 www-apps/icingaweb2-module-incubator/Manifest create mode 100644 www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild create mode 100644 www-apps/icingaweb2-module-incubator/metadata.xml (limited to 'www-apps/icingaweb2-module-incubator') diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest new file mode 100644 index 000000000000..f98215c71ac0 --- /dev/null +++ b/www-apps/icingaweb2-module-incubator/Manifest @@ -0,0 +1,3 @@ +DIST icingaweb2-module-incubator-0.11.0.tar.gz 219239 BLAKE2B 32c194a4343dc706a56d86c8db33efc99cec3ee93d3929ee962f81623e2a4cd1277131ceae34c4f040ce1b69e4e1b004cc1202cb42639e25e56513e857b1292a SHA512 e8de6a685f87e70bfc689b0e2bd9fd8c1917996a43ed675399da0a6f6c208f062e20072338e329d57b507ac300ae59a1d18c23f0bd17d4394d2e3fef3b159cff +EBUILD icingaweb2-module-incubator-0.11.0.ebuild 693 BLAKE2B 4f58313b2543e8817a92b4522f97c43911835ca948d4bb217f2cd469b36a4f204bb2e203f53eece8163d460eb53cef1a5c5be0b628682a782df39495b0b09ecf SHA512 5ccc1d57eaaba74a17ddb549b92cc2596c65df1f0db98eea8ac52b2b4e9c16fa4b8a17ea18c50bc57d82107817b77a6ba044692a781efa09c39993262dc3541e +MISC metadata.xml 255 BLAKE2B 7788f736048880a23aeeb4baf5daf3bf65fd82dc4e6f56e63d2897a055acebf8ac480d249f297ec54cae1cc44031435effd37165455a16c62ca7acc6be63cf21 SHA512 6069c94a7b02290a08fe052105613139fccd952f5507bac994d2fd9aa4359e9b1b76e5fb0f1111474594d3d25ef6d5ac54b93d611f3512ef9bcbe5cf28f5f35e diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild new file mode 100644 index 000000000000..0ec8c4a6c39c --- /dev/null +++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 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}"/* +} diff --git a/www-apps/icingaweb2-module-incubator/metadata.xml b/www-apps/icingaweb2-module-incubator/metadata.xml new file mode 100644 index 000000000000..5c76f7a3fc67 --- /dev/null +++ b/www-apps/icingaweb2-module-incubator/metadata.xml @@ -0,0 +1,8 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + -- cgit v1.2.3