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-czekms/
Date: Mon, 06 Jan 2020 20:19:39
Message-Id: 1578341939.1ad8b8f90eba5ae9dc7079e5c98ab2987042fec7.ulm@gentoo
1 commit: 1ad8b8f90eba5ae9dc7079e5c98ab2987042fec7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 18:44:01 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 6 20:18:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad8b8f9
7
8 app-dicts/sword-czekms: 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-czekms/sword-czekms-1.4.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/app-dicts/sword-czekms/sword-czekms-1.4.ebuild b/app-dicts/sword-czekms/sword-czekms-1.4.ebuild
21 index 84ebaa6e531..3c238233d63 100644
22 --- a/app-dicts/sword-czekms/sword-czekms-1.4.ebuild
23 +++ b/app-dicts/sword-czekms/sword-czekms-1.4.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="Czech Preklad KMS Nova smlouva"
33 HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=CzeKMS"
34 -LICENSE="freedist"
35 +LICENSE="all-rights-reserved"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 +RESTRICT="mirror bindist"