Skip to content

Commit

Permalink
media-fonts/symbola: Update LICENSE, add mirror restriction.
Browse files Browse the repository at this point in the history
The last version distributed under the "Unicode_Fonts_for_Ancient_Scripts"
terms was symbola-7.17, see the Wayback Machine:
https://web.archive.org/web/20141027122717/http://users.teilar.gr/~g1951d/

Versions from 7.18 to 10.24 were distributed under "free for any use"
terms, and upstream has explicitly refused to clarify if this includes
the right to modify and/or redistribute. This is not better than not
having any license at all (i.e., "all-rights-reserved").

Later versions (after 10.24) are even more restrictive and e.g. have a
non-commercial and non-educational clause.

Bug: https://bugs.gentoo.org/715226
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Apr 1, 2020
1 parent 9a759f9 commit 0df4c7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions media-fonts/symbola/symbola-8.00.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -10,11 +10,12 @@ inherit font
DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
IUSE="doc"
RESTRICT="mirror bindist"

DEPEND="app-arch/unzip"
RDEPEND=""
Expand Down
5 changes: 3 additions & 2 deletions media-fonts/symbola/symbola-9.17.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -10,11 +10,12 @@ inherit font
DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
HOMEPAGE="http://users.teilar.gr/~g1951d/"
SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
LICENSE="Unicode_Fonts_for_Ancient_Scripts"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
IUSE="doc"
RESTRICT="mirror bindist"

DEPEND="app-arch/unzip"
RDEPEND=""
Expand Down

0 comments on commit 0df4c7b

Please sign in to comment.