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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 462971382C5 for ; Mon, 11 May 2020 16:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0CEE08B0; Mon, 11 May 2020 16:49:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7E4EE08B0 for ; Mon, 11 May 2020 16:49:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1E9434FB6D for ; Mon, 11 May 2020 16:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9E6242 for ; Mon, 11 May 2020 16:48:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1589215730.bba83b78a138e952ce987b6f57f724adfc0859a0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cx_Freeze/Manifest dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild X-VCS-Directories: dev-python/cx_Freeze/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bba83b78a138e952ce987b6f57f724adfc0859a0 X-VCS-Branch: master Date: Mon, 11 May 2020 16:48:59 +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: 4c8e8e79-0f3a-439d-8bee-d9ce289e48fc X-Archives-Hash: 482719d48d51a81f540db14e0fab5552 commit: bba83b78a138e952ce987b6f57f724adfc0859a0 Author: Michał Górny gentoo org> AuthorDate: Mon May 11 16:29:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 11 16:48:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba83b78 dev-python/cx_Freeze: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/cx_Freeze/Manifest | 1 - dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index f1c5bd60d5c..610d52b41b1 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1,2 +1 @@ -DIST cx_Freeze-5.0.2.tar.gz 60104 BLAKE2B 476b418f0dc7b702e3bf2f651761f0ae8978eaf29108340a397ba6d225b8196dd0278fbb27cad78843ef4246176a8d4fb241d9ee0111a7470179cd0829f9250a SHA512 eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29 DIST cx_Freeze-6.1.tar.gz 92474 BLAKE2B 5341b30b202ab96c34c82e5b12dc6a99ebaf429b6a4b6356a55c5d4fefae7504fd017cb5d29cd1601a6affca0e8e8aa1e01ececbf57011f9235b4c516b21a772 SHA512 029753e8b9eafdad383254af0f7296052c124b662473f4453b6bda0ea500430642d93941a59c23df1d0bbbee462f7d61390b5f66c946372c96bf41ea6ffbc685 diff --git a/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild b/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild deleted file mode 100644 index a5e0bcbaba5..00000000000 --- a/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="Create standalone executables from Python scripts" -HOMEPAGE="https://anthony-tuininga.github.io/cx_Freeze/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="amd64 x86" - -PATCHES=( - "${FILESDIR}/${P}-buildsystem.patch" # bug #491602 -) -# test folder missing half the source content.