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 CD0C913835C for ; Mon, 24 May 2021 07:39:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AF8EE085A; Mon, 24 May 2021 07:39:50 +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 02DBBE0857 for ; Mon, 24 May 2021 07:39:50 +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 13A32340C59 for ; Mon, 24 May 2021 07:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EFB879B for ; Mon, 24 May 2021 07:39:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1621841975.e7d651f31a30dea7717d2994bef756cff94492ea.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/mksh/mksh-59c.ebuild app-shells/mksh/mksh-9999.ebuild X-VCS-Directories: app-shells/mksh/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e7d651f31a30dea7717d2994bef756cff94492ea X-VCS-Branch: master Date: Mon, 24 May 2021 07:39:46 +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: 0f930f7a-a8bf-4831-892b-faf8423a33e2 X-Archives-Hash: 136e5c6171ca2f9be46a27c4e343f6d7 commit: e7d651f31a30dea7717d2994bef756cff94492ea Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Mar 20 03:16:17 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 24 07:39:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d651f3 app-shells/mksh: Add missing LICENSEs Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/20015 Signed-off-by: Joonas Niilola gentoo.org> app-shells/mksh/mksh-59c.ebuild | 7 ++++++- app-shells/mksh/mksh-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app-shells/mksh/mksh-59c.ebuild b/app-shells/mksh/mksh-59c.ebuild index e66f17ebd1b..d688b372e06 100644 --- a/app-shells/mksh/mksh-59c.ebuild +++ b/app-shells/mksh/mksh-59c.ebuild @@ -20,7 +20,12 @@ DESCRIPTION="MirBSD Korn Shell" # Host is TLSv1.0-only, keep to http for compatibility with modern browsers HOMEPAGE="http://mirbsd.de/mksh" -LICENSE="BSD" +# See http://www.mirbsd.org/TaC-mksh.txt or ${S}/www/files/TaC-mksh.txt +# MirOS for most of it +# BSD for when strlcpy(3) is absent, such as with glibc +# unicode for some included Unicode data +# ISC if the printf builtin is used, not currently the case +LICENSE="MirOS BSD unicode" SLOT="0" IUSE="lksh static test" RESTRICT="!test? ( test )" diff --git a/app-shells/mksh/mksh-9999.ebuild b/app-shells/mksh/mksh-9999.ebuild index c94ae683a15..9154bea1a42 100644 --- a/app-shells/mksh/mksh-9999.ebuild +++ b/app-shells/mksh/mksh-9999.ebuild @@ -20,7 +20,12 @@ DESCRIPTION="MirBSD Korn Shell" # Host is TLSv1.0-only, keep to http for compatibility with modern browsers HOMEPAGE="http://mirbsd.de/mksh" -LICENSE="BSD" +# See http://www.mirbsd.org/TaC-mksh.txt or ${S}/www/files/TaC-mksh.txt +# MirOS for most of it +# BSD for when strlcpy(3) is absent, such as with glibc +# unicode for some included Unicode data +# ISC if the printf builtin is used, not currently the case +LICENSE="MirOS BSD unicode" SLOT="0" IUSE="lksh static test" RESTRICT="!test? ( test )"