summaryrefslogtreecommitdiff
path: root/www-apps/icingadb-web/icingadb-web-1.0.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/icingadb-web/icingadb-web-1.0.2-r1.ebuild')
-rw-r--r--www-apps/icingadb-web/icingadb-web-1.0.2-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/www-apps/icingadb-web/icingadb-web-1.0.2-r1.ebuild b/www-apps/icingadb-web/icingadb-web-1.0.2-r1.ebuild
deleted file mode 100644
index 7e199c809fb9..000000000000
--- a/www-apps/icingadb-web/icingadb-web-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 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: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}"/*
-}