public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/typst/
Date: Thu, 28 Mar 2024 03:43:27 +0000 (UTC)	[thread overview]
Message-ID: <1711595181.c10706871b65c6832785d78bb87d4892d19b4bee.lanodan@gentoo> (raw)

commit:     c10706871b65c6832785d78bb87d4892d19b4bee
Author:     odrling <florianbadie <AT> odrling <DOT> xyz>
AuthorDate: Thu Mar 28 02:59:42 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Mar 28 03:06:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1070687

app-text/typst: use cargo_src_install

works as expected with USE=debug

Closes: https://bugs.gentoo.org/916990
Signed-off-by: odrling <florianbadie <AT> odrling.xyz>

 app-text/typst/typst-0.10.0.ebuild | 2 +-
 app-text/typst/typst-0.9.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/typst/typst-0.10.0.ebuild b/app-text/typst/typst-0.10.0.ebuild
index 6ea90d4388..4c42fd77bf 100644
--- a/app-text/typst/typst-0.10.0.ebuild
+++ b/app-text/typst/typst-0.10.0.ebuild
@@ -401,7 +401,7 @@ src_compile() {
 
 src_install() {
 	local ARTIFACTSDIR='crates/typst-cli/artifacts'
-	dobin "${S}"/target/release/"${PN}"
+	cargo_src_install --path "${S}/crates/typst-cli"
 	doman "${ARTIFACTSDIR}/${PN}"*.1
 	dozshcomp "${ARTIFACTSDIR}/_${PN}"
 	dofishcomp "${ARTIFACTSDIR}/${PN}.fish"

diff --git a/app-text/typst/typst-0.9.0.ebuild b/app-text/typst/typst-0.9.0.ebuild
index 8b905f4ed8..07dda3434f 100644
--- a/app-text/typst/typst-0.9.0.ebuild
+++ b/app-text/typst/typst-0.9.0.ebuild
@@ -423,7 +423,7 @@ src_compile() {
 
 src_install() {
 	local ARTIFACTSDIR='crates/typst-cli/artifacts'
-	dobin "${S}"/target/release/"${PN}"
+	cargo_src_install --path "${S}/crates/typst-cli"
 	doman "${ARTIFACTSDIR}/${PN}"*.1
 	dozshcomp "${ARTIFACTSDIR}/_${PN}"
 	dofishcomp "${ARTIFACTSDIR}/${PN}.fish"


             reply	other threads:[~2024-03-28  3:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28  3:43 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 11:18 [gentoo-commits] repo/proj/guru:master commit in: app-text/typst/ Lucio Sauer
2025-03-08 11:07 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2025-03-08 11:18 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2025-02-21 12:04 David Roman
2025-02-21 12:04 David Roman
2024-10-29 14:06 David Roman
2024-05-18 16:28 Julien Roy
2024-05-18 16:28 Julien Roy
2024-05-18 16:28 Julien Roy
2024-04-05 11:05 Julien Roy
2024-03-30 19:29 Julien Roy
2024-03-28  3:43 Haelwenn Monnier
2024-03-28  3:43 Haelwenn Monnier
2024-03-10 22:07 Julien Roy
2023-11-06 14:38 David Roman

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=1711595181.c10706871b65c6832785d78bb87d4892d19b4bee.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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: link
Be 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