From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/asus-touchpad-numpad-driver/ Date: Thu, 8 Sep 2022 10:29:57 +0000 (UTC) [thread overview] Message-ID: <1662632766.cb31d69b625b0984823d3bd21a0c4467e29341f7.andrewammerlaan@gentoo> (raw) commit: cb31d69b625b0984823d3bd21a0c4467e29341f7 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Sep 8 10:26:06 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Sep 8 10:26:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb31d69b sys-apps/asus-touchpad-numpad-driver: quote ED variables Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../asus-touchpad-numpad-driver-0_pre20220311.ebuild | 4 ++-- .../asus-touchpad-numpad-driver-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild index 8e4c96385..0a3aac9d2 100644 --- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild +++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild @@ -43,9 +43,9 @@ src_install() { insinto /usr/libexec/${PN} doins -r numpad_layouts - python_fix_shebang ${ED}/usr/libexec/${PN}/asus_touchpad.py + python_fix_shebang "${ED}/usr/libexec/${PN}/asus_touchpad.py" - python_optimize ${ED}/usr/libexec/${PN} + python_optimize "${ED}/usr/libexec/${PN}" dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad } diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild index 8e4c96385..0a3aac9d2 100644 --- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild +++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild @@ -43,9 +43,9 @@ src_install() { insinto /usr/libexec/${PN} doins -r numpad_layouts - python_fix_shebang ${ED}/usr/libexec/${PN}/asus_touchpad.py + python_fix_shebang "${ED}/usr/libexec/${PN}/asus_touchpad.py" - python_optimize ${ED}/usr/libexec/${PN} + python_optimize "${ED}/usr/libexec/${PN}" dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad }
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/asus-touchpad-numpad-driver/ Date: Thu, 8 Sep 2022 10:29:52 +0000 (UTC) [thread overview] Message-ID: <1662632766.cb31d69b625b0984823d3bd21a0c4467e29341f7.andrewammerlaan@gentoo> (raw) Message-ID: <20220908102952.Auxz3kKN-Y3n46cQFd50vhqO5atWd6m8h96MWnhgdfc@z> (raw) commit: cb31d69b625b0984823d3bd21a0c4467e29341f7 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Sep 8 10:26:06 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Sep 8 10:26:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb31d69b sys-apps/asus-touchpad-numpad-driver: quote ED variables Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../asus-touchpad-numpad-driver-0_pre20220311.ebuild | 4 ++-- .../asus-touchpad-numpad-driver-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild index 8e4c96385..0a3aac9d2 100644 --- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild +++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-0_pre20220311.ebuild @@ -43,9 +43,9 @@ src_install() { insinto /usr/libexec/${PN} doins -r numpad_layouts - python_fix_shebang ${ED}/usr/libexec/${PN}/asus_touchpad.py + python_fix_shebang "${ED}/usr/libexec/${PN}/asus_touchpad.py" - python_optimize ${ED}/usr/libexec/${PN} + python_optimize "${ED}/usr/libexec/${PN}" dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad } diff --git a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild index 8e4c96385..0a3aac9d2 100644 --- a/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild +++ b/sys-apps/asus-touchpad-numpad-driver/asus-touchpad-numpad-driver-9999.ebuild @@ -43,9 +43,9 @@ src_install() { insinto /usr/libexec/${PN} doins -r numpad_layouts - python_fix_shebang ${ED}/usr/libexec/${PN}/asus_touchpad.py + python_fix_shebang "${ED}/usr/libexec/${PN}/asus_touchpad.py" - python_optimize ${ED}/usr/libexec/${PN} + python_optimize "${ED}/usr/libexec/${PN}" dosym ../libexec/${PN}/asus_touchpad.py /usr/bin/asus_touchpad }
next reply other threads:[~2022-09-08 10:30 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-09-08 10:29 Andrew Ammerlaan [this message] 2022-09-08 10:29 ` [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/asus-touchpad-numpad-driver/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2024-07-05 10:51 [gentoo-commits] repo/proj/guru:master " David Roman 2023-10-22 7:44 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu 2023-10-22 7:58 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu 2022-07-23 17:36 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=1662632766.cb31d69b625b0984823d3bd21a0c4467e29341f7.andrewammerlaan@gentoo \ --to=andrewammerlaan@gentoo.org \ --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