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 CD1E8138335 for ; Sun, 29 Dec 2019 13:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6D4E0C08; Sun, 29 Dec 2019 13:06:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6187CE0C0B for ; Sun, 29 Dec 2019 13:06:38 +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 4E54E34DCBC for ; Sun, 29 Dec 2019 13:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6048B2 for ; Sun, 29 Dec 2019 13:06:35 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577624764.0e62085a6a9565c16bad0c5f81e860f6427e3e7b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/, dev-python/cx_Freeze/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cx_Freeze/Manifest dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild dev-python/cx_Freeze/files/cx_Freeze-4.3.4-buildsystem.patch X-VCS-Directories: dev-python/cx_Freeze/files/ dev-python/cx_Freeze/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0e62085a6a9565c16bad0c5f81e860f6427e3e7b X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:06:35 +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: 289f4230-32c8-4586-a2b9-8c4162300874 X-Archives-Hash: d5aaaa5e09ee2b1d769a51502dc05193 commit: 0e62085a6a9565c16bad0c5f81e860f6427e3e7b Author: David Seifert gentoo org> AuthorDate: Sun Dec 29 13:06:04 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 29 13:06:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e62085a dev-python/cx_Freeze: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/cx_Freeze/Manifest | 1 - dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild | 20 -------------------- .../files/cx_Freeze-4.3.4-buildsystem.patch | 16 ---------------- 3 files changed, 37 deletions(-) diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index aacada215b2..2f5017a0418 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1,2 +1 @@ -DIST cx_Freeze-4.3.4.tar.gz 60172 BLAKE2B 62a2cd43307e518889cc4f01c9ea6f0f10c7c7ea7729758858cf6280437f63fb7d85947da71eceb7130dd0f501275e979be1f0e39bc7a36829310ee50df40cf2 SHA512 b523322c8199757245f3af2d9e3d68397708cfc8f318761f1eec6e011bd07ec12d3b748a60d33f43f0849f68ec064a729fb3250747216b90b8dd700d0a83699f DIST cx_Freeze-5.0.2.tar.gz 60104 BLAKE2B 476b418f0dc7b702e3bf2f651761f0ae8978eaf29108340a397ba6d225b8196dd0278fbb27cad78843ef4246176a8d4fb241d9ee0111a7470179cd0829f9250a SHA512 eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29 diff --git a/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild b/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild deleted file mode 100644 index a366fb34822..00000000000 --- a/dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_5 ) -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. diff --git a/dev-python/cx_Freeze/files/cx_Freeze-4.3.4-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-4.3.4-buildsystem.patch deleted file mode 100644 index e55d0d324c3..00000000000 --- a/dev-python/cx_Freeze/files/cx_Freeze-4.3.4-buildsystem.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Julian Ospald -Date: Tue Nov 19 11:20:21 UTC 2013 - -Respect LDFLAGS, remove stripping. -Fixes Gentoo bug #491602 - ---- a/setup.py -+++ b/setup.py -@@ -94,7 +94,6 @@ - extraArgs.extend(vars["BASEMODLIBS"].split()) - if vars["LOCALMODLIBS"]: - extraArgs.extend(vars["LOCALMODLIBS"].split()) -- extraArgs.append("-s") - self.compiler.link_executable(objects, fullName, - libraries = libraries, - library_dirs = libraryDirs,