dev-python/cx_Freeze: Remove old
authorMichał Górny <mgorny@gentoo.org>
Mon, 11 May 2020 16:29:23 +0000 (18:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 11 May 2020 16:48:50 +0000 (18:48 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cx_Freeze/Manifest
dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild [deleted file]

index f1c5bd60d5c25104868d41ba19fb38998b5f2b89..610d52b41b1cbdf67d5797f2a404f4fda00ca284 100644 (file)
@@ -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 (file)
index a5e0bcb..0000000
+++ /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.