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 92FA715ACFB for ; Tue, 25 Apr 2023 15:17:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4EBEE098F; Tue, 25 Apr 2023 15:17:52 +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 89785E098F for ; Tue, 25 Apr 2023 15:17:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADA06340EC1 for ; Tue, 25 Apr 2023 15:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AD258AC for ; Tue, 25 Apr 2023 15:17:50 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1682435867.17466ca44584f5fecbcaab1f02f40f748e9c18a6.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gnulib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild dev-libs/gnulib/gnulib-9999-r1.ebuild X-VCS-Directories: dev-libs/gnulib/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 17466ca44584f5fecbcaab1f02f40f748e9c18a6 X-VCS-Branch: master Date: Tue, 25 Apr 2023 15:17:50 +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: f1bfc93a-c393-4e9f-a7a6-526c55340810 X-Archives-Hash: 9f437bd9395f1fc2b28f70df3829097f commit: 17466ca44584f5fecbcaab1f02f40f748e9c18a6 Author: Fabian Groffen gentoo org> AuthorDate: Tue Apr 25 15:17:11 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Apr 25 15:17:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17466ca4 dev-libs/gnulib: fix licence, bug #881599 Closes: https://bugs.gentoo.org/881599 Signed-off-by: Fabian Groffen gentoo.org> dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild | 2 +- dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild | 2 +- dev-libs/gnulib/gnulib-9999-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild b/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild index cd8850df2d95..d64634e09553 100644 --- a/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild +++ b/dev-libs/gnulib/gnulib-2022.02.12.16.27.05.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Library of common routines intended to be shared" HOMEPAGE="https://www.gnu.org/software/gnulib" SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+" SLOT="0" KEYWORDS="~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" diff --git a/dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild b/dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild index 64e187b2477d..c43d5b5f0b6f 100644 --- a/dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild +++ b/dev-libs/gnulib/gnulib-2022.05.26.07.24.56.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Library of common routines intended to be shared" HOMEPAGE="https://www.gnu.org/software/gnulib" SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+" SLOT="0" KEYWORDS="~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" diff --git a/dev-libs/gnulib/gnulib-9999-r1.ebuild b/dev-libs/gnulib/gnulib-9999-r1.ebuild index 7305188a7c64..10bc9a526f5a 100644 --- a/dev-libs/gnulib/gnulib-9999-r1.ebuild +++ b/dev-libs/gnulib/gnulib-9999-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Gnulib is a library of common routines intended to be shared at the HOMEPAGE="https://www.gnu.org/software/gnulib" EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git" -LICENSE="GPL-2" +LICENSE="GPL-3+ LGPL-2.1+ FDL-1.3+" SLOT="0" KEYWORDS="" IUSE="doc"