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/narray/
Date: Sat, 30 Jul 2022 07:46:17
Message-Id: 1659167162.7721f26b2a40e7b3b1ad404dd83dff0dc980a270.graaff@gentoo
1 commit: 7721f26b2a40e7b3b1ad404dd83dff0dc980a270
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 07:06:53 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 07:46:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7721f26b
7
8 dev-ruby/narray: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/narray/narray-0.6.1.2-r1.ebuild | 4 ++--
13 dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
17 index 6476e6194a42..b06f4ff57937 100644
18 --- a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
19 +++ b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -19,7 +19,7 @@ DESCRIPTION="Numerical N-dimensional Array class"
27 HOMEPAGE="https://masa16.github.io/narray/"
28 SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30 -LICENSE="Ruby"
31 +LICENSE="Ruby-BSD"
32 SLOT="0"
33 KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86"
34
35
36 diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
37 index 17c9c193b908..991be0790988 100644
38 --- a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
39 +++ b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=8
46 @@ -21,7 +21,7 @@ DESCRIPTION="Numerical N-dimensional Array class"
47 HOMEPAGE="https://masa16.github.io/narray/"
48 SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49
50 -LICENSE="Ruby"
51 +LICENSE="Ruby-BSD"
52 SLOT="0"
53 KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"