From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/lxi-tools/ Date: Sat, 8 Jun 2024 20:06:23 +0000 (UTC) [thread overview] Message-ID: <1717876911.d3304c251383309c385041a4ba87769dee9a0261.julien@gentoo> (raw) commit: d3304c251383309c385041a4ba87769dee9a0261 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Jun 8 20:01:51 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Jun 8 20:01:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3304c25 sci-electronics/lxi-tools: remove redundant eclass inherit 'xdg-utils' quoted variable S Signed-off-by: Julien Roy <julien <AT> jroy.ca> sci-electronics/lxi-tools/lxi-tools-2.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild index 58e217840..d76233e39 100644 --- a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild +++ b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python{3_12,3_13} ) LUA_COMPAT=( lua5-{1..4} ) -inherit meson python-any-r1 lua-single gnome2-utils xdg-utils bash-completion-r1 +inherit meson python-any-r1 lua-single gnome2-utils bash-completion-r1 DESCRIPTION="Tools to access devices with LXI" HOMEPAGE="https://github.com/lxi-tools/lxi-tools" @@ -43,7 +43,7 @@ pkg_setup() { src_configure() { # fix lua dependency string in meson-build - sed -i 's/lua-/lua/g' ${S}/src/meson.build || die + sed -i 's/lua-/lua/g' "${S}"/src/meson.build || die local emesonargs=( $(meson_use gui)
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: sci-electronics/lxi-tools/ Date: Sat, 8 Jun 2024 20:02:15 +0000 (UTC) [thread overview] Message-ID: <1717876911.d3304c251383309c385041a4ba87769dee9a0261.julien@gentoo> (raw) Message-ID: <20240608200215.JaLoU2YWptCJ4yAFn_dpHNAkTdhrreCzrjE5HlaUBDE@z> (raw) commit: d3304c251383309c385041a4ba87769dee9a0261 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Jun 8 20:01:51 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Jun 8 20:01:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3304c25 sci-electronics/lxi-tools: remove redundant eclass inherit 'xdg-utils' quoted variable S Signed-off-by: Julien Roy <julien <AT> jroy.ca> sci-electronics/lxi-tools/lxi-tools-2.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild index 58e217840..d76233e39 100644 --- a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild +++ b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python{3_12,3_13} ) LUA_COMPAT=( lua5-{1..4} ) -inherit meson python-any-r1 lua-single gnome2-utils xdg-utils bash-completion-r1 +inherit meson python-any-r1 lua-single gnome2-utils bash-completion-r1 DESCRIPTION="Tools to access devices with LXI" HOMEPAGE="https://github.com/lxi-tools/lxi-tools" @@ -43,7 +43,7 @@ pkg_setup() { src_configure() { # fix lua dependency string in meson-build - sed -i 's/lua-/lua/g' ${S}/src/meson.build || die + sed -i 's/lua-/lua/g' "${S}"/src/meson.build || die local emesonargs=( $(meson_use gui)
next reply other threads:[~2024-06-08 20:06 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-06-08 20:06 Julien Roy [this message] 2024-06-08 20:02 ` [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/lxi-tools/ Julien Roy -- strict thread matches above, loose matches on Subject: below -- 2024-06-09 18:28 [gentoo-commits] repo/proj/guru:master " Julien Roy 2024-06-09 18:28 Julien Roy 2024-06-08 20:06 Julien Roy 2024-06-08 20:06 Julien Roy 2024-06-08 20:06 Julien Roy 2022-09-08 10:24 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2022-09-08 10:24 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2022-08-12 22:13 Haelwenn Monnier 2022-08-12 22:13 Haelwenn Monnier 2022-08-11 13:45 Andrew Ammerlaan
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=1717876911.d3304c251383309c385041a4ba87769dee9a0261.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