diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-22 10:22:10 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-22 10:46:56 +0100 |
commit | 27b71bc46faef117305d846328c143eefe6883f5 (patch) | |
tree | de844923e7aae71ae3fa00dec7c8ce59d9a66723 /x11-themes | |
parent | dev-util/redo: Old (diff) | |
download | gentoo-27b71bc46faef117305d846328c143eefe6883f5.tar.gz gentoo-27b71bc46faef117305d846328c143eefe6883f5.tar.bz2 gentoo-27b71bc46faef117305d846328c143eefe6883f5.zip |
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 <ulm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gkrellm-themes/gkrellm-themes-0.1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
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" |