From: "Viorel Munteanu" <ceamac@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-plugins/firefoxpwa/ Date: Wed, 11 Sep 2024 05:06:46 +0000 (UTC) [thread overview] Message-ID: <1726031171.04722c611088c87633695ef12c409f3bcfd1ccab.ceamac@gentoo> (raw) commit: 04722c611088c87633695ef12c409f3bcfd1ccab Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed Sep 11 05:06:11 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Wed Sep 11 05:06:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04722c61 www-plugins/firefoxpwa: fix cargo target dir Closes: https://bugs.gentoo.org/939376 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild | 10 +++++----- www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild | 10 +++++----- www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild | 10 +++++----- www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild index ccf6601b0..adc0d6099 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild @@ -467,9 +467,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -479,9 +479,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild index ccf6601b0..adc0d6099 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild @@ -467,9 +467,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -479,9 +479,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild index 3e7c6e5c3..c96a6fb95 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild @@ -487,9 +487,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -499,9 +499,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild index 3e7c6e5c3..c96a6fb95 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild @@ -487,9 +487,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -499,9 +499,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa
WARNING: multiple messages have this Message-ID (diff)
From: "Viorel Munteanu" <ceamac@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: www-plugins/firefoxpwa/ Date: Wed, 11 Sep 2024 05:09:10 +0000 (UTC) [thread overview] Message-ID: <1726031171.04722c611088c87633695ef12c409f3bcfd1ccab.ceamac@gentoo> (raw) Message-ID: <20240911050910.wAWKXnjoiA8K9lt2IJMNyrv2EeZ1FTpos795J7jzEgs@z> (raw) commit: 04722c611088c87633695ef12c409f3bcfd1ccab Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed Sep 11 05:06:11 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Wed Sep 11 05:06:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04722c61 www-plugins/firefoxpwa: fix cargo target dir Closes: https://bugs.gentoo.org/939376 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild | 10 +++++----- www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild | 10 +++++----- www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild | 10 +++++----- www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild index ccf6601b0..adc0d6099 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.0-r1.ebuild @@ -467,9 +467,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -479,9 +479,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild index ccf6601b0..adc0d6099 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.1.ebuild @@ -467,9 +467,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -479,9 +479,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild index 3e7c6e5c3..c96a6fb95 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.2.ebuild @@ -487,9 +487,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -499,9 +499,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa diff --git a/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild b/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild index 3e7c6e5c3..c96a6fb95 100644 --- a/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild +++ b/www-plugins/firefoxpwa/firefoxpwa-2.12.3.ebuild @@ -487,9 +487,9 @@ src_configure() { src_install() { # Executables - dobin target/*/firefoxpwa + dobin $(cargo_target_dir)/firefoxpwa exeinto /usr/libexec - doexe target/*/firefoxpwa-connector + doexe $(cargo_target_dir)/firefoxpwa-connector # Manifest local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts ) @@ -499,9 +499,9 @@ src_install() { done # Completions - newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa - dofishcomp target/*/completions/firefoxpwa.fish - dozshcomp target/*/completions/_firefoxpwa + newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa + dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish + dozshcomp $(cargo_target_dir)/completions/_firefoxpwa # UserChrome insinto /usr/share/firefoxpwa
next reply other threads:[~2024-09-11 5:06 UTC|newest] Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-09-11 5:06 Viorel Munteanu [this message] 2024-09-11 5:09 ` [gentoo-commits] repo/proj/guru:master commit in: www-plugins/firefoxpwa/ Viorel Munteanu -- strict thread matches above, loose matches on Subject: below -- 2025-02-17 9:53 [gentoo-commits] repo/proj/guru:dev " David Roman 2025-02-17 9:53 David Roman 2025-02-12 10:27 David Roman 2025-02-12 10:27 David Roman 2025-01-20 9:31 David Roman 2025-01-02 18:41 David Roman 2024-11-07 23:44 [gentoo-commits] repo/proj/guru:master " David Roman 2024-11-07 11:46 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-09-27 11:03 David Roman 2024-09-27 11:03 David Roman 2024-09-16 15:49 David Roman 2024-09-10 8:26 David Roman 2024-09-07 20:18 David Roman 2024-05-25 17:15 [gentoo-commits] repo/proj/guru:master " Julien Roy 2024-05-25 17:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-05-25 17:07 Julien Roy 2024-05-03 7:49 Anna Vyalkova 2024-05-03 7:49 Anna Vyalkova 2024-05-02 15:42 [gentoo-commits] repo/proj/guru:master " David Roman 2024-05-02 9:16 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-04-14 14:37 Anna Vyalkova 2024-04-14 14:37 Anna Vyalkova 2024-03-21 23:22 [gentoo-commits] repo/proj/guru:master " Julien Roy 2024-03-21 23:21 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-03-21 23:21 Julien Roy 2024-03-19 20:04 [gentoo-commits] repo/proj/guru:master " Julien Roy 2024-03-19 20:01 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-03-19 20:01 Julien Roy 2024-01-23 10:06 Anna Vyalkova 2024-01-23 10:06 Anna Vyalkova 2023-12-14 22:07 David Roman 2023-11-27 18:50 Anna Vyalkova 2023-11-20 14:18 David Roman 2023-10-03 10:47 David Roman 2023-10-03 10:34 [gentoo-commits] repo/proj/guru:master " David Roman 2023-10-03 10:33 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2023-10-03 10:33 David Roman 2023-09-05 3:55 John-Henry Lim 2023-07-02 17:06 John-Henry Lim 2023-04-10 14:22 John-Henry Lim
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=1726031171.04722c611088c87633695ef12c409f3bcfd1ccab.ceamac@gentoo \ --to=ceamac@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