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.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 39CDC158021 for ; Wed, 12 Oct 2022 23:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A18EE0874; Wed, 12 Oct 2022 23:09:55 +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 6440EE0874 for ; Wed, 12 Oct 2022 23:09:55 +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 8A39934129F for ; Wed, 12 Oct 2022 23:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A002261D for ; Wed, 12 Oct 2022 23:09:51 +0000 (UTC) From: "Sam James" 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" Message-ID: <1665615891.4b633edeb7707da09d2157b73602b5916410c0dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild gnome-extra/cinnamon-session/cinnamon-session-5.4.0.ebuild X-VCS-Directories: gnome-extra/cinnamon-session/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b633edeb7707da09d2157b73602b5916410c0dd X-VCS-Branch: master Date: Wed, 12 Oct 2022 23:09:51 +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: 795b82e7-e826-4404-8571-e1228b0c6cfa X-Archives-Hash: caa5023c9a3dfdae48267bcaa929d76f commit: 4b633edeb7707da09d2157b73602b5916410c0dd Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Mon Aug 22 02:18:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 23:04:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b633ede gnome-extra/cinnamon-session: 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 bluefang-logic.com> Signed-off-by: Sam James gentoo.org> gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild | 2 +- gnome-extra/cinnamon-session/cinnamon-session-5.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild index 93a559658d99..e01fb73dccfb 100644 --- a/gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild +++ b/gnome-extra/cinnamon-session/cinnamon-session-5.2.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Cinnamon session manager" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-session" SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" +LICENSE="GPL-2+ LGPL-2+" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv x86" IUSE="doc ipv6 systemd" diff --git a/gnome-extra/cinnamon-session/cinnamon-session-5.4.0.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-5.4.0.ebuild index cb1ef80dce1c..cdd23f1a6ed3 100644 --- a/gnome-extra/cinnamon-session/cinnamon-session-5.4.0.ebuild +++ b/gnome-extra/cinnamon-session/cinnamon-session-5.4.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Cinnamon session manager" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-session" SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" +LICENSE="GPL-2+ LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" IUSE="ipv6 systemd"