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 B12841581E7 for ; Mon, 29 Apr 2024 14:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D29EE2A19; Mon, 29 Apr 2024 14:14:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 643C0E2A19 for ; Mon, 29 Apr 2024 14:14:25 +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 8BFB73406C2 for ; Mon, 29 Apr 2024 14:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67F91768 for ; Mon, 29 Apr 2024 14:14:22 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1714400028.a21469c32e181684a0e12938e5461b3117a57980.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3status-rust/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3status-rust/i3status-rust-0.33.0.ebuild X-VCS-Directories: x11-misc/i3status-rust/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: a21469c32e181684a0e12938e5461b3117a57980 X-VCS-Branch: dev Date: Mon, 29 Apr 2024 14:14:22 +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: e1124d48-6bb7-4527-8014-505e349ba0e2 X-Archives-Hash: 22a74c209516c6f0b1f609b60a29ad25 commit: a21469c32e181684a0e12938e5461b3117a57980 Author: Lucio Sauer posteo net> AuthorDate: Sun Apr 28 22:51:50 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Apr 29 14:13:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a21469c3 x11-misc/i3status-rust: update LICENSE add missing Unicode-3.0 license for tinystr crate deduplicate LICENSE expression Signed-off-by: Lucio Sauer posteo.net> x11-misc/i3status-rust/i3status-rust-0.33.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-misc/i3status-rust/i3status-rust-0.33.0.ebuild b/x11-misc/i3status-rust/i3status-rust-0.33.0.ebuild index 4006cef4d6..f7a453afa4 100644 --- a/x11-misc/i3status-rust/i3status-rust-0.33.0.ebuild +++ b/x11-misc/i3status-rust/i3status-rust-0.33.0.ebuild @@ -383,9 +383,11 @@ SRC_URI="${CARGO_CRATE_URIS} LICENSE="GPL-3" # Dependent crate licenses LICENSE+=" - 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 GPL-3 + 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 GPL-3+ ISC MIT MPL-2.0 MirOS Unicode-DFS-2016 " +# Manually added crate licenses +LICENSE+=" Unicode-3.0" SLOT="0" KEYWORDS="~amd64" IUSE="notmuch pipewire pulseaudio"