From 6d478a9cbbd774e9d2743701d0931416e3ab9371 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 13 Sep 2023 16:44:42 +0100 Subject: gentoo auto-resync : 13:09:2023 - 16:44:41 --- www-apps/icingaweb2-module-incubator/Manifest | 6 ++--- .../icingaweb2-module-incubator-0.17.0.ebuild | 28 --------------------- .../icingaweb2-module-incubator-0.20.0.ebuild | 29 ++++++++++++++++++++++ www-apps/icingaweb2-module-incubator/metadata.xml | 11 ++++++-- 4 files changed, 41 insertions(+), 33 deletions(-) delete mode 100644 www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild create mode 100644 www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild (limited to 'www-apps/icingaweb2-module-incubator') diff --git a/www-apps/icingaweb2-module-incubator/Manifest b/www-apps/icingaweb2-module-incubator/Manifest index 7a5a75a6aa97..89ceeb911010 100644 --- a/www-apps/icingaweb2-module-incubator/Manifest +++ b/www-apps/icingaweb2-module-incubator/Manifest @@ -1,3 +1,3 @@ -DIST icingaweb2-module-incubator-0.17.0.tar.gz 222267 BLAKE2B e64942fe68d91ea720520bd8c8682328b9a78137e80726bb5bd563a98b809af1a0ec63cff753b955ef0b0f9af9c93389e90fd6bfe5d4eb531030ad6cbea6bc62 SHA512 711de5bde4681dd4d788165b4b1351c0eb4c61e417c6405bc0920ce0f4505fdc2167e070941708d4a19a0135fefd1accf1b5103d59367bef27bba87efe68285c -EBUILD icingaweb2-module-incubator-0.17.0.ebuild 691 BLAKE2B fe10dc58b8ad9e98a532ec1123d9a9791e099435ccab9d29be79f329078eb16a176e6a7633814bfa0a814e5463d2271af4f853f4b050ab83dd2248209a7e2312 SHA512 c0e2c7789e9d8252e1955ac01657253aee373b6141f1b643c8230527279fa5f287c7a13da1f68ff2fdb3ed868163224c154539a6a1309f9fd71f31d71c42ee0b -MISC metadata.xml 255 BLAKE2B 7788f736048880a23aeeb4baf5daf3bf65fd82dc4e6f56e63d2897a055acebf8ac480d249f297ec54cae1cc44031435effd37165455a16c62ca7acc6be63cf21 SHA512 6069c94a7b02290a08fe052105613139fccd952f5507bac994d2fd9aa4359e9b1b76e5fb0f1111474594d3d25ef6d5ac54b93d611f3512ef9bcbe5cf28f5f35e +DIST icingaweb2-module-incubator-0.20.0.tar.gz 223234 BLAKE2B bac5ef347007275b386d75f76c388f5500488aa1303fd212c4cbcc45f81199e4d1268442c77f0e44cad37dae9b12259cd6d341339d16fcad03c3c414bffdd26d SHA512 f561d9caffd6d72603debddf61181fa45b43aa4dc44d50749ed5e175c9a3ad169943cb59cfb74e890241cc0af3de0610a1747faa5c14c89ed3ab0b3e3c00da0e +EBUILD icingaweb2-module-incubator-0.20.0.ebuild 690 BLAKE2B b4dd6ab7ff3659f98fa033559e82afd940dd3a8622e69bfa1fad56ed10020ef8bb57dcd161bfdcd38c7a0d863944237a567c706ca13b5fd94e3b0b38be9c3f70 SHA512 38fa7ac30e517a79f7b1b4603800b82eb47f16ac599c5b3bcc5380d1dd76ed7c1399756f736d2d7d338db800947a249f141186f12196727968ee9a3b2731444a +MISC metadata.xml 484 BLAKE2B 02b51e9d0456a7571c4696aaee2276fc57e2b47f2c69ce63aa51b67c3e040f20824be29910478822fca2e6cad5cb18d737b59b93af7a0c27d78c9ea5b7c7cb3c SHA512 fb1f2d7db381c43be713d9bbe9a87771699dbdedad2fbceff64d3445c38d8b9c57f5770080d8456312cecdd9a90dbc8356c85cfab4342aec884e9574414147b8 diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild deleted file mode 100644 index c2af240e5fcc..000000000000 --- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 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}"/* -} diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild new file mode 100644 index 000000000000..6f2dc11b33ee --- /dev/null +++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.20.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Bleeding edge Icinga Web 2 libraries" +HOMEPAGE="https://github.com/Icinga/icingaweb2-module-incubator/" +SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="php_targets_php8-1" + +PHP_DEPEND=" + php_targets_php8-1? ( dev-lang/php:8.1[curl] ) +" +RDEPEND=" + ${PHP_DEPEND} + >=www-apps/icingaweb2-2.9.0 + >=dev-libs/icinga-php-thirdparty-0.8.0 + >=dev-libs/icinga-php-library-0.5.0 +" + +src_install() { + insinto /usr/share/icingaweb2/modules/${PN##*-}/ + doins -r . +} diff --git a/www-apps/icingaweb2-module-incubator/metadata.xml b/www-apps/icingaweb2-module-incubator/metadata.xml index 5c76f7a3fc67..26f29ca0aebe 100644 --- a/www-apps/icingaweb2-module-incubator/metadata.xml +++ b/www-apps/icingaweb2-module-incubator/metadata.xml @@ -2,7 +2,14 @@ - prometheanfire@gentoo.org - Matthew Thode + github@fischl-online.de + Anton Fischl + + proxy-maint@gentoo.org + Proxy Maintainers + + + Icinga/icingaweb2-module-incubator + -- cgit v1.2.3