diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-11 11:54:19 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-11 11:54:19 +0000 |
commit | e068558337945e100080d4a6a210475369ce358c (patch) | |
tree | 02b783aad0fa6138d9f598ca3a1e415955ed6656 /sci-chemistry/openbabel-python | |
parent | Raise dependency on gsettings-desktop-schemas per bug #536156. Drop unsupport... (diff) | |
download | gentoo-2-e068558337945e100080d4a6a210475369ce358c.tar.gz gentoo-2-e068558337945e100080d4a6a210475369ce358c.tar.bz2 gentoo-2-e068558337945e100080d4a6a210475369ce358c.zip |
Old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-chemistry/openbabel-python')
6 files changed, 9 insertions, 76 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index 3e0438b0d7d5..1443bfc7d9b8 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-chemistry/openbabel-python # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.18 2015/01/04 13:44:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.19 2015/01/11 11:54:19 jer Exp $ + + 11 Jan 2015; Jeroen Roovers <jer@gentoo.org> + -files/openbabel-python-2.3.0-py3_iterator.patch, + -files/openbabel-python-2.3.0-swig.patch, + -files/openbabel-python-2.3.0-system_openbabel.patch, + -files/openbabel-python-2.3.0-wrap_OBInternalCoord.patch, + -files/openbabel-python-2.3.1-system_openbabel.patch: + Old. 04 Jan 2015; Justin Lecher <jlec@gentoo.org> -openbabel-python-2.3.0.ebuild, -openbabel-python-2.3.1.ebuild, openbabel-python-2.3.2.ebuild: diff --git a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-py3_iterator.patch b/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-py3_iterator.patch deleted file mode 100644 index 7efc0cab8dca..000000000000 --- a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-py3_iterator.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- scripts/openbabel-python.i 2010-08-16 15:05:20.000000000 +0300 -+++ scripts/openbabel-python.i 2011-02-27 14:18:17.000000000 +0200 -@@ -316,6 +316,9 @@ - def __iter__(self): - return self - -+ def __next__(self): -+ return self.next() -+ - def next(self): - if not self.finished: - b = self.iter.__ref__() diff --git a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch b/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch deleted file mode 100644 index 6beacf74880c..000000000000 --- a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch +++ /dev/null @@ -1,25 +0,0 @@ - scripts/CMakeLists.txt | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) - -diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt -index bf2527b..16feeb4 100644 ---- a/scripts/CMakeLists.txt -+++ b/scripts/CMakeLists.txt -@@ -8,16 +8,12 @@ if (RUN_SWIG) - # SWIG_EXECUTABLE - the path to the swig executable - # SWIG_VERSION - the version number of the swig executable - -- find_package(SWIG) -+ find_package(SWIG 2.0.0) - if (NOT SWIG_FOUND) - message(STATUS "SWIG NOT found") - return() - endif (NOT SWIG_FOUND) - message(STATUS "SWIG version is ${SWIG_VERSION}") -- if (NOT ${SWIG_VERSION} STREQUAL "2.0.0" AND NOT ${SWIG_VERSION} STREQUAL "2.0.1") -- message(STATUS "SWIG version 2.0.0 exactly is required") -- return() -- endif (NOT ${SWIG_VERSION} STREQUAL "2.0.0" AND NOT ${SWIG_VERSION} STREQUAL "2.0.1") - endif (RUN_SWIG) - - ################### diff --git a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch b/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch deleted file mode 100644 index 1e1503d6d2f1..000000000000 --- a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- scripts/python/setup.py -+++ scripts/python/setup.py -@@ -15,9 +15,7 @@ - - obExtension = Extension('_openbabel', - [os.path.join(srcdir, "openbabel-python.cpp")], -- include_dirs=[os.path.join(srcdir, "..", "..", "include"), -- os.path.join("..", "include")], -- library_dirs=[os.path.join("..", "lib")], -+ include_dirs=[os.path.join("/usr", "include", "openbabel-2.0")], - libraries=['openbabel'] - ) - diff --git a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-wrap_OBInternalCoord.patch b/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-wrap_OBInternalCoord.patch deleted file mode 100644 index 93461892995b..000000000000 --- a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-wrap_OBInternalCoord.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- scripts/openbabel-python.i 2010-08-16 15:05:20.000000000 +0300 -+++ scripts/openbabel-python.i 2011-02-25 22:46:08.000000000 +0200 -@@ -120,6 +120,7 @@ - VECTORTEMPLATE_WRAP(OBRing, OpenBabel::OBRing) - VECTORTEMPLATE_WRAP(pOBRing, OpenBabel::OBRing*) - VECTORTEMPLATE_WRAP(pOBGenericData, OpenBabel::OBGenericData*) -+VECTORTEMPLATE_WRAP(pOBInternalCoord, OpenBabel::OBInternalCoord*) - - } - diff --git a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.1-system_openbabel.patch b/sci-chemistry/openbabel-python/files/openbabel-python-2.3.1-system_openbabel.patch deleted file mode 100644 index 6420bba11e8a..000000000000 --- a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.1-system_openbabel.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- scripts/python/setup.py -+++ scripts/python/setup.py -@@ -15,11 +15,7 @@ - - obExtension = Extension('_openbabel', - [os.path.join(srcdir, "openbabel-python.cpp")], -- include_dirs=[os.path.join(srcdir, "..", "..", "include"), -- os.path.join("..", "include")], -- library_dirs=[os.path.join(srcdir, "..", "..", "lib"), -- os.path.join(srcdir, "..", "..", "lib64"), -- os.path.join("..", "lib")], -+ include_dirs=[os.path.join("/usr", "include", "openbabel-2.0")], - libraries=['openbabel'] - ) - |