diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-07 13:15:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-07 16:41:41 +0100 |
commit | 21c3fd3140d7a6d0804ade3b238998a1bb4f2abf (patch) | |
tree | 0391c30d8663fc1b37eb43d291b1c0d7f0492e68 /sci-chemistry/openbabel/files | |
parent | net-libs/ldns: Drop 1.7.1-r4, EAPI6-- (diff) | |
download | gentoo-21c3fd3140d7a6d0804ade3b238998a1bb4f2abf.tar.gz gentoo-21c3fd3140d7a6d0804ade3b238998a1bb4f2abf.tar.bz2 gentoo-21c3fd3140d7a6d0804ade3b238998a1bb4f2abf.zip |
sci-chemistry/openbabel: Drop 2.4.1-r1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-chemistry/openbabel/files')
-rw-r--r-- | sci-chemistry/openbabel/files/openbabel-2.3.2-gcc-6_and_7-backport.patch | 13 | ||||
-rw-r--r-- | sci-chemistry/openbabel/files/openbabel-2.4.1-gcc-8.patch | 15 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sci-chemistry/openbabel/files/openbabel-2.3.2-gcc-6_and_7-backport.patch b/sci-chemistry/openbabel/files/openbabel-2.3.2-gcc-6_and_7-backport.patch deleted file mode 100644 index e23dc6020ee5..000000000000 --- a/sci-chemistry/openbabel/files/openbabel-2.3.2-gcc-6_and_7-backport.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0ee545cf..7f4b944e 100755 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -239,7 +239,7 @@ check_type_size(clock_t CLOCK_T) - # Get the GCC version - from KDE4 cmake files - if(CMAKE_COMPILER_IS_GNUCXX) - exec_program(${CMAKE_C_COMPILER} ARGS --version OUTPUT_VARIABLE _gcc_version_info) -- string(REGEX MATCH "[345]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}") -+ string(REGEX MATCH "[34567]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}") - # gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the - # patch level, handle this here: - if (NOT _gcc_version) diff --git a/sci-chemistry/openbabel/files/openbabel-2.4.1-gcc-8.patch b/sci-chemistry/openbabel/files/openbabel-2.4.1-gcc-8.patch deleted file mode 100644 index a4aa3947f2ee..000000000000 --- a/sci-chemistry/openbabel/files/openbabel-2.4.1-gcc-8.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://bugs.gentoo.org/654800 -Fixed-by: milan hodoscek -diff --git a/../old/CMakeLists.txt b/CMakeLists.txt -index dc38d1b..801207e 100644 ---- a/../old/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -239,7 +239,7 @@ check_type_size(clock_t CLOCK_T) - # Get the GCC version - from KDE4 cmake files - if(CMAKE_COMPILER_IS_GNUCXX) - exec_program(${CMAKE_C_COMPILER} ARGS --version OUTPUT_VARIABLE _gcc_version_info) -- string(REGEX MATCH "[34567]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}") -+ string(REGEX MATCH "[3456789]\\.[0-9]\\.[0-9]" _gcc_version "${_gcc_version_info}") - # gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the - # patch level, handle this here: - if (NOT _gcc_version) |