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 D4D39158041 for ; Sat, 13 Apr 2024 17:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C04DC2BC017; Sat, 13 Apr 2024 17:15:09 +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 A959B2BC017 for ; Sat, 13 Apr 2024 17:15:09 +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 DB9F23433BB for ; Sat, 13 Apr 2024 17:15:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46AB216B4 for ; Sat, 13 Apr 2024 17:15:07 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713028155.9f65899b898177e37cc52b615801ea33aa0f9256.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/mangohud-0.7.1.ebuild games-util/mangohud/mangohud-9999.ebuild games-util/mangohud/metadata.xml X-VCS-Directories: games-util/mangohud/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9f65899b898177e37cc52b615801ea33aa0f9256 X-VCS-Branch: master Date: Sat, 13 Apr 2024 17:15:07 +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: cbd138de-dd3a-4ddf-b518-4a1fc0100bed X-Archives-Hash: ba22d9dff9c5cbf4b880a23746adac2d commit: 9f65899b898177e37cc52b615801ea33aa0f9256 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 16:17:27 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 17:09:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f65899b games-util/mangohud: fix pkgcheck nit picks Signed-off-by: Julien Roy jroy.ca> games-util/mangohud/mangohud-0.7.1.ebuild | 5 +++-- games-util/mangohud/mangohud-9999.ebuild | 5 +++-- games-util/mangohud/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/games-util/mangohud/mangohud-0.7.1.ebuild b/games-util/mangohud/mangohud-0.7.1.ebuild index 56583d7753..f96a5d8ce4 100644 --- a/games-util/mangohud/mangohud-0.7.1.ebuild +++ b/games-util/mangohud/mangohud-0.7.1.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 @@ -124,7 +124,8 @@ src_prepare() { find . -type f -exec sed -i 's|"imgui_internal.h"||g' {} \; || die # replace imgui_dep in implot build file - sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die + sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' \ + -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die } multilib_src_configure() { diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 56583d7753..f96a5d8ce4 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-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 @@ -124,7 +124,8 @@ src_prepare() { find . -type f -exec sed -i 's|"imgui_internal.h"||g' {} \; || die # replace imgui_dep in implot build file - sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die + sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' \ + -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die } multilib_src_configure() { diff --git a/games-util/mangohud/metadata.xml b/games-util/mangohud/metadata.xml index 467717705c..81225ee755 100644 --- a/games-util/mangohud/metadata.xml +++ b/games-util/mangohud/metadata.xml @@ -9,7 +9,7 @@ gonegrier.duarte@gmail.com Gonçalo Negrier Duarte - + flightlessmango/MangoHud https://github.com/flightlessmango/MangoHud/issues 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 24F1A158041 for ; Sat, 13 Apr 2024 17:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A338E29F6; Sat, 13 Apr 2024 17:09:46 +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 6E72EE29F6 for ; Sat, 13 Apr 2024 17:09:46 +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 5098C3433BA for ; Sat, 13 Apr 2024 17:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24F5AB7 for ; Sat, 13 Apr 2024 17:09:43 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713028155.9f65899b898177e37cc52b615801ea33aa0f9256.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/mangohud-0.7.1.ebuild games-util/mangohud/mangohud-9999.ebuild games-util/mangohud/metadata.xml X-VCS-Directories: games-util/mangohud/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9f65899b898177e37cc52b615801ea33aa0f9256 X-VCS-Branch: dev Date: Sat, 13 Apr 2024 17:09:43 +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: 54e2ff30-9242-41f3-b28c-10c92560be74 X-Archives-Hash: 27b0f4f548511c6c7c2d01be44101812 Message-ID: <20240413170943.B5RcFv-fcHLxtRA_vmt7VX3ZFBRGhYV5J_zYxFjOTEM@z> commit: 9f65899b898177e37cc52b615801ea33aa0f9256 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 16:17:27 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 17:09:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f65899b games-util/mangohud: fix pkgcheck nit picks Signed-off-by: Julien Roy jroy.ca> games-util/mangohud/mangohud-0.7.1.ebuild | 5 +++-- games-util/mangohud/mangohud-9999.ebuild | 5 +++-- games-util/mangohud/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/games-util/mangohud/mangohud-0.7.1.ebuild b/games-util/mangohud/mangohud-0.7.1.ebuild index 56583d7753..f96a5d8ce4 100644 --- a/games-util/mangohud/mangohud-0.7.1.ebuild +++ b/games-util/mangohud/mangohud-0.7.1.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 @@ -124,7 +124,8 @@ src_prepare() { find . -type f -exec sed -i 's|"imgui_internal.h"||g' {} \; || die # replace imgui_dep in implot build file - sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die + sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' \ + -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die } multilib_src_configure() { diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 56583d7753..f96a5d8ce4 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-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 @@ -124,7 +124,8 @@ src_prepare() { find . -type f -exec sed -i 's|"imgui_internal.h"||g' {} \; || die # replace imgui_dep in implot build file - sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die + sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' \ + -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die } multilib_src_configure() { diff --git a/games-util/mangohud/metadata.xml b/games-util/mangohud/metadata.xml index 467717705c..81225ee755 100644 --- a/games-util/mangohud/metadata.xml +++ b/games-util/mangohud/metadata.xml @@ -9,7 +9,7 @@ gonegrier.duarte@gmail.com Gonçalo Negrier Duarte - + flightlessmango/MangoHud https://github.com/flightlessmango/MangoHud/issues