From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73538138350 for ; Mon, 6 Apr 2020 17:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD3EE1192; Mon, 6 Apr 2020 17:49:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78320E1192 for ; Mon, 6 Apr 2020 17:49:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0293C34F0CC for ; Mon, 6 Apr 2020 17:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68A721DF for ; Mon, 6 Apr 2020 17:49:14 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1586195341.dc2548f09f51b17bead52ee8393e8b2cf5c527f5.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-themes/mate-themes-3.22.19.ebuild x11-themes/mate-themes/mate-themes-3.22.21.ebuild X-VCS-Directories: x11-themes/mate-themes/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: dc2548f09f51b17bead52ee8393e8b2cf5c527f5 X-VCS-Branch: master Date: Mon, 6 Apr 2020 17:49:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfc74519-ec6c-4d90-8444-c8917dff070b X-Archives-Hash: 80c244894ca7249234feaee9b55dc105 commit: dc2548f09f51b17bead52ee8393e8b2cf5c527f5 Author: Adam Feldman gentoo org> AuthorDate: Thu Mar 26 15:43:22 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Mon Apr 6 17:49:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2548f0 x11-themes/mate-themes: Fix LICENSE Package-Manager: Portage-2.3.82, Repoman-2.3.18 Signed-off-by: Adam Feldman gentoo.org> x11-themes/mate-themes/mate-themes-3.22.19.ebuild | 2 +- x11-themes/mate-themes/mate-themes-3.22.21.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild index 98ed6123a2c..76ea9ce2719 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://mate-desktop.org" DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" SRC_URI="https://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" -LICENSE="LGPL-2.1 GPL-3" +LICENSE="CC-BY-SA-3.0 GPL-3+ LGPL-2.1+ LGPL-3" SLOT="0/${MATE_GTK_V}" KEYWORDS="amd64 ~arm ~arm64 x86" diff --git a/x11-themes/mate-themes/mate-themes-3.22.21.ebuild b/x11-themes/mate-themes/mate-themes-3.22.21.ebuild index 10b46ff615e..a32894e1e7d 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.21.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.21.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://mate-desktop.org" DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" SRC_URI="https://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" -LICENSE="LGPL-2.1 GPL-3" +LICENSE="CC-BY-SA-3.0 GPL-3+ LGPL-2.1+ LGPL-3" SLOT="0/${MATE_GTK_V}" KEYWORDS="~amd64 ~arm ~arm64 ~x86"