diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 18:52:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:41:24 +0100 |
commit | 652debbe65794b3525fc6f51a2e63e0f908e4ea3 (patch) | |
tree | 3ae086fe9f32a5544701aadda0ecd14bf21f9edd /sci-chemistry | |
parent | sci-chemistry/namd: remove unused patches (diff) | |
download | gentoo-652debbe65794b3525fc6f51a2e63e0f908e4ea3.tar.gz gentoo-652debbe65794b3525fc6f51a2e63e0f908e4ea3.tar.bz2 gentoo-652debbe65794b3525fc6f51a2e63e0f908e4ea3.zip |
sci-chemistry/openbabel-perl: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry')
3 files changed, 0 insertions, 62 deletions
diff --git a/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch b/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch deleted file mode 100644 index 597c9a79c103..000000000000 --- a/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch +++ /dev/null @@ -1,28 +0,0 @@ - scripts/CMakeLists.txt | 2 +- - scripts/perl/Makefile.PL | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt -index bf2527b..3c45111 100644 ---- a/scripts/CMakeLists.txt -+++ b/scripts/CMakeLists.txt -@@ -223,7 +223,7 @@ if (DO_PERL_BINDINGS) - COMMAND ${CMAKE_COMMAND} -E copy ${openbabel_SOURCE_DIR}/scripts/perl/Makefile.PL ${openbabel_BINARY_DIR}/scripts/perl - COMMAND ${CMAKE_COMMAND} -E copy ${openbabel_SOURCE_DIR}/scripts/perl/OpenBabel.pm ${openbabel_BINARY_DIR}/scripts/perl - COMMAND ${CMAKE_COMMAND} -E copy ${openbabel_SOURCE_DIR}/scripts/perl/openbabel-perl.cpp ${openbabel_BINARY_DIR}/scripts/perl -- COMMAND PERL5LIB=${openbabel_SOURCE_DIR}/scripts/perl/inc SRC_DIR=${openbabel_SOURCE_DIR} OBJ_DIR=${openbabel_BINARY_DIR} ${PERL_EXECUTABLE} ${openbabel_BINARY_DIR}/scripts/perl/Makefile.PL ${PERL_PREFIX_TEXT} -+ COMMAND PERL5LIB=${openbabel_SOURCE_DIR}/scripts/perl/inc SRC_DIR=${openbabel_SOURCE_DIR} OBJ_DIR=${openbabel_BINARY_DIR} ${PERL_EXECUTABLE} ${openbabel_BINARY_DIR}/scripts/perl/Makefile.PL INSTALLDIRS=vendor ${PERL_PREFIX_TEXT} - COMMAND PERL5LIB=${openbabel_SOURCE_DIR}/scripts/perl/inc make - DEPENDS ${openbabel_SOURCE_DIR}/scripts/perl/openbabel-perl.cpp - WORKING_DIRECTORY ${openbabel_BINARY_DIR}/scripts/perl -diff --git a/scripts/perl/Makefile.PL b/scripts/perl/Makefile.PL -index a3a2116..44ad27d 100644 ---- a/scripts/perl/Makefile.PL -+++ b/scripts/perl/Makefile.PL -@@ -32,5 +32,6 @@ WriteMakefile( - 'CC' => $CC, - 'LD' => '$(CC)', - 'INC' => '-I../../include -I'.$cmakesrcdir.'/include', -+ 'DESTDIR' => @ENV{"D"}, - 'OBJECT' => 'openbabel-perl.o' - ); diff --git a/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-swig.patch b/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-swig.patch deleted file mode 100644 index 6beacf74880c..000000000000 --- a/sci-chemistry/openbabel-perl/files/openbabel-perl-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-perl/files/openbabel-perl-2.3.1-makefile.patch b/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch deleted file mode 100644 index 88248b4432f1..000000000000 --- a/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- scripts/perl/Makefile.PL -+++ scripts/perl/Makefile.PL -@@ -37,5 +37,6 @@ 'LDFROM' => $ldfrom, - 'CC' => $CC, - 'LD' => '$(CC)', - 'INC' => '-I../../include -I'.$cmakesrcdir.'/include', -+ 'DESTDIR' => @ENV{"D"}, - 'OBJECT' => 'openbabel-perl.o' - ); |