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-termios/
Date: Sat, 30 Jul 2022 08:22:27
Message-Id: 1659169336.a85be9a458226eb7d197d5c594d735470e167e59.graaff@gentoo
1 commit: a85be9a458226eb7d197d5c594d735470e167e59
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 08:06:40 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=a85be9a4
7
8 dev-ruby/ruby-termios: update LICENSE
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ruby-termios/ruby-termios-1.1.0-r1.ebuild | 2 +-
13 dev-ruby/ruby-termios/ruby-termios-1.1.0.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/ruby-termios/ruby-termios-1.1.0-r1.ebuild b/dev-ruby/ruby-termios/ruby-termios-1.1.0-r1.ebuild
17 index 0a566cbe514e..c5d21f5666c9 100644
18 --- a/dev-ruby/ruby-termios/ruby-termios-1.1.0-r1.ebuild
19 +++ b/dev-ruby/ruby-termios/ruby-termios-1.1.0-r1.ebuild
20 @@ -18,7 +18,7 @@ inherit multilib ruby-fakegem
21
22 DESCRIPTION="A Ruby interface to termios"
23 HOMEPAGE="http://arika.org/ruby/termios"
24 -LICENSE="Ruby"
25 +LICENSE="Ruby-BSD"
26 SLOT="0"
27 KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
28 IUSE=""
29
30 diff --git a/dev-ruby/ruby-termios/ruby-termios-1.1.0.ebuild b/dev-ruby/ruby-termios/ruby-termios-1.1.0.ebuild
31 index 57c5686b4afb..b46eb575e9de 100644
32 --- a/dev-ruby/ruby-termios/ruby-termios-1.1.0.ebuild
33 +++ b/dev-ruby/ruby-termios/ruby-termios-1.1.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -16,7 +16,7 @@ inherit multilib ruby-fakegem
41
42 DESCRIPTION="A Ruby interface to termios"
43 HOMEPAGE="http://arika.org/ruby/termios"
44 -LICENSE="Ruby"
45 +LICENSE="Ruby-BSD"
46 SLOT="0"
47 KEYWORDS="amd64 ~hppa ~mips ~ppc x86"
48 IUSE=""