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 C78F41382C5 for ; Sat, 27 Mar 2021 06:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08BA4E07C5; Sat, 27 Mar 2021 06:03:29 +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 E30BBE07C5 for ; Sat, 27 Mar 2021 06:03:28 +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 40A0F340D8A for ; Sat, 27 Mar 2021 06:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5E78612 for ; Sat, 27 Mar 2021 06:03:25 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1616824994.900818b1e0b53f2fe1745f855f2a0d01eba74ae3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/toybox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/toybox/toybox-0.8.0.ebuild sys-apps/toybox/toybox-0.8.1.ebuild sys-apps/toybox/toybox-0.8.3.ebuild sys-apps/toybox/toybox-0.8.4.ebuild sys-apps/toybox/toybox-9999.ebuild X-VCS-Directories: sys-apps/toybox/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 900818b1e0b53f2fe1745f855f2a0d01eba74ae3 X-VCS-Branch: master Date: Sat, 27 Mar 2021 06:03:25 +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: bcafbabf-9678-4a48-9d5f-82e937f5c42f X-Archives-Hash: 3022e1bafd0c85e38740b0a703488148 commit: 900818b1e0b53f2fe1745f855f2a0d01eba74ae3 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Mar 27 00:52:16 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 27 06:03:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900818b1 sys-apps/toybox: correct license Closes: https://bugs.gentoo.org/716472 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> Signed-off-by: Ulrich Müller gentoo.org> sys-apps/toybox/toybox-0.8.0.ebuild | 5 ++--- sys-apps/toybox/toybox-0.8.1.ebuild | 5 ++--- sys-apps/toybox/toybox-0.8.3.ebuild | 5 ++--- sys-apps/toybox/toybox-0.8.4.ebuild | 3 +-- sys-apps/toybox/toybox-9999.ebuild | 3 +-- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/sys-apps/toybox/toybox-0.8.0.ebuild b/sys-apps/toybox/toybox-0.8.0.ebuild index 564d2c54b23..bf8ce8e2d4f 100644 --- a/sys-apps/toybox/toybox-0.8.0.ebuild +++ b/sys-apps/toybox/toybox-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,8 +19,7 @@ RESTRICT="test" DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" IUSE="" diff --git a/sys-apps/toybox/toybox-0.8.1.ebuild b/sys-apps/toybox/toybox-0.8.1.ebuild index d334e357044..6c04f2330f3 100644 --- a/sys-apps/toybox/toybox-0.8.1.ebuild +++ b/sys-apps/toybox/toybox-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,8 +19,7 @@ RESTRICT="test" DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" IUSE="" diff --git a/sys-apps/toybox/toybox-0.8.3.ebuild b/sys-apps/toybox/toybox-0.8.3.ebuild index 616f3fbf49a..6c04f2330f3 100644 --- a/sys-apps/toybox/toybox-0.8.3.ebuild +++ b/sys-apps/toybox/toybox-0.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,8 +19,7 @@ RESTRICT="test" DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" IUSE="" diff --git a/sys-apps/toybox/toybox-0.8.4.ebuild b/sys-apps/toybox/toybox-0.8.4.ebuild index 5b1788940a1..ca78edf8b36 100644 --- a/sys-apps/toybox/toybox-0.8.4.ebuild +++ b/sys-apps/toybox/toybox-0.8.4.ebuild @@ -16,8 +16,7 @@ fi DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" src_prepare() { diff --git a/sys-apps/toybox/toybox-9999.ebuild b/sys-apps/toybox/toybox-9999.ebuild index 5b1788940a1..ca78edf8b36 100644 --- a/sys-apps/toybox/toybox-9999.ebuild +++ b/sys-apps/toybox/toybox-9999.ebuild @@ -16,8 +16,7 @@ fi DESCRIPTION="Common linux commands in a multicall binary" HOMEPAGE="https://landley.net/code/toybox/" -# The source code does not explicitly say that it's BSD, but the author has repeatedly said it -LICENSE="BSD-2" +LICENSE="0BSD" SLOT="0" src_prepare() {