summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2022-04-05 14:59:37 -0400
committerBrian Evans <grknight@gentoo.org>2022-04-05 14:59:37 -0400
commit75cfd1f79f3ccfc485ca2fbbe54da6babdec0f16 (patch)
tree54a6828940b1bbb5e17908cf74cc8bef8696f2ae /www-apps
parentmedia-libs/quarter: Add missing proxy-maint to metadata.xml (diff)
downloadgentoo-75cfd1f79f3ccfc485ca2fbbe54da6babdec0f16.tar.gz
gentoo-75cfd1f79f3ccfc485ca2fbbe54da6babdec0f16.tar.bz2
gentoo-75cfd1f79f3ccfc485ca2fbbe54da6babdec0f16.zip
www-apps/icingaweb2-module-director: Drop old
Required for PHP 7.3 removal Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/icingaweb2-module-director/Manifest1
-rw-r--r--www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/www-apps/icingaweb2-module-director/Manifest b/www-apps/icingaweb2-module-director/Manifest
index 1b6a70ca56c3..2c2b18489f72 100644
--- a/www-apps/icingaweb2-module-director/Manifest
+++ b/www-apps/icingaweb2-module-director/Manifest
@@ -1,2 +1 @@
-DIST icingaweb2-module-director-1.8.0.tar.gz 3042572 BLAKE2B e29ac535c8975f79abfa086ce54e2b78e3f1a992858ec83e902c5e8e72a447f7436a1a9876c1b7237a14d08c54dec12069e9c57231b23c4fd203be3f6f2635b8 SHA512 e33cc49c8255aa3693f73693d874ca5e00a9d95fe3d737c457473d8c5b37f36faf44bbc7f608ba03be79d5a6fd032e5ffd8fbc824eda1831422f837040b0c400
DIST icingaweb2-module-director-1.8.1.tar.gz 3045604 BLAKE2B b94d870f23f6267250ed1b2165e0960e7a2f6df1b7545a7c22697af1fbc6ec0f0a7d04e92a410c33450613e95fca1c3dbb9db6f974d30a528856a60169a31bf2 SHA512 89fe35061deecd212576b6363289daa433c9664b95221c74a684a88e07ebd36d3b55b4a767f6caefeadb3679c5aa0787b1129f08b6d0fd698e5a2d5b17a3a2d1
diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild
deleted file mode 100644
index 3d7195bd09f8..000000000000
--- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Icinga Web 2 plugin for configuration"
-HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-director/"
-if [[ "${PV}" == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-director.git"
-else
- KEYWORDS="amd64 x86"
- MY_PN="icingaweb2-module-director"
- SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
- S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=net-analyzer/icinga2-2.4.3
- >=www-apps/icingaweb2-2.2.0
- || (
- dev-lang/php:5.6[curl]
- dev-lang/php:7.1[curl]
- dev-lang/php:7.2[curl]
- dev-lang/php:7.3[curl]
- )"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto "/usr/share/icingaweb2/modules/director/"
- doins -r "${S}"/*
-}