From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1446499-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B51A158020 for <garchives@archives.gentoo.org>; Wed, 12 Oct 2022 23:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E36FDE0935; Wed, 12 Oct 2022 23:09:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAEB4E0935 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2022 23:09:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14A4C3412C6 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2022 23:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AC6562B for <gentoo-commits@lists.gentoo.org>; Wed, 12 Oct 2022 23:09:52 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1665615893.29a9c7bb12c4e7c6b4120ba3ec79074d87c1d453.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild gnome-extra/cinnamon/cinnamon-5.4.12.ebuild X-VCS-Directories: gnome-extra/cinnamon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29a9c7bb12c4e7c6b4120ba3ec79074d87c1d453 X-VCS-Branch: master Date: Wed, 12 Oct 2022 23:09:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4300a935-c8e2-4687-8d3a-2f87ba177bc2 X-Archives-Hash: 2853750729a2ae8fcab71d3afcb45f8f commit: 29a9c7bb12c4e7c6b4120ba3ec79074d87c1d453 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com> AuthorDate: Tue Oct 4 05:22:39 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 12 23:04:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a9c7bb gnome-extra/cinnamon: Fix license declaration Update to match upstream debian/copyright declaration. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/27656 Signed-off-by: Sam James <sam <AT> gentoo.org> gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild | 2 +- gnome-extra/cinnamon/cinnamon-5.4.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild b/gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild index 9be3d8520c54..7b00eac96c84 100644 --- a/gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild +++ b/gnome-extra/cinnamon/cinnamon-5.2.7-r4.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon" SRC_URI="https://github.com/linuxmint/cinnamon/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+" +LICENSE="GPL-2+ GPL-3 LGPL-2.1" SLOT="0" IUSE="+eds +gstreamer gtk-doc +nls +networkmanager" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/gnome-extra/cinnamon/cinnamon-5.4.12.ebuild b/gnome-extra/cinnamon/cinnamon-5.4.12.ebuild index e3e3943e4b4d..488f5e3d3327 100644 --- a/gnome-extra/cinnamon/cinnamon-5.4.12.ebuild +++ b/gnome-extra/cinnamon/cinnamon-5.4.12.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon" SRC_URI="https://github.com/linuxmint/cinnamon/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+" +LICENSE="BSD GPL-2+ GPL-3+ GPL-3-with-openssl-exception LGPL-2+ LGPL-2.1 LGPL-2.1+ MIT" SLOT="0" IUSE="+eds +gstreamer gtk-doc +nls +networkmanager" REQUIRED_USE="${PYTHON_REQUIRED_USE}"