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 E7561158091 for ; Mon, 20 Jun 2022 02:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F183CE0CA4; Mon, 20 Jun 2022 02:34:07 +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 DB9C4E0CA4 for ; Mon, 20 Jun 2022 02:34:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E05F734144F for ; Mon, 20 Jun 2022 02:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2601B448 for ; Mon, 20 Jun 2022 02:34:05 +0000 (UTC) From: "Alexey Zapparov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" Message-ID: <1655692433.daf76a3c6424f8c26d179b8f8b7877cd8c04e7c6.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyinstaller/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild dev-python/pyinstaller/pyinstaller-4.2.ebuild X-VCS-Directories: dev-python/pyinstaller/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: daf76a3c6424f8c26d179b8f8b7877cd8c04e7c6 X-VCS-Branch: dev Date: Mon, 20 Jun 2022 02:34:05 +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: f3de3af8-9e04-4e1b-bf52-0def0486a84b X-Archives-Hash: 6fc4f56c537bf12be14ecec0842a6806 commit: daf76a3c6424f8c26d179b8f8b7877cd8c04e7c6 Author: Alexey Zapparov zapparov com> AuthorDate: Mon Jun 20 02:33:18 2022 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Mon Jun 20 02:33:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daf76a3c dev-python/pyinstaller: add 4.2-r1 * Fix LICENSE Signed-off-by: Alexey Zapparov zapparov.com> .../pyinstaller/{pyinstaller-4.2.ebuild => pyinstaller-4.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyinstaller/pyinstaller-4.2.ebuild b/dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild similarity index 91% rename from dev-python/pyinstaller/pyinstaller-4.2.ebuild rename to dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild index 2d9710493..f3b977923 100644 --- a/dev-python/pyinstaller/pyinstaller-4.2.ebuild +++ b/dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Bundles a Python application and all its dependencies into a single HOMEPAGE="https://pypi.org/project/pyinstaller/" SRC_URI="https://files.pythonhosted.org/packages/b4/83/9f6ff034650abe9778c9a4f86bcead63f89a62acf02b1b47fc2bfc6bf8dd/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+-with-Pyinstaller-Bootloader-exception" SLOT="0" KEYWORDS="~amd64"