public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/files/, dev-python/cx_Freeze/
Date: Tue,  1 Aug 2017 12:18:26 +0000 (UTC)	[thread overview]
Message-ID: <1501589899.e61542298a5c16bdd054c113f385a79d41b921b6.pinkbyte@gentoo> (raw)

commit:     e61542298a5c16bdd054c113f385a79d41b921b6
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 12:12:29 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 12:18:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6154229

dev-python/cx_Freeze: drop old version

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/cx_Freeze/Manifest                      |  1 -
 dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild        | 20 --------------
 .../files/cx_Freeze-4.3.2-buildsystem.patch        | 31 ----------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest
index 83c866bd5b2..4dddee303f2 100644
--- a/dev-python/cx_Freeze/Manifest
+++ b/dev-python/cx_Freeze/Manifest
@@ -1,2 +1 @@
-DIST cx_Freeze-4.3.3.tar.gz 58975 SHA256 eaac9ab61117c64371384766e0b9c6603d3bdb23cf306b257f31b8a3a5740729 SHA512 a707d5acca4a01a762d6ba9fde35e47405c03d769c15bf828bfa16bacb48f41c75f28d08cefb7e1825e2b9c85fae46f7728ecd9d095a11e2740286cc2d798d52 WHIRLPOOL 9a5623705842c08b7e9efb67829abac164224170f513c8f021e9f6da36c83a9faf966e763dc2fe8ad8e4c2622cbbcfa9ce0f370cd01735741e3807b113b1520a
 DIST cx_Freeze-4.3.4.tar.gz 60172 SHA256 40c7bbfa107e139d105fdf79d1a7540dbb9f84aaf0fecdd03420bf37f0031be2 SHA512 b523322c8199757245f3af2d9e3d68397708cfc8f318761f1eec6e011bd07ec12d3b748a60d33f43f0849f68ec064a729fb3250747216b90b8dd700d0a83699f WHIRLPOOL 829c5c017bdb0b07bbe3e941426d01e798db173fd68ce9b3ad2b96b610bb07262e71fb378fce83857233fd319fa1eb7fdb44477a354b39aa0a9bd1085897ba9c

diff --git a/dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild b/dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild
deleted file mode 100644
index 5aca64e2ff6..00000000000
--- a/dev-python/cx_Freeze/cx_Freeze-4.3.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-inherit distutils-r1
-
-DESCRIPTION="Create standalone executables from Python scripts"
-HOMEPAGE="http://cx-freeze.sourceforge.net"
-SRC_URI="mirror://sourceforge/cx-freeze/${P}.tar.gz"
-
-LICENSE="PYTHON"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-4.3.2-buildsystem.patch" # bug #491602
-)
-# test folder missing half the source content.

diff --git a/dev-python/cx_Freeze/files/cx_Freeze-4.3.2-buildsystem.patch b/dev-python/cx_Freeze/files/cx_Freeze-4.3.2-buildsystem.patch
deleted file mode 100644
index 288443bba49..00000000000
--- a/dev-python/cx_Freeze/files/cx_Freeze-4.3.2-buildsystem.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Tue Nov 19 11:20:21 UTC 2013
-
-Respect LDFLAGS, remove stripping.
-Fixes Gentoo bug #491602
-
---- a/cx_Freeze-4.3.2/setup.py
-+++ b/cx_Freeze-4.3.2/setup.py
-@@ -78,11 +78,12 @@
-         extraArgs = ext.extra_link_args or []
-         if sys.platform != "win32":
-             vars = distutils.sysconfig.get_config_vars()
-+            if vars["LINKFORSHARED"] and sys.platform != "darwin":
-+                vars["LINKFORSHARED"] = vars["LINKFORSHARED"] + " " + os.environ["LDFLAGS"]
-+                extraArgs.extend(vars["LINKFORSHARED"].split())
-             if not vars.get("Py_ENABLE_SHARED", 0):
-                 libraryDirs.append(vars["LIBPL"])
-                 libraries.append("python%s.%s" % sys.version_info[:2])
--                if vars["LINKFORSHARED"] and sys.platform != "darwin":
--                    extraArgs.extend(vars["LINKFORSHARED"].split())
-                 if vars["LIBS"]:
-                     extraArgs.extend(vars["LIBS"].split())
-                 if vars["LIBM"]:
-@@ -91,7 +92,6 @@
-                     extraArgs.extend(vars["BASEMODLIBS"].split())
-                 if vars["LOCALMODLIBS"]:
-                     extraArgs.extend(vars["LOCALMODLIBS"].split())
--            extraArgs.append("-s")
-         elif ext.name.find("Win32GUI") > 0 \
-                 and self.compiler.compiler_type == "mingw32":
-             extraArgs.append("-mwindows")


             reply	other threads:[~2017-08-01 12:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01 12:18 Sergey Popov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-26 13:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/files/, dev-python/cx_Freeze/ Michał Górny
2021-05-19  7:11 Michał Górny
2021-10-27  6:48 Arthur Zamarin
2021-11-28 19:27 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501589899.e61542298a5c16bdd054c113f385a79d41b921b6.pinkbyte@gentoo \
    --to=pinkbyte@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox