Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-umgreek/
Date: Mon, 06 Jan 2020 20:19:48
Message-Id: 1578341949.39ef0bdbc10705ab54097d8a7caf9a0811dfdc7b.ulm@gentoo
1 commit: 39ef0bdbc10705ab54097d8a7caf9a0811dfdc7b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 18:47:48 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 6 20:19:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ef0bdb
7
8 app-dicts/sword-umgreek: Fix LICENSE.
9
10 No visible license, therefore labelling as "all-rights-reserved",
11 plus mirror and bindist restrictions.
12
13 Bug: https://bugs.gentoo.org/703604
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 app-dicts/sword-umgreek/sword-umgreek-1.6.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/app-dicts/sword-umgreek/sword-umgreek-1.6.ebuild b/app-dicts/sword-umgreek/sword-umgreek-1.6.ebuild
21 index 84736cab38e..72b32a281a9 100644
22 --- a/app-dicts/sword-umgreek/sword-umgreek-1.6.ebuild
23 +++ b/app-dicts/sword-umgreek/sword-umgreek-1.6.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -8,5 +8,6 @@ inherit sword-module
31
32 DESCRIPTION="Unaccented Modern Greek Text"
33 HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=UMGreek"
34 -LICENSE="freedist"
35 +LICENSE="all-rights-reserved"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 +RESTRICT="mirror bindist"