Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/
Date: Tue, 28 Dec 2021 21:25:47
Message-Id: 1640726723.7e4ffdbc2151d949e67915b32ec51613a40e453d.prometheanfire@gentoo
1 commit: 7e4ffdbc2151d949e67915b32ec51613a40e453d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 28 21:23:17 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 28 21:25:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4ffdbc
7
8 www-apps/icingaweb2-module-incubator: add 0.11.0
9
10 Bug: https://bugs.gentoo.org/802276
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 www-apps/icingaweb2-module-incubator/Manifest | 1 +
15 .../icingaweb2-module-incubator-0.11.0.ebuild | 28 ++++++++++++++++++++++
16 www-apps/icingaweb2-module-incubator/metadata.xml | 8 +++++++
17 3 files changed, 37 insertions(+)
18
19 diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest
20 new file mode 100644
21 index 000000000000..e64b530c115b
22 --- /dev/null
23 +++ b/www-apps/icingaweb2-module-incubator/Manifest
24 @@ -0,0 +1 @@
25 +DIST icingaweb2-module-incubator-0.11.0.tar.gz 219239 BLAKE2B 32c194a4343dc706a56d86c8db33efc99cec3ee93d3929ee962f81623e2a4cd1277131ceae34c4f040ce1b69e4e1b004cc1202cb42639e25e56513e857b1292a SHA512 e8de6a685f87e70bfc689b0e2bd9fd8c1917996a43ed675399da0a6f6c208f062e20072338e329d57b507ac300ae59a1d18c23f0bd17d4394d2e3fef3b159cff
26
27 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
28 new file mode 100644
29 index 000000000000..0ec8c4a6c39c
30 --- /dev/null
31 +++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild
32 @@ -0,0 +1,28 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +DESCRIPTION="Libraries useful for Icinga Web 2"
39 +HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/"
40 +KEYWORDS="~amd64 ~x86"
41 +MY_PN="icingaweb2-module-incubator"
42 +SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
43 +S="${WORKDIR}/${MY_PN}-${PV}"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +
48 +DEPEND=">=net-analyzer/icinga2-2.6.0
49 + >=www-apps/icingaweb2-2.6.0
50 + || (
51 + dev-lang/php:7.3[curl]
52 + dev-lang/php:7.4[curl]
53 + dev-lang/php:8.0[curl]
54 + )"
55 +RDEPEND="${DEPEND}"
56 +
57 +src_install() {
58 + insinto "/usr/share/icingaweb2/modules/incubator/"
59 + doins -r "${S}"/*
60 +}
61
62 diff --git a/www-apps/icingaweb2-module-incubator/metadata.xml b/www-apps/icingaweb2-module-incubator/metadata.xml
63 new file mode 100644
64 index 000000000000..5c76f7a3fc67
65 --- /dev/null
66 +++ b/www-apps/icingaweb2-module-incubator/metadata.xml
67 @@ -0,0 +1,8 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <maintainer type="person">
72 + <email>prometheanfire@g.o</email>
73 + <name>Matthew Thode</name>
74 + </maintainer>
75 +</pkgmetadata>