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/diff-lcs/
Date: Sat, 30 Jul 2022 07:46:15
Message-Id: 1659167160.8e763ee8bf47fbffd73b7ff9eb387e7412c7ec04.graaff@gentoo
1 commit: 8e763ee8bf47fbffd73b7ff9eb387e7412c7ec04
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 06:49:33 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 07:46:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e763ee8
7
8 dev-ruby/diff-lcs: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild | 4 ++--
13 dev-ruby/diff-lcs/diff-lcs-1.5.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild
17 index 4abc1edb2aa6..df34eaf65a6a 100644
18 --- a/dev-ruby/diff-lcs/diff-lcs-1.4.4.ebuild
19 +++ b/dev-ruby/diff-lcs/diff-lcs-1.4.4.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=7
26 @@ -13,7 +13,7 @@ inherit ruby-fakegem
27 DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
28 HOMEPAGE="https://github.com/halostatue/diff-lcs"
29
30 -LICENSE="|| ( MIT Ruby GPL-2 )"
31 +LICENSE="|| ( Artistic MIT GPL-2+ )"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 IUSE=""
35
36 diff --git a/dev-ruby/diff-lcs/diff-lcs-1.5.0.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.5.0.ebuild
37 index 96193d839e37..35fd354dea2a 100644
38 --- a/dev-ruby/diff-lcs/diff-lcs-1.5.0.ebuild
39 +++ b/dev-ruby/diff-lcs/diff-lcs-1.5.0.ebuild
40 @@ -13,7 +13,7 @@ inherit ruby-fakegem
41 DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
42 HOMEPAGE="https://github.com/halostatue/diff-lcs"
43
44 -LICENSE="|| ( MIT Ruby GPL-2 )"
45 +LICENSE="|| ( Artistic MIT GPL-2+ )"
46 SLOT="0"
47 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 IUSE=""