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 0D128158020 for ; Tue, 8 Nov 2022 06:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56FE0E0963; Tue, 8 Nov 2022 06:03:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F431E0963 for ; Tue, 8 Nov 2022 06:03:57 +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 748E6340D8A for ; Tue, 8 Nov 2022 06:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D803870D for ; Tue, 8 Nov 2022 06:03:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667887422.d77bb42425e9f1cedef3aae1965cfa690a787f1d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/help2man/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/help2man/help2man-1.48.5.ebuild sys-apps/help2man/help2man-1.49.2.ebuild X-VCS-Directories: sys-apps/help2man/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d77bb42425e9f1cedef3aae1965cfa690a787f1d X-VCS-Branch: master Date: Tue, 8 Nov 2022 06:03:54 +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: b1a52496-0db2-41eb-8b6b-190b2dcb0385 X-Archives-Hash: 9dd345a290dbe7e57ecb673ca7086388 commit: d77bb42425e9f1cedef3aae1965cfa690a787f1d Author: Sam James gentoo org> AuthorDate: Tue Nov 8 06:01:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 8 06:03:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77bb424 sys-apps/help2man: fix LICENSE Closes: https://bugs.gentoo.org/880283 Signed-off-by: Sam James gentoo.org> sys-apps/help2man/help2man-1.48.5.ebuild | 3 ++- sys-apps/help2man/help2man-1.49.2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/help2man/help2man-1.48.5.ebuild b/sys-apps/help2man/help2man-1.48.5.ebuild index b55c7a1c9a5e..4691eb994ba5 100644 --- a/sys-apps/help2man/help2man-1.48.5.ebuild +++ b/sys-apps/help2man/help2man-1.48.5.ebuild @@ -7,7 +7,8 @@ DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="https://www.gnu.org/software/help2man/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" -LICENSE="GPL-3" +# nls/FSFAP for bindtextdomain.c +LICENSE="GPL-3+ nls? ( FSFAP )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls" diff --git a/sys-apps/help2man/help2man-1.49.2.ebuild b/sys-apps/help2man/help2man-1.49.2.ebuild index bd9be868fe32..c85e5630dd6d 100644 --- a/sys-apps/help2man/help2man-1.49.2.ebuild +++ b/sys-apps/help2man/help2man-1.49.2.ebuild @@ -7,7 +7,8 @@ DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="https://www.gnu.org/software/help2man/ https://salsa.debian.org/bod/help2man" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" -LICENSE="GPL-3" +# nls/FSFAP for bindtextdomain.c +LICENSE="GPL-3+ nls? ( FSFAP )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls"