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: media-fonts/symbola/
Date: Wed, 01 Apr 2020 11:59:34
Message-Id: 1585742356.0df4c7b11be6e8bdd3af724c93c8968551c83312.ulm@gentoo
1 commit: 0df4c7b11be6e8bdd3af724c93c8968551c83312
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 11:58:44 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 11:59:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df4c7b1
7
8 media-fonts/symbola: Update LICENSE, add mirror restriction.
9
10 The last version distributed under the "Unicode_Fonts_for_Ancient_Scripts"
11 terms was symbola-7.17, see the Wayback Machine:
12 https://web.archive.org/web/20141027122717/http://users.teilar.gr/~g1951d/
13
14 Versions from 7.18 to 10.24 were distributed under "free for any use"
15 terms, and upstream has explicitly refused to clarify if this includes
16 the right to modify and/or redistribute. This is not better than not
17 having any license at all (i.e., "all-rights-reserved").
18
19 Later versions (after 10.24) are even more restrictive and e.g. have a
20 non-commercial and non-educational clause.
21
22 Bug: https://bugs.gentoo.org/715226
23 Package-Manager: Portage-2.3.96, Repoman-2.3.22
24 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
25
26 media-fonts/symbola/symbola-8.00.ebuild | 5 +++--
27 media-fonts/symbola/symbola-9.17.ebuild | 5 +++--
28 2 files changed, 6 insertions(+), 4 deletions(-)
29
30 diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild
31 index 249cacd708c..2ceca26441b 100644
32 --- a/media-fonts/symbola/symbola-8.00.ebuild
33 +++ b/media-fonts/symbola/symbola-8.00.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2020 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -10,11 +10,12 @@ inherit font
41 DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
42 HOMEPAGE="http://users.teilar.gr/~g1951d/"
43 SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
44 -LICENSE="Unicode_Fonts_for_Ancient_Scripts"
45
46 +LICENSE="all-rights-reserved"
47 SLOT="0"
48 KEYWORDS="amd64 arm ppc x86"
49 IUSE="doc"
50 +RESTRICT="mirror bindist"
51
52 DEPEND="app-arch/unzip"
53 RDEPEND=""
54
55 diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild
56 index 63d08457a4a..88a01a52e29 100644
57 --- a/media-fonts/symbola/symbola-9.17.ebuild
58 +++ b/media-fonts/symbola/symbola-9.17.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2018 Gentoo Foundation
61 +# Copyright 1999-2020 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=5
65 @@ -10,11 +10,12 @@ inherit font
66 DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
67 HOMEPAGE="http://users.teilar.gr/~g1951d/"
68 SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
69 -LICENSE="Unicode_Fonts_for_Ancient_Scripts"
70
71 +LICENSE="all-rights-reserved"
72 SLOT="0"
73 KEYWORDS="amd64 arm ppc x86"
74 IUSE="doc"
75 +RESTRICT="mirror bindist"
76
77 DEPEND="app-arch/unzip"
78 RDEPEND=""