Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json/
Date: Sat, 30 Jul 2022 06:32:52
Message-Id: 1659162764.8a3b41d99b349b0bc6acb9ead306cc505ca5b19d.graaff@gentoo
1 commit: 8a3b41d99b349b0bc6acb9ead306cc505ca5b19d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 15:50:25 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 06:32:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3b41d9
7
8 dev-ruby/json: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/json/json-2.5.1-r1.ebuild | 4 ++--
13 dev-ruby/json/json-2.6.1.ebuild | 2 +-
14 dev-ruby/json/json-2.6.2.ebuild | 2 +-
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ruby/json/json-2.5.1-r1.ebuild b/dev-ruby/json/json-2.5.1-r1.ebuild
18 index b60bf87b53cc..ec077cbe9732 100644
19 --- a/dev-ruby/json/json-2.5.1-r1.ebuild
20 +++ b/dev-ruby/json/json-2.5.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -16,7 +16,7 @@ inherit multilib ruby-fakegem
28 DESCRIPTION="A JSON implementation as a Ruby extension"
29 HOMEPAGE="https://github.com/flori/json"
30 SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 -LICENSE="Ruby"
32 +LICENSE="|| ( BSD-2 Ruby )"
33
34 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"
35 SLOT="2"
36
37 diff --git a/dev-ruby/json/json-2.6.1.ebuild b/dev-ruby/json/json-2.6.1.ebuild
38 index 8645070d8ec3..a90b9af04b1f 100644
39 --- a/dev-ruby/json/json-2.6.1.ebuild
40 +++ b/dev-ruby/json/json-2.6.1.ebuild
41 @@ -16,7 +16,7 @@ inherit multilib ruby-fakegem
42 DESCRIPTION="A JSON implementation as a Ruby extension"
43 HOMEPAGE="https://github.com/flori/json"
44 SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -LICENSE="Ruby"
46 +LICENSE="|| ( BSD-2 Ruby )"
47
48 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"
49 SLOT="2"
50
51 diff --git a/dev-ruby/json/json-2.6.2.ebuild b/dev-ruby/json/json-2.6.2.ebuild
52 index c92a49456688..1cdeaa8478c9 100644
53 --- a/dev-ruby/json/json-2.6.2.ebuild
54 +++ b/dev-ruby/json/json-2.6.2.ebuild
55 @@ -16,7 +16,7 @@ inherit ruby-fakegem
56 DESCRIPTION="A JSON implementation as a Ruby extension"
57 HOMEPAGE="https://github.com/flori/json"
58 SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59 -LICENSE="Ruby"
60 +LICENSE="|| ( BSD-2 Ruby )"
61
62 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"
63 SLOT="2"