commit: a133b26d381ce8edf5e645e1c77686a90d0ad3b4 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Sep 9 04:44:47 2022 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Sep 9 04:48:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a133b26d
www-apps/icingaweb2-module-incubator: drop 0.11.0 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> www-apps/icingaweb2-module-incubator/Manifest | 1 - .../icingaweb2-module-incubator-0.11.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest index 9ae67253f4b7..61f84221b224 100644 --- a/www-apps/icingaweb2-module-incubator/Manifest +++ b/www-apps/icingaweb2-module-incubator/Manifest @@ -1,2 +1 @@ -DIST icingaweb2-module-incubator-0.11.0.tar.gz 219239 BLAKE2B 32c194a4343dc706a56d86c8db33efc99cec3ee93d3929ee962f81623e2a4cd1277131ceae34c4f040ce1b69e4e1b004cc1202cb42639e25e56513e857b1292a SHA512 e8de6a685f87e70bfc689b0e2bd9fd8c1917996a43ed675399da0a6f6c208f062e20072338e329d57b507ac300ae59a1d18c23f0bd17d4394d2e3fef3b159cff DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild deleted file mode 100644 index 0ec8c4a6c39c..000000000000 --- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.11.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Libraries useful for Icinga Web 2" -HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/" -KEYWORDS="~amd64 ~x86" -MY_PN="icingaweb2-module-incubator" -SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="GPL-2" -SLOT="0" - -DEPEND=">=net-analyzer/icinga2-2.6.0 - >=www-apps/icingaweb2-2.6.0 - || ( - dev-lang/php:7.3[curl] - dev-lang/php:7.4[curl] - dev-lang/php:8.0[curl] - )" -RDEPEND="${DEPEND}" - -src_install() { - insinto "/usr/share/icingaweb2/modules/incubator/" - doins -r "${S}"/* -}