From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 210B7138CCF for ; Sun, 24 May 2015 08:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D892E0B36; Sun, 24 May 2015 08:14:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62607E0B11 for ; Sun, 24 May 2015 08:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF843340BFD for ; Sun, 24 May 2015 08:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0399F9 for ; Sun, 24 May 2015 08:14:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1432400412.dcb74cb59f386ac2a66e9daa3cca68b363296241.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/salmon/files/, sci-biology/salmon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/salmon/ChangeLog sci-biology/salmon/files/salmon-0.3.2-no-boost-static.patch X-VCS-Directories: sci-biology/salmon/files/ sci-biology/salmon/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dcb74cb59f386ac2a66e9daa3cca68b363296241 X-VCS-Branch: master Date: Sun, 24 May 2015 08:14:38 +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: d6a9ef7c-877a-46fa-86ac-b117a916f7a2 X-Archives-Hash: 9fa27274f80023ab08c386d2d0168e26 commit: dcb74cb59f386ac2a66e9daa3cca68b363296241 Author: layman localhost> AuthorDate: Sat May 23 17:00:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat May 23 17:00:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dcb74cb5 sci-biology/salmon: clean patch Package-Manager: portage-2.2.14-prefix sci-biology/salmon/ChangeLog | 4 ++++ sci-biology/salmon/files/salmon-0.3.2-no-boost-static.patch | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sci-biology/salmon/ChangeLog b/sci-biology/salmon/ChangeLog index e3d76fd..b897449 100644 --- a/sci-biology/salmon/ChangeLog +++ b/sci-biology/salmon/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 May 2015; Michael Schubert + files/salmon-0.3.2-no-boost-static.patch: + sci-biology/salmon: clean patch + 21 May 2015; Michael Schubert salmon-0.3.2.ebuild, salmon-9999.ebuild: sci-biology/salmon: streamline ebuild diff --git a/sci-biology/salmon/files/salmon-0.3.2-no-boost-static.patch b/sci-biology/salmon/files/salmon-0.3.2-no-boost-static.patch index 6a00ebe..edc09e7 100644 --- a/sci-biology/salmon/files/salmon-0.3.2-no-boost-static.patch +++ b/sci-biology/salmon/files/salmon-0.3.2-no-boost-static.patch @@ -1,5 +1,9 @@ ---- CMakeLists.txt.orig 2015-05-19 23:39:27.969165466 +0100 -+++ CMakeLists.txt 2015-05-19 23:39:40.154150194 +0100 +Do not force static and multithreaded boost libs, use what is available + +Patch by Michael Schubert + +--- CMakeLists.txt ++++ CMakeLists.txt @@ -162,13 +162,6 @@ if ( DEFINED CUSTOM_BOOST_PATH ) set (CMAKE_LIBRARY_PATH ${CUSTOM_BOOST_PATH}/lib ${CMAKE_LIBRARY_PATH}) endif ( DEFINED CUSTOM_BOOST_PATH )