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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DC081581FB for ; Mon, 2 Dec 2024 14:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F8DCE0815; Mon, 2 Dec 2024 14:57:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0AF2DE0815 for ; Mon, 2 Dec 2024 14:57:49 +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 2B46634092E for ; Mon, 2 Dec 2024 14:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A5E21F0B for ; Mon, 2 Dec 2024 14:57:45 +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: <1733151427.37746741e80f5f23843157da0295112c8c31efb0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pass/pass-1.7.3-r2.ebuild app-admin/pass/pass-1.7.4-r2.ebuild app-admin/pass/pass-9999.ebuild X-VCS-Directories: app-admin/pass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37746741e80f5f23843157da0295112c8c31efb0 X-VCS-Branch: master Date: Mon, 2 Dec 2024 14:57:45 +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: be3acbd5-676b-49c3-8cfa-0753c66ffff7 X-Archives-Hash: b8fb2c277349b091870a3b925afa8fe8 commit: 37746741e80f5f23843157da0295112c8c31efb0 Author: Alexander Kurakin mail ru> AuthorDate: Mon Dec 2 10:37:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 2 14:57:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37746741 app-admin/pass: LICENSE fix Closes: https://bugs.gentoo.org/881635 Signed-off-by: Alexander Kurakin mail.ru> Closes: https://github.com/gentoo/gentoo/pull/39557 Signed-off-by: Sam James gentoo.org> app-admin/pass/pass-1.7.3-r2.ebuild | 4 ++-- app-admin/pass/pass-1.7.4-r2.ebuild | 2 +- app-admin/pass/pass-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/pass/pass-1.7.3-r2.ebuild b/app-admin/pass/pass-1.7.3-r2.ebuild index 1a8952ad9f5b..d4b827ebe313 100644 --- a/app-admin/pass/pass-1.7.3-r2.ebuild +++ b/app-admin/pass/pass-1.7.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.passwordstore.org/" SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" S="${WORKDIR}/password-store-${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" IUSE="+git X emacs dmenu importers" diff --git a/app-admin/pass/pass-1.7.4-r2.ebuild b/app-admin/pass/pass-1.7.4-r2.ebuild index a70dea5f4464..ddac8d5bcc2d 100644 --- a/app-admin/pass/pass-1.7.4-r2.ebuild +++ b/app-admin/pass/pass-1.7.4-r2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.passwordstore.org/" SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" S="${WORKDIR}/password-store-${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~arm64-macos ~x64-macos" IUSE="+git wayland X emacs dmenu importers" diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index 0fd8dcb77e6b..ed545c7288ab 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ fi DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" HOMEPAGE="https://www.passwordstore.org/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="+git wayland X emacs dmenu importers"