From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27070139085 for ; Tue, 31 Jan 2017 08:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40D42E0CE6; Tue, 31 Jan 2017 08:42:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05E47E0CE3 for ; Tue, 31 Jan 2017 08:42:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01DC8341650 for ; Tue, 31 Jan 2017 08:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7173C3BEB for ; Tue, 31 Jan 2017 08:42:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1485852084.652debbe65794b3525fc6f51a2e63e0f908e4ea3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-perl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-makefile.patch sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.0-swig.patch sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch X-VCS-Directories: sci-chemistry/openbabel-perl/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 652debbe65794b3525fc6f51a2e63e0f908e4ea3 X-VCS-Branch: master Date: Tue, 31 Jan 2017 08:42:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3765e18c-8fa2-4688-80af-47a6f3191336 X-Archives-Hash: 781ccc2129e661209f141cbf9c3482b8 commit: 652debbe65794b3525fc6f51a2e63e0f908e4ea3 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Jan 30 17:52:25 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jan 31 08:41:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652debbe sci-chemistry/openbabel-perl: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3730 .../files/openbabel-perl-2.3.0-makefile.patch | 28 ---------------------- .../files/openbabel-perl-2.3.0-swig.patch | 25 ------------------- .../files/openbabel-perl-2.3.1-makefile.patch | 9 ------- 3 files changed, 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 597c9a7..00000000 --- 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 6beacf7..00000000 --- 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 88248b4..00000000 --- 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' - );