diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-28 15:23:17 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-28 15:25:23 -0600 |
commit | 7e4ffdbc2151d949e67915b32ec51613a40e453d (patch) | |
tree | 79007458b546d798ecd847ec7c546f517ac184f3 /www-apps | |
parent | www-apps/icingaweb2-module-director: 1.8.1 bump (diff) | |
download | gentoo-7e4ffdbc2151d949e67915b32ec51613a40e453d.tar.gz gentoo-7e4ffdbc2151d949e67915b32ec51613a40e453d.tar.bz2 gentoo-7e4ffdbc2151d949e67915b32ec51613a40e453d.zip |
www-apps/icingaweb2-module-incubator: add 0.11.0
Bug: https://bugs.gentoo.org/802276
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
3 files changed, 37 insertions, 0 deletions
diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest new file mode 100644 index 000000000000..e64b530c115b --- /dev/null +++ b/www-apps/icingaweb2-module-incubator/Manifest @@ -0,0 +1 @@ +DIST icingaweb2-module-incubator-0.11.0.tar.gz 219239 BLAKE2B 32c194a4343dc706a56d86c8db33efc99cec3ee93d3929ee962f81623e2a4cd1277131ceae34c4f040ce1b69e4e1b004cc1202cb42639e25e56513e857b1292a SHA512 e8de6a685f87e70bfc689b0e2bd9fd8c1917996a43ed675399da0a6f6c208f062e20072338e329d57b507ac300ae59a1d18c23f0bd17d4394d2e3fef3b159cff 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> +</pkgmetadata> |