public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libsignal-ffi/
Date: Mon, 17 Jun 2024 21:40:24 +0000 (UTC)	[thread overview]
Message-ID: <1718628137.e90037a0dc749bcc923aab742cbd6b9513e9c2de.julien@gentoo> (raw)

commit:     e90037a0dc749bcc923aab742cbd6b9513e9c2de
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Mon Jun 17 12:42:17 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Jun 17 12:42:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e90037a0

dev-libs/libsignal-ffi: Make only one sed call for cargo toml

Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>

 dev-libs/libsignal-ffi/libsignal-ffi-0.51.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libsignal-ffi/libsignal-ffi-0.51.0.ebuild b/dev-libs/libsignal-ffi/libsignal-ffi-0.51.0.ebuild
index 6947f0c86..daf5f5e7a 100644
--- a/dev-libs/libsignal-ffi/libsignal-ffi-0.51.0.ebuild
+++ b/dev-libs/libsignal-ffi/libsignal-ffi-0.51.0.ebuild
@@ -30,9 +30,11 @@ src_unpack() {
 	default
 	cargo_gen_config
 	ln -s "${WORKDIR}/vendor/" "${WORKDIR}/libsignal-${PV}/vendor" || die
-	sed -i "${ECARGO_HOME}/config" -e '/source.crates-io/d'  || die
-	sed -i "${ECARGO_HOME}/config" -e '/replace-with = "gentoo"/d'  || die
-	sed -i "${ECARGO_HOME}/config" -e '/local-registry = "\/nonexistent"/d'  || die
+	sed -i "${ECARGO_HOME}/config" \
+		-e '/source.crates-io/d' \
+		-e '/replace-with = "gentoo"/d' \
+		-e '/local-registry = "\/nonexistent"/d' \
+		|| die
 	cat "${WORKDIR}/vendor/vendor-config.toml" >> "${ECARGO_HOME}/config" || die
 }
 


             reply	other threads:[~2024-06-17 21:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 21:40 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11 22:19 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libsignal-ffi/ Julien Roy
2025-01-11 23:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-19 10:42 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-19 10:46 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-19 10:42 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-19 10:46 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-10-13 14:51 David Roman
2024-08-09 14:56 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-08-10 14:33 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-08-07 13:59 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-08-07 23:36 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-06-17 21:40 Julien Roy
2024-06-17 21:40 Julien Roy
2024-05-14 19:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 19:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-08 11:44 Julien Roy
2024-04-07 15:25 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-07 15:46 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-06  1:19 Julien Roy
2024-04-06  0:06 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-06  1:19 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-22  0:24 Julien Roy
2024-03-20 11:46 Julien Roy
2024-03-19 22:06 Julien Roy

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=1718628137.e90037a0dc749bcc923aab742cbd6b9513e9c2de.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: 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