From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/mangohud/ Date: Sat, 13 Apr 2024 17:15:07 +0000 (UTC) [thread overview] Message-ID: <1713028155.9f65899b898177e37cc52b615801ea33aa0f9256.julien@gentoo> (raw) commit: 9f65899b898177e37cc52b615801ea33aa0f9256 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Apr 13 16:17:27 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> 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 <julien <AT> 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"|<imgui/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"|<imgui/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 @@ <email>gonegrier.duarte@gmail.com</email> <name>Gonçalo Negrier Duarte</name> </maintainer> - <upstream> + <upstream> <remote-id type="github">flightlessmango/MangoHud</remote-id> <bugs-to>https://github.com/flightlessmango/MangoHud/issues</bugs-to> </upstream>
WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/mangohud/ Date: Sat, 13 Apr 2024 17:09:43 +0000 (UTC) [thread overview] Message-ID: <1713028155.9f65899b898177e37cc52b615801ea33aa0f9256.julien@gentoo> (raw) Message-ID: <20240413170943.B5RcFv-fcHLxtRA_vmt7VX3ZFBRGhYV5J_zYxFjOTEM@z> (raw) commit: 9f65899b898177e37cc52b615801ea33aa0f9256 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Apr 13 16:17:27 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> 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 <julien <AT> 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"|<imgui/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"|<imgui/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 @@ <email>gonegrier.duarte@gmail.com</email> <name>Gonçalo Negrier Duarte</name> </maintainer> - <upstream> + <upstream> <remote-id type="github">flightlessmango/MangoHud</remote-id> <bugs-to>https://github.com/flightlessmango/MangoHud/issues</bugs-to> </upstream>
next reply other threads:[~2024-04-13 17:15 UTC|newest] Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-04-13 17:15 Julien Roy [this message] 2024-04-13 17:09 ` [gentoo-commits] repo/proj/guru:dev commit in: games-util/mangohud/ Julien Roy -- strict thread matches above, loose matches on Subject: below -- 2025-03-10 11:04 [gentoo-commits] repo/proj/guru:master " David Roman 2025-03-10 11:04 David Roman 2025-02-17 9:49 David Roman 2025-02-17 9:49 David Roman 2024-12-28 20:08 Florian Schmaus 2024-12-28 20:08 Florian Schmaus 2024-12-27 15:34 Julien Roy 2024-12-26 15:36 Julien Roy 2024-12-12 13:06 David Roman 2024-12-10 11:32 David Roman 2024-09-18 23:46 Haelwenn Monnier 2024-05-23 10:36 David Roman 2024-05-12 9:38 Viorel Munteanu 2024-05-12 9:38 Viorel Munteanu 2024-05-10 0:33 Haelwenn Monnier 2024-04-13 16:14 Julien Roy 2024-02-08 9:29 David Roman 2024-02-08 9:29 David Roman 2024-02-07 10:10 David Roman 2024-02-07 10:10 David Roman 2023-08-23 17:33 David Roman 2023-08-21 12:43 Haelwenn Monnier 2023-08-21 12:43 Haelwenn Monnier 2022-09-26 10:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2022-09-26 10:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2022-09-08 1:46 Ronny Gutbrod 2022-09-06 1:06 Ronny Gutbrod 2022-07-23 17:36 Haelwenn Monnier 2022-05-12 9:14 Andrew Ammerlaan 2022-05-12 9:14 Andrew Ammerlaan 2022-05-10 7:49 Florian Schmaus 2022-05-09 18:44 Andrew Ammerlaan 2022-05-05 4:07 Haelwenn Monnier
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1713028155.9f65899b898177e37cc52b615801ea33aa0f9256.julien@gentoo \ --to=julien@jroy.ca \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox