public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/
Date: Sun, 19 Feb 2023 16:46:52 +0000 (UTC)	[thread overview]
Message-ID: <1676825099.3a424d93466be0d2fc71b4d3632d8a741b531e77.ajak@gentoo> (raw)

commit:     3a424d93466be0d2fc71b4d3632d8a741b531e77
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 05:39:46 2023 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 16:44:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a424d93

net-p2p/arti: sync live

Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 net-p2p/arti/arti-9999.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-p2p/arti/arti-9999.ebuild b/net-p2p/arti/arti-9999.ebuild
index 8a8e33f3433e..a4531b132f02 100644
--- a/net-p2p/arti/arti-9999.ebuild
+++ b/net-p2p/arti/arti-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ if [[ "${PV}" == *9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://gitlab.torproject.org/tpo/core/arti"
 else
-	SRC_URI="https://gitlab.torproject.org/tpo/core/${PN}/-/archive/${PN}-v${PV}/${PN}-${PN}-v${PV}.tar.gz -> ${P}.tar.gz
+	SRC_URI="https://gitlab.torproject.org/tpo/core/${PN}/-/archive/${PN}-v${PV}/${PN}-${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2
 		$(cargo_crate_uris ${CRATES})"
 	KEYWORDS="~amd64"
 	S="${WORKDIR}/${MY_P}"
@@ -42,8 +42,11 @@ src_unpack() {
 }
 
 src_compile() {
-	pushd crates/arti || die
-	cargo_src_compile
+	for crate in crates/*; do
+		pushd crates/arti || die
+		cargo_src_compile
+		popd >/dev/null || die
+	done
 }
 
 src_test() {


             reply	other threads:[~2023-02-19 16:46 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19 16:46 John Helmert III [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-17 19:37 [gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/ John Helmert III
2024-08-17 19:37 John Helmert III
2024-06-27 19:23 John Helmert III
2024-06-27 19:23 John Helmert III
2024-06-19 18:19 John Helmert III
2024-06-19 18:19 John Helmert III
2024-05-25 20:25 John Helmert III
2024-05-25 20:25 John Helmert III
2024-05-11 17:23 John Helmert III
2024-05-11 17:23 John Helmert III
2024-04-21  0:08 John Helmert III
2024-03-31 21:20 John Helmert III
2024-03-06  3:37 Sam James
2024-02-17 18:27 John Helmert III
2024-02-17 18:27 John Helmert III
2024-02-17 18:27 John Helmert III
2024-01-14 22:27 John Helmert III
2024-01-14 22:27 John Helmert III
2023-12-16 18:41 John Helmert III
2023-11-21 17:35 John Helmert III
2023-10-08 19:48 John Helmert III
2023-10-08 19:48 John Helmert III
2023-10-08 19:48 John Helmert III
2023-09-10 18:04 John Helmert III
2023-07-19 15:49 John Helmert III
2023-06-11 19:00 John Helmert III
2023-06-03 18:21 John Helmert III
2023-06-03 18:21 John Helmert III
2023-05-28 18:13 John Helmert III
2023-05-28 18:13 John Helmert III
2023-05-07  4:53 John Helmert III
2023-05-07  4:53 John Helmert III
2023-05-07  4:44 John Helmert III
2023-05-07  4:42 John Helmert III
2023-02-19 16:46 John Helmert III
2022-12-01  3:23 John Helmert III
2022-10-21  6:04 John Helmert III
2022-10-06  2:28 John Helmert III
2022-09-06 15:48 John Helmert III
2022-09-06 15:48 John Helmert III
2022-08-06  4:00 John Helmert III
2022-08-06  4:00 John Helmert III
2022-07-05  3:55 John Helmert III
2022-05-30 22:20 John Helmert III
2022-05-30 22:20 John Helmert III
2022-05-11  3:46 John Helmert III
2022-04-12 14:48 John Helmert III
2022-03-14 16:35 John Helmert III
2022-03-13 19:45 John Helmert III

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=1676825099.3a424d93466be0d2fc71b4d3632d8a741b531e77.ajak@gentoo \
    --to=ajak@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: 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