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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B62B31382C5 for ; Mon, 15 Feb 2021 10:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3902E0923; Mon, 15 Feb 2021 10:43:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7D7AE0923 for ; Mon, 15 Feb 2021 10:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4F65340DC3 for ; Mon, 15 Feb 2021 10:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DFA6487 for ; Mon, 15 Feb 2021 10:43:55 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1613385805.ef551ed2ccf170fa0c104c44f39f4beddf6db706.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/procs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/procs/procs-0.11.3.ebuild X-VCS-Directories: sys-apps/procs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: ef551ed2ccf170fa0c104c44f39f4beddf6db706 X-VCS-Branch: dev Date: Mon, 15 Feb 2021 10:43:55 +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: c3c88425-9e46-41f6-ba6e-693cf3c2f34a X-Archives-Hash: 3aa0f68230d9dafd9250c6d5167ea9f4 commit: ef551ed2ccf170fa0c104c44f39f4beddf6db706 Author: Theo Anderson posteo de> AuthorDate: Mon Feb 15 10:43:25 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Feb 15 10:43:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef551ed2 sys-apps/procs: fix license Closes: https://bugs.gentoo.org/770766 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> sys-apps/procs/procs-0.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/procs/procs-0.11.3.ebuild b/sys-apps/procs/procs-0.11.3.ebuild index 377f939d..d7b16dc3 100644 --- a/sys-apps/procs/procs-0.11.3.ebuild +++ b/sys-apps/procs/procs-0.11.3.ebuild @@ -201,7 +201,7 @@ SRC_URI=" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture -LICENSE="BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSL-1.1 CC0-1.0 MIT Unlicense ZLIB" +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" RESTRICT="mirror" 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59B161382C5 for ; Mon, 15 Feb 2021 11:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A810AE08CE; Mon, 15 Feb 2021 11:12:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FEC7E08CE for ; Mon, 15 Feb 2021 11:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 548D2340DB1 for ; Mon, 15 Feb 2021 11:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E774C2 for ; Mon, 15 Feb 2021 11:12:21 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1613385805.ef551ed2ccf170fa0c104c44f39f4beddf6db706.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/procs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/procs/procs-0.11.3.ebuild X-VCS-Directories: sys-apps/procs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: ef551ed2ccf170fa0c104c44f39f4beddf6db706 X-VCS-Branch: master Date: Mon, 15 Feb 2021 11:12:21 +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: c3cb2033-5823-4e70-a709-10661c654f7a X-Archives-Hash: a7e53795bc1f99140859b296bbc2e259 Message-ID: <20210215111221.bFZf-UZsKJ98OYo1RAasfTLJ1tj5hA0UprnMtjrHdAI@z> commit: ef551ed2ccf170fa0c104c44f39f4beddf6db706 Author: Theo Anderson posteo de> AuthorDate: Mon Feb 15 10:43:25 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Feb 15 10:43:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef551ed2 sys-apps/procs: fix license Closes: https://bugs.gentoo.org/770766 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> sys-apps/procs/procs-0.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/procs/procs-0.11.3.ebuild b/sys-apps/procs/procs-0.11.3.ebuild index 377f939d..d7b16dc3 100644 --- a/sys-apps/procs/procs-0.11.3.ebuild +++ b/sys-apps/procs/procs-0.11.3.ebuild @@ -201,7 +201,7 @@ SRC_URI=" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture -LICENSE="BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSL-1.1 CC0-1.0 MIT Unlicense ZLIB" +LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" RESTRICT="mirror"