diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-04-01 13:58:44 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-04-01 13:59:16 +0200 |
commit | 0df4c7b11be6e8bdd3af724c93c8968551c83312 (patch) | |
tree | 191a68110089440c6af045dab79c73fe50b7ea72 /media-fonts | |
parent | dev-python/hiredis: Version bump (diff) | |
download | gentoo-0df4c7b11be6e8bdd3af724c93c8968551c83312.tar.gz gentoo-0df4c7b11be6e8bdd3af724c93c8968551c83312.tar.bz2 gentoo-0df4c7b11be6e8bdd3af724c93c8968551c83312.zip |
media-fonts/symbola: Update LICENSE, add mirror restriction.
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 <ulm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/symbola/symbola-8.00.ebuild | 5 | ||||
-rw-r--r-- | media-fonts/symbola/symbola-9.17.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-fonts/symbola/symbola-8.00.ebuild b/media-fonts/symbola/symbola-8.00.ebuild index 249cacd708cf..2ceca26441ba 100644 --- a/media-fonts/symbola/symbola-8.00.ebuild +++ b/media-fonts/symbola/symbola-8.00.ebuild @@ -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 @@ -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="" diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild index 63d08457a4a4..88a01a52e29e 100644 --- a/media-fonts/symbola/symbola-9.17.ebuild +++ b/media-fonts/symbola/symbola-9.17.ebuild @@ -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 @@ -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="" |