diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 11:48:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 11:49:50 -0500 |
commit | e856d426f84eaee63cc0e50af689bb80c27c03d6 (patch) | |
tree | f66cb5c9631ec4c3b3d42fa6eff4cda05ae4be74 /dev-python/PyECLib | |
parent | dev-lisp/sbcl: bump to 1.3.9 (diff) | |
download | gentoo-e856d426f84eaee63cc0e50af689bb80c27c03d6.tar.gz gentoo-e856d426f84eaee63cc0e50af689bb80c27c03d6.tar.bz2 gentoo-e856d426f84eaee63cc0e50af689bb80c27c03d6.zip |
clean up more openstack related stuff
Thanks to mm1ke for the proding
Diffstat (limited to 'dev-python/PyECLib')
-rw-r--r-- | dev-python/PyECLib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild | 27 | ||||
-rw-r--r-- | dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch | 11 | ||||
-rw-r--r-- | dev-python/PyECLib/files/PyECLib-usr-local.patch | 83 | ||||
-rw-r--r-- | dev-python/PyECLib/files/PyECLib-usr-local2.patch | 51 |
5 files changed, 0 insertions, 173 deletions
diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest index 556dd2d399c8..2de2225072d4 100644 --- a/dev-python/PyECLib/Manifest +++ b/dev-python/PyECLib/Manifest @@ -1,2 +1 @@ -DIST PyECLib-1.0.7.tar.gz 8376329 SHA256 f2136f187900fe3b84c75fea671c9bcb3d4d4a6307e44d9f960ed8296ce52dc3 SHA512 8f1bbf6bd0c8ceb62862337fd204e497e5826e01c8b7532bd68485b2203e755144d0ac6b7ee9aa59fb290e8c9ee5fa3bd865203dbbdbf471e0112d10c3ea8720 WHIRLPOOL 62839fe028fc5a5d96005f337425773254d1fb287d4e2d02010ca9e1fb3df6e79f7a7fc4e03797d854b8965c24665dd93010623cf7bae8a5612b1c2e50513e80 DIST PyECLib-1.2.0.tar.gz 6677880 SHA256 0f55656b4288fef1cc85978ebb8eef2e83515482f68bb1cf19903c048c9f8c9b SHA512 6413b8f48e05d96bf43d25640d68941aa17a938fba18f0fc7847e51ac75b222eeb6678ae49eba2a582220d55e253f60a1802b175134d1e138764ac1d15b5d88e WHIRLPOOL d9f14894bec43b97cbcd4bdd0f3f1cc871e8241a4c126fa5b6a3fa83e95da39cda16812e38fea815a21d318f4313c0981a019c2c3d6c874dea82122f6a359ff3 diff --git a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild b/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild deleted file mode 100644 index e933c5439f62..000000000000 --- a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils multilib - -DESCRIPTION="Messaging API for RPC and notifications over a number of different messaging transports" -HOMEPAGE="https://pypi.python.org/pypi/PyECLib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -CDEPEND="dev-libs/jerasure" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND="dev-libs/liberasurecode - ${CDEPEND}" - -PATCHES=( - "${FILESDIR}/PyECLib-usr-local2.patch" -) diff --git a/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch b/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch deleted file mode 100644 index 9f12a56cf19a..000000000000 --- a/dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py 2015-04-15 18:13:08.000000000 -0500 -+++ setup.py.new 2015-08-04 20:36:06.236656803 -0500 -@@ -66,7 +66,7 @@ - default_include_paths = [default_python_incdir, - '/usr/local/include', '/usr/local/include/jerasure', - '/usr/include', 'src/c/pyeclib_c', -- '/usr/local/include'] -+ '/usr/include/liberasurecode', '/usr/local/include'] - - libflags = '' - includeflags = '' diff --git a/dev-python/PyECLib/files/PyECLib-usr-local.patch b/dev-python/PyECLib/files/PyECLib-usr-local.patch deleted file mode 100644 index 2d923b226cdd..000000000000 --- a/dev-python/PyECLib/files/PyECLib-usr-local.patch +++ /dev/null @@ -1,83 +0,0 @@ ---- setup.py 2015-08-26 16:11:51.163684633 -0500 -+++ setup.py.new 2015-08-26 16:14:24.203682415 -0500 -@@ -55,18 +55,16 @@ - # and Tushar) cannot explain what is going on with - # distutils or libtool here. - # --standard_library_paths = [('%s/usr/local/lib' % _exec_prefix), -- '/lib', '/usr/lib', '/usr/local/lib'] -+standard_library_paths = [('%s/usr/lib' % _exec_prefix), -+ '/lib', '/usr/lib'] - - default_library_paths = [default_python_libdir, -- ('%s/usr/local/lib' % _exec_prefix), -- '/lib', '/usr/lib', '/usr/local/lib', -- 'src/c/liberasurecode-1.0.7/src/.libs'] -+ ('%s/usr/lib' % _exec_prefix), -+ '/lib', '/usr/lib'] - - default_include_paths = [default_python_incdir, -- '/usr/local/include', '/usr/local/include/jerasure', -- '/usr/include', 'src/c/pyeclib_c', -- '/usr/include/liberasurecode', '/usr/local/include'] -+ '/usr/include', '/usr/include/jerasure', 'src/c/pyeclib_c', -+ '/usr/include', '/usr/include/liberasurecode'] - - libflags = '' - includeflags = '' -@@ -131,8 +129,9 @@ - if (os.path.isdir(locallibsrcdir)): - # patch default include, lib paths - topdir = os.getcwd() -- libdirs = [ (topdir + "/" + locallibsrcdir + "/.libs "), -- (topdir + "/" + locallibsrcdir + "/src/.libs ")] -+ libdirs = [] -+ libdirs = [ (topdir + "/" + locallibsrcdir + "/.libs "), -+ (topdir + "/" + locallibsrcdir + "/src/.libs ")] - for d in libdirs: - libflags = libflags + " -L" + d - default_library_paths.append(d) -@@ -148,7 +147,7 @@ - statefile = "." + library + "_configured" - if (not os.path.isfile(statefile)): - configure_cmd = ("CFLAGS=\"%s\" LDFLAGS=\"%s\" " % (includeflags, libflags)) -- configure_cmd = ("%s ./configure --prefix=%s/usr/local" % \ -+ configure_cmd = ("%s ./configure --prefix=%s/usr" % \ - (configure_cmd, installroot)) - print(configure_cmd) - retval = os.system(configure_cmd) -@@ -218,7 +217,7 @@ - "http://lab.jerasure.org/jerasure/jerasure.git", - "install", self.distribution) - installroot = _get_installroot(self.distribution) -- default_library_paths.insert(0, "%s/usr/local/lib" % installroot) -+ default_library_paths.insert(0, "%s/usr/lib" % installroot) - _install.run(self) - - # Another Mac-ism... If the libraries are installed -@@ -231,13 +230,13 @@ - print("***************************************************") - print("** ") - print("** PyECLib libraries have been installed to: ") -- print("** %susr/local/lib" % installroot) -+ print("** %susr/lib" % installroot) - print("** ") - print("** Any user using this library must update: ") - print("** %s" % ldpath_str) - print("** ") - print("** Run 'ldconfig' or place this line: ") -- print("** export %s=%s" % (ldpath_str, "%susr/local/lib" -+ print("** export %s=%s" % (ldpath_str, "%susr/lib" - % installroot)) - print("** ") - print("** into .bashrc, .profile, or the appropriate shell") -@@ -256,8 +255,7 @@ - libraries=['erasurecode'], - # The extra arguments are for debugging - # extra_compile_args=['-g', '-O0'], -- extra_link_args=['-Wl,-rpath,%s' % -- l for l in default_library_paths], -+ extra_link_args=[], - sources=['src/c/pyeclib_c/pyeclib_c.c']) - - setup(name='PyECLib', diff --git a/dev-python/PyECLib/files/PyECLib-usr-local2.patch b/dev-python/PyECLib/files/PyECLib-usr-local2.patch deleted file mode 100644 index c0b23d477416..000000000000 --- a/dev-python/PyECLib/files/PyECLib-usr-local2.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- setup.py 2015-08-27 14:33:44.643517647 -0500 -+++ setup.py.new 2015-08-27 14:34:05.202517349 -0500 -@@ -60,13 +60,12 @@ - - default_library_paths = [default_python_libdir, - ('%s/usr/local/lib' % _exec_prefix), -- '/lib', '/usr/lib', '/usr/local/lib', -- 'src/c/liberasurecode-1.0.7/src/.libs'] -+ '/lib', '/usr/lib', '/usr/local/lib'] - - default_include_paths = [default_python_incdir, - '/usr/local/include', '/usr/local/include/jerasure', - '/usr/include', 'src/c/pyeclib_c', -- '/usr/local/include'] -+ '/usr/include/liberasurecode', '/usr/local/include'] - - libflags = '' - includeflags = '' -@@ -120,6 +119,7 @@ - if (os.path.isfile(library_file_path)): - missing = False - break -+ missing = False - if missing: - # try using an integrated copy of the library - srcpath = "src/c/" -@@ -228,24 +228,6 @@ - ldpath_str = "DYLD_LIBRARY_PATH" - else: - ldpath_str = "LD_LIBRARY_PATH" -- print("***************************************************") -- print("** ") -- print("** PyECLib libraries have been installed to: ") -- print("** %susr/local/lib" % installroot) -- print("** ") -- print("** Any user using this library must update: ") -- print("** %s" % ldpath_str) -- print("** ") -- print("** Run 'ldconfig' or place this line: ") -- print("** export %s=%s" % (ldpath_str, "%susr/local/lib" -- % installroot)) -- print("** ") -- print("** into .bashrc, .profile, or the appropriate shell") -- print("** start-up script! Also look at ldconfig(8) man ") -- print("** page for a more static LD configuration ") -- print("** ") -- print("***************************************************") -- - - module = Extension('pyeclib_c', - define_macros=[('MAJOR VERSION', '0'), |