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/ruby-shadow/
Date: Sat, 30 Jul 2022 08:22:26
Message-Id: 1659169336.7634e407c1c9ba8719dcb305aa4f604712bdfdfa.graaff@gentoo
1 commit: 7634e407c1c9ba8719dcb305aa4f604712bdfdfa
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 08:04:14 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 08:22:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7634e407
7
8 dev-ruby/ruby-shadow: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ruby-shadow/ruby-shadow-2.5.0-r1.ebuild | 4 ++--
13 dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.5.0-r1.ebuild b/dev-ruby/ruby-shadow/ruby-shadow-2.5.0-r1.ebuild
17 index f36241999c84..b54730c5a527 100644
18 --- a/dev-ruby/ruby-shadow/ruby-shadow-2.5.0-r1.ebuild
19 +++ b/dev-ruby/ruby-shadow/ruby-shadow-2.5.0-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 @@ -17,7 +17,7 @@ inherit ruby-fakegem
27 DESCRIPTION="ruby shadow bindings"
28 HOMEPAGE="https://github.com/apalmblad/ruby-shadow http://ttsky.net"
29
30 -LICENSE="Ruby"
31 +LICENSE="|| ( public-domain Unlicense )"
32 SLOT="0"
33 KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
34 IUSE=""
35
36 diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
37 index 2cb56fd60c1d..edc599e2e7af 100644
38 --- a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
39 +++ b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
40 @@ -16,7 +16,7 @@ inherit ruby-fakegem
41 DESCRIPTION="ruby shadow bindings"
42 HOMEPAGE="https://github.com/apalmblad/ruby-shadow http://ttsky.net"
43
44 -LICENSE="Ruby"
45 +LICENSE="|| ( public-domain Unlicense )"
46 SLOT="0"
47 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
48 IUSE=""