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 91C7415802E for ; Sat, 29 Jun 2024 23:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC3BBE2B41; Sat, 29 Jun 2024 23:29:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5CB2E2B41 for ; Sat, 29 Jun 2024 23:29:49 +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 15E0C33DD21 for ; Sat, 29 Jun 2024 23:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58FA91D9B for ; Sat, 29 Jun 2024 23:29:46 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1719703504.95d45c7c4b15b3f1532ce1df8f733ef459a5f7f0.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild www-apps/icingaweb2/icingaweb2-2.12.1.ebuild www-apps/icingaweb2/icingaweb2-9999.ebuild X-VCS-Directories: www-apps/icingaweb2/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 95d45c7c4b15b3f1532ce1df8f733ef459a5f7f0 X-VCS-Branch: master Date: Sat, 29 Jun 2024 23:29:46 +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: 2a1f826c-0344-4025-a184-0ddbfc3b547e X-Archives-Hash: af704d5eb56e568d1e5610114c3ae341 commit: 95d45c7c4b15b3f1532ce1df8f733ef459a5f7f0 Author: Louis Sautier gentoo org> AuthorDate: Sat Jun 29 23:09:00 2024 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sat Jun 29 23:25:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d45c7c www-apps/icingaweb2: remove unused multilib eclass Signed-off-by: Louis Sautier gentoo.org> www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild | 4 ++-- www-apps/icingaweb2/icingaweb2-2.12.1.ebuild | 2 +- www-apps/icingaweb2/icingaweb2-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild index 84a84021e342..8df6a13afcc7 100644 --- a/www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit depend.apache multilib +inherit depend.apache DESCRIPTION="Icinga Web 2 - Frontend for icinga2" HOMEPAGE="http://www.icinga.org/" diff --git a/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild index 909ffade39f6..bbe044604cc1 100644 --- a/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit depend.apache multilib +inherit depend.apache DESCRIPTION="Icinga Web 2 - Frontend for icinga2" HOMEPAGE="https://icinga.com/" diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index 7844cf427860..94c0c09dab74 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit depend.apache multilib +inherit depend.apache DESCRIPTION="Icinga Web 2 - Frontend for icinga2" HOMEPAGE="https://icinga.com/"