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 BAAFD158094 for ; Sat, 30 Jul 2022 06:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAFCFE108D; Sat, 30 Jul 2022 06:32:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE9F2E108D for ; Sat, 30 Jul 2022 06:32:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9A2E340F3C for ; Sat, 30 Jul 2022 06:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3789F558 for ; Sat, 30 Jul 2022 06:32:49 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1659162764.8a3b41d99b349b0bc6acb9ead306cc505ca5b19d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/json/json-2.5.1-r1.ebuild dev-ruby/json/json-2.6.1.ebuild dev-ruby/json/json-2.6.2.ebuild X-VCS-Directories: dev-ruby/json/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8a3b41d99b349b0bc6acb9ead306cc505ca5b19d X-VCS-Branch: master Date: Sat, 30 Jul 2022 06:32:49 +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: b1f0d320-4518-4b96-9c66-c153bee9a88d X-Archives-Hash: 2bf5d1cf3620f494ab50d1420f548b59 commit: 8a3b41d99b349b0bc6acb9ead306cc505ca5b19d Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 29 15:50:25 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 30 06:32:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3b41d9 dev-ruby/json: update LICENSE Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/json/json-2.5.1-r1.ebuild | 4 ++-- dev-ruby/json/json-2.6.1.ebuild | 2 +- dev-ruby/json/json-2.6.2.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/json/json-2.5.1-r1.ebuild b/dev-ruby/json/json-2.5.1-r1.ebuild index b60bf87b53cc..ec077cbe9732 100644 --- a/dev-ruby/json/json-2.5.1-r1.ebuild +++ b/dev-ruby/json/json-2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ inherit multilib ruby-fakegem DESCRIPTION="A JSON implementation as a Ruby extension" HOMEPAGE="https://github.com/flori/json" SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" +LICENSE="|| ( BSD-2 Ruby )" KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="2" diff --git a/dev-ruby/json/json-2.6.1.ebuild b/dev-ruby/json/json-2.6.1.ebuild index 8645070d8ec3..a90b9af04b1f 100644 --- a/dev-ruby/json/json-2.6.1.ebuild +++ b/dev-ruby/json/json-2.6.1.ebuild @@ -16,7 +16,7 @@ inherit multilib ruby-fakegem DESCRIPTION="A JSON implementation as a Ruby extension" HOMEPAGE="https://github.com/flori/json" SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" +LICENSE="|| ( BSD-2 Ruby )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="2" diff --git a/dev-ruby/json/json-2.6.2.ebuild b/dev-ruby/json/json-2.6.2.ebuild index c92a49456688..1cdeaa8478c9 100644 --- a/dev-ruby/json/json-2.6.2.ebuild +++ b/dev-ruby/json/json-2.6.2.ebuild @@ -16,7 +16,7 @@ inherit ruby-fakegem DESCRIPTION="A JSON implementation as a Ruby extension" HOMEPAGE="https://github.com/flori/json" SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" +LICENSE="|| ( BSD-2 Ruby )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="2"