From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D45AB158041 for ; Sat, 16 Mar 2024 09:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0538FE29F0; Sat, 16 Mar 2024 09:26:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D55CFE29F0 for ; Sat, 16 Mar 2024 09:26:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFBA9335CB9 for ; Sat, 16 Mar 2024 09:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE1AD151E for ; Sat, 16 Mar 2024 09:26:51 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1710581208.064056064b8ecf908d57298826d1ea8eb9c0fe5a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-director/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild X-VCS-Directories: www-apps/icingaweb2-module-director/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 064056064b8ecf908d57298826d1ea8eb9c0fe5a X-VCS-Branch: master Date: Sat, 16 Mar 2024 09:26:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e79de281-8de6-4dd2-97b2-d7d908e21e40 X-Archives-Hash: 468a26daf0ff8f127406389cfeb70311 commit: 064056064b8ecf908d57298826d1ea8eb9c0fe5a Author: Anton Fischl fischl-online de> AuthorDate: Wed Feb 14 03:32:14 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Mar 16 09:26:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06405606 www-apps/icingaweb2-module-director: 9999: update dependencies Signed-off-by: Anton Fischl fischl-online.de> Closes: https://github.com/gentoo/gentoo/pull/35295 Signed-off-by: Joonas Niilola gentoo.org> .../icingaweb2-module-director-9999.ebuild | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild index 370c6d78fa9b..7e4d8a5a4368 100644 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,11 +18,14 @@ fi LICENSE="GPL-2" SLOT="0" -# Dependencies according to https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/02-Installation.md -IUSE="php_targets_php8-1" +# Dependencies according to +# https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/02-Installation.md.d/From-Source.md +IUSE="php_targets_php8-1 php_targets_php8-2 php_targets_php8-3" PHP_DEPEND=" php_targets_php8-1? ( dev-lang/php:8.1[curl,iconv,pcntl,posix,sockets] ) + php_targets_php8-2? ( dev-lang/php:8.2[curl,iconv,pcntl,posix,sockets] ) + php_targets_php8-3? ( dev-lang/php:8.3[curl,iconv,pcntl,posix,sockets] ) " DEPEND=" acct-group/icingaweb2 @@ -31,9 +34,9 @@ DEPEND=" RDEPEND=" ${PHP_DEPEND} ${DEPEND} - >=www-apps/icingaweb2-module-incubator-0.18.0 - >=dev-libs/icinga-php-library-0.5.0 - >=dev-libs/icinga-php-thirdparty-0.9.0 + >=www-apps/icingaweb2-module-incubator-0.22.0 + >=dev-libs/icinga-php-library-0.13.0 + >=dev-libs/icinga-php-thirdparty-0.12.0 >=www-apps/icingaweb2-2.9.0 " @@ -60,9 +63,9 @@ pkg_postinst() { # numbers, even though in practice it is typically just one. local oldver for oldver in ${REPLACING_VERSIONS}; do - if ver_test "${oldver}" -lt "1.10.0"; then + if ver_test "${oldver}" -lt "1.11.0"; then ewarn "You are upgrading from ${oldver} to ${PVR}" - ewarn "please read https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md#upgrade-to-1.10.x" + ewarn "please read https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md#upgrade-to-1.11.x" ewarn "for breaking changes" ewarn ewarn "Also, don't forget to upgrade database schema."