From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7884715808B for ; Sat, 17 Feb 2024 18:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F080E2A2F; Sat, 17 Feb 2024 18:27:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38D0EE2A2F for ; Sat, 17 Feb 2024 18:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2BD2340441 for ; Sat, 17 Feb 2024 18:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA2D213DB for ; Sat, 17 Feb 2024 18:27:13 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1708194417.4d67fab78b34ba84d34ca2e32bd1b0680112d9ea.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/arti/arti-9999.ebuild X-VCS-Directories: net-p2p/arti/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 4d67fab78b34ba84d34ca2e32bd1b0680112d9ea X-VCS-Branch: master Date: Sat, 17 Feb 2024 18:27:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b214fbc-3a0b-4ba1-b90d-567b0f7d8ad0 X-Archives-Hash: 39fa0ab56ca5dd9a892c45faf0357645 commit: 4d67fab78b34ba84d34ca2e32bd1b0680112d9ea Author: John Helmert III gentoo org> AuthorDate: Sat Feb 17 18:26:44 2024 +0000 Commit: John Helmert III gentoo org> CommitDate: Sat Feb 17 18:26:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d67fab7 net-p2p/arti: sync live Signed-off-by: John Helmert III gentoo.org> net-p2p/arti/arti-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-p2p/arti/arti-9999.ebuild b/net-p2p/arti/arti-9999.ebuild index 29269538103c..8a5e2a599e77 100644 --- a/net-p2p/arti/arti-9999.ebuild +++ b/net-p2p/arti/arti-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,9 +23,10 @@ else fi LICENSE="MIT Apache-2.0" +# Dependent crate licenses LICENSE+=" - Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense - ZLIB + Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 + Unlicense ZLIB " SLOT="0" @@ -47,14 +48,14 @@ src_unpack() { src_compile() { for crate in crates/*; do - pushd crates/arti || die + pushd "${crate}" || die cargo_src_compile popd >/dev/null || die done } src_install() { - pushd crates/arti >/dev/null || due + pushd crates/arti >/dev/null || die cargo_src_install newdoc src/arti-example-config.toml arti.toml