summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2022-11-06 13:19:34 +0000
committerJoonas Niilola <juippis@gentoo.org>2022-11-23 19:55:08 +0200
commit829dc3d71f8ab1ab22e7fb4afc622d253b3735a2 (patch)
tree34a6f26ba7b678a7678a860184960d59233ed7e7 /www-apps/icingadb-web
parentx11-themes/gnome-backgrounds: Stabilize 43-r1 x86, #879807 (diff)
downloadgentoo-829dc3d71f8ab1ab22e7fb4afc622d253b3735a2.tar.gz
gentoo-829dc3d71f8ab1ab22e7fb4afc622d253b3735a2.tar.bz2
gentoo-829dc3d71f8ab1ab22e7fb4afc622d253b3735a2.zip
www-apps/icingadb-web: add 1.0.2
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28159 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/icingadb-web')
-rw-r--r--www-apps/icingadb-web/Manifest1
-rw-r--r--www-apps/icingadb-web/icingadb-web-1.0.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/www-apps/icingadb-web/Manifest b/www-apps/icingadb-web/Manifest
index bdf40b4e6413..5ca946170bae 100644
--- a/www-apps/icingadb-web/Manifest
+++ b/www-apps/icingadb-web/Manifest
@@ -1 +1,2 @@
DIST icingadb-web-1.0.1.tar.gz 2296075 BLAKE2B 08684f8f46e85843035a98716094d7a0b2d623fdc633beaa9cc49778fd495d1edbf99f003bceed155a081bbe9ecc90393910f0c28a854fbe435b9fe73a5066c9 SHA512 64423f67961c4d0677d4fd5da18c28b6b525a38885e7660f48120a65a9638c9a1dd0f4a2c3b58048ab2583a76716c5e99cf88010c8b5dfd823083346228055f0
+DIST icingadb-web-1.0.2.tar.gz 2296999 BLAKE2B f74badc90f992ffd506cf66296e3d38f2d9fb5e317f4ff497f3790bbdafec250378a661dddbd582510ab490b7eaf1e2cfeb69c078da8dbaa6e638e504d6d8e96 SHA512 a8349b94260ddde9aeeee65eaa05517f656c4a7649ae5c7c2584900ca982b05a63e8b0fcaa95154e0a01ca4269958b449434c894dcff6950ea447b1cda6977bc
diff --git a/www-apps/icingadb-web/icingadb-web-1.0.2.ebuild b/www-apps/icingadb-web/icingadb-web-1.0.2.ebuild
new file mode 100644
index 000000000000..56082291a598
--- /dev/null
+++ b/www-apps/icingadb-web/icingadb-web-1.0.2.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}"/*
+}