From: Ulrich Müller Date: Sun, 22 Dec 2019 09:22:10 +0000 (+0100) Subject: x11-themes/gkrellm-themes: Fix LICENSE, add mirror restriction. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=27b71bc46faef117305d846328c143eefe6883f5;p=gentoo.git x11-themes/gkrellm-themes: Fix LICENSE, add mirror restriction. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- diff --git a/x11-themes/gkrellm-themes/gkrellm-themes-0.1.ebuild b/x11-themes/gkrellm-themes/gkrellm-themes-0.1.ebuild index b753416e8dbc..299e6addc4fa 100644 --- a/x11-themes/gkrellm-themes/gkrellm-themes-0.1.ebuild +++ b/x11-themes/gkrellm-themes/gkrellm-themes-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -202,11 +202,14 @@ SRC_URI="${THEME_URI}/3051.tar.gz ${THEME_URI}/x17.tar.gz ${THEME_URI}/yummiyogurt.tar.gz" -LICENSE="freedist" +# "keramik" says GPL, without version, +# "prime_23" contains a GPL-2 COPYING, +# all other themes have no license +LICENSE="all-rights-reserved GPL-1+ GPL-2" SLOT="0" KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" IUSE="" -RESTRICT="strip" +RESTRICT="mirror bindist strip" DEPEND="" RDEPEND=">=app-admin/gkrellm-2.1"