mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Joonas Niilola
parent
56eac382b0
commit
829dc3d71f
@@ -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
|
||||
|
||||
29
www-apps/icingadb-web/icingadb-web-1.0.2.ebuild
Normal file
29
www-apps/icingadb-web/icingadb-web-1.0.2.ebuild
Normal file
@@ -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}"/*
|
||||
}
|
||||
Reference in New Issue
Block a user