commit:     7e4ffdbc2151d949e67915b32ec51613a40e453d
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 21:23:17 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 21:25:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4ffdbc

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 <AT> gentoo.org>

 www-apps/icingaweb2-module-incubator/Manifest      |  1 +
 .../icingaweb2-module-incubator-0.11.0.ebuild      | 28 ++++++++++++++++++++++
 www-apps/icingaweb2-module-incubator/metadata.xml  |  8 +++++++
 3 files changed, 37 insertions(+)

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>prometheanf...@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to