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 2BEFF158020 for ; Wed, 12 Oct 2022 23:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337B0E0907; Wed, 12 Oct 2022 23:09:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1E548E0907 for ; 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 BA3E53412A3 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 1B6E0624 for ; Wed, 12 Oct 2022 23:09:52 +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: <1665615892.3ff3a3f762e3c4651d81af21d2804ee656aeb683.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo-fileroller/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild gnome-extra/nemo-fileroller/nemo-fileroller-5.4.1.ebuild X-VCS-Directories: gnome-extra/nemo-fileroller/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ff3a3f762e3c4651d81af21d2804ee656aeb683 X-VCS-Branch: master Date: Wed, 12 Oct 2022 23:09:52 +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: a402b068-282b-49e4-8d21-3a55f8b5c4fe X-Archives-Hash: 3915d2e471f829b630f9d708de4167d7 commit: 3ff3a3f762e3c4651d81af21d2804ee656aeb683 Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Mon Aug 22 03:46:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 23:04:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff3a3f7 gnome-extra/nemo-fileroller: 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/nemo-fileroller/nemo-fileroller-5.2.0.ebuild | 2 +- gnome-extra/nemo-fileroller/nemo-fileroller-5.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild b/gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild index cf4bda76aceb..f3594a63e6dc 100644 --- a/gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild +++ b/gnome-extra/nemo-fileroller/nemo-fileroller-5.2.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Nemo file-roller integration" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/nemo-extensions" SRC_URI="https://github.com/linuxmint/nemo-extensions/archive/${PV}.tar.gz -> nemo-extensions-${PV}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv x86" diff --git a/gnome-extra/nemo-fileroller/nemo-fileroller-5.4.1.ebuild b/gnome-extra/nemo-fileroller/nemo-fileroller-5.4.1.ebuild index 434b737481b1..f6f02bbe1356 100644 --- a/gnome-extra/nemo-fileroller/nemo-fileroller-5.4.1.ebuild +++ b/gnome-extra/nemo-fileroller/nemo-fileroller-5.4.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Nemo file-roller integration" HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/nemo-extensions" SRC_URI="https://github.com/linuxmint/nemo-extensions/archive/5.4.0.tar.gz -> nemo-extensions-5.4.0.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86"