From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F641158020 for ; Fri, 4 Nov 2022 05:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC996E0536; Fri, 4 Nov 2022 05:33:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FB4AE0536 for ; Fri, 4 Nov 2022 05:33:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72F963413BD for ; Fri, 4 Nov 2022 05:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE5F6EA for ; Fri, 4 Nov 2022 05:33:30 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1667539920.3e213029aff92489c67dba78296e85fcddca5ab6.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingadb-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingadb-web/Manifest www-apps/icingadb-web/icingadb-web-1.0.1.ebuild www-apps/icingadb-web/metadata.xml X-VCS-Directories: www-apps/icingadb-web/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 3e213029aff92489c67dba78296e85fcddca5ab6 X-VCS-Branch: master Date: Fri, 4 Nov 2022 05:33:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8276f7d-4592-453e-9caa-305c476b8f36 X-Archives-Hash: 54a73ed37797c2c83a0fa7787e6b13c2 commit: 3e213029aff92489c67dba78296e85fcddca5ab6 Author: Tomáš Mózes gmail com> AuthorDate: Thu Nov 3 19:45:13 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Nov 4 05:32:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e213029 www-apps/icingadb-web: UI for Icinga DB Closes: https://bugs.gentoo.org/879359 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Matthew Thode gentoo.org> www-apps/icingadb-web/Manifest | 1 + www-apps/icingadb-web/icingadb-web-1.0.1.ebuild | 29 +++++++++++++++++++++++++ www-apps/icingadb-web/metadata.xml | 20 +++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/www-apps/icingadb-web/Manifest b/www-apps/icingadb-web/Manifest new file mode 100644 index 000000000000..bdf40b4e6413 --- /dev/null +++ b/www-apps/icingadb-web/Manifest @@ -0,0 +1 @@ +DIST icingadb-web-1.0.1.tar.gz 2296075 BLAKE2B 08684f8f46e85843035a98716094d7a0b2d623fdc633beaa9cc49778fd495d1edbf99f003bceed155a081bbe9ecc90393910f0c28a854fbe435b9fe73a5066c9 SHA512 64423f67961c4d0677d4fd5da18c28b6b525a38885e7660f48120a65a9638c9a1dd0f4a2c3b58048ab2583a76716c5e99cf88010c8b5dfd823083346228055f0 diff --git a/www-apps/icingadb-web/icingadb-web-1.0.1.ebuild b/www-apps/icingadb-web/icingadb-web-1.0.1.ebuild new file mode 100644 index 000000000000..56082291a598 --- /dev/null +++ b/www-apps/icingadb-web/icingadb-web-1.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="UI for Icinga DB" +HOMEPAGE="https://icinga.com/docs/icinga-db-web/" +KEYWORDS="~amd64" +SRC_URI="https://github.com/Icinga/icingadb-web/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=" + || ( + dev-lang/php:7.4[curl,xml] + dev-lang/php:8.0[curl,xml] + dev-lang/php:8.1[curl,xml] + dev-lang/php:8.2[curl,xml] + ) + >=dev-libs/icinga-php-library-0.9 + >=dev-libs/icinga-php-thirdparty-0.11 + >=www-apps/icingaweb2-2.9.0 +" + +src_install() { + insinto "/usr/share/icingaweb2/modules/icingadb/" + doins -r "${S}"/* +} diff --git a/www-apps/icingadb-web/metadata.xml b/www-apps/icingadb-web/metadata.xml new file mode 100644 index 000000000000..5cfeb4c7862c --- /dev/null +++ b/www-apps/icingadb-web/metadata.xml @@ -0,0 +1,20 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + hydrapolic@gmail.com + Tomáš Mózes + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Icinga/icingadb-web + https://github.com/Icinga/icingadb-web/issues + +