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 7B99E138A87 for ; Mon, 23 Feb 2015 08:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29BFBE0903; Mon, 23 Feb 2015 08:16:18 +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 9C40CE0903 for ; Mon, 23 Feb 2015 08:16:17 +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 1E405340C22 for ; Mon, 23 Feb 2015 08:16:16 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2264) id 9B834125DD; Mon, 23 Feb 2015 08:16:14 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-6.1.0-r1.ebuild vtk-6.1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vtk-6.1.0-r1.ebuild vtk-6.1.0.ebuild ChangeLog X-VCS-Directories: sci-libs/vtk X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150223081614.9B834125DD@oystercatcher.gentoo.org> Date: Mon, 23 Feb 2015 08:16:14 +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: 76ac8269-18d1-4808-88f5-db77cdc2a602 X-Archives-Hash: 0407281efb39120acc66cbe987372177 jlec 15/02/23 08:16:14 Modified: vtk-6.1.0-r1.ebuild vtk-6.1.0.ebuild ChangeLog Log: Fix libdir detection in all versions, #513680 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision Changes Path 1.5 sci-libs/vtk/vtk-6.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild?r1=1.4&r2=1.5 Index: vtk-6.1.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vtk-6.1.0-r1.ebuild 22 Feb 2015 11:51:52 -0000 1.4 +++ vtk-6.1.0-r1.ebuild 23 Feb 2015 08:16:14 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.4 2015/02/22 11:51:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0-r1.ebuild,v 1.5 2015/02/23 08:16:14 jlec Exp $ EAPI=5 @@ -316,8 +316,8 @@ mycmakeargs+=( # -DR_LIBRARY_BLAS=$($(tc-getPKG_CONFIG) --libs blas) # -DR_LIBRARY_LAPACK=$($(tc-getPKG_CONFIG) --libs lapack) - -DR_LIBRARY_BLAS=/usr/lib64/R/lib/libR.so - -DR_LIBRARY_LAPACK=/usr/lib64/R/lib/libR.so + -DR_LIBRARY_BLAS=/usr/$(get_libdir)/R/lib/libR.so + -DR_LIBRARY_LAPACK=/usr/$(get_libdir)/R/lib/libR.so ) fi 1.5 sci-libs/vtk/vtk-6.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-6.1.0.ebuild?r1=1.4&r2=1.5 Index: vtk-6.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vtk-6.1.0.ebuild 22 Feb 2015 11:51:52 -0000 1.4 +++ vtk-6.1.0.ebuild 23 Feb 2015 08:16:14 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0.ebuild,v 1.4 2015/02/22 11:51:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.1.0.ebuild,v 1.5 2015/02/23 08:16:14 jlec Exp $ EAPI=5 @@ -315,8 +315,8 @@ mycmakeargs+=( # -DR_LIBRARY_BLAS=$($(tc-getPKG_CONFIG) --libs blas) # -DR_LIBRARY_LAPACK=$($(tc-getPKG_CONFIG) --libs lapack) - -DR_LIBRARY_BLAS=/usr/lib64/R/lib/libR.so - -DR_LIBRARY_LAPACK=/usr/lib64/R/lib/libR.so + -DR_LIBRARY_BLAS=/usr/$(get_libdir)/R/lib/libR.so + -DR_LIBRARY_LAPACK=/usr/$(get_libdir)/R/lib/libR.so ) fi 1.127 sci-libs/vtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.126&r2=1.127 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- ChangeLog 22 Feb 2015 11:51:52 -0000 1.126 +++ ChangeLog 23 Feb 2015 08:16:14 -0000 1.127 @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.126 2015/02/22 11:51:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.127 2015/02/23 08:16:14 jlec Exp $ + + 23 Feb 2015; Justin Lecher vtk-6.1.0-r1.ebuild, + vtk-6.1.0.ebuild: + Fix libdir detection in all versions, #513680 22 Feb 2015; Justin Lecher vtk-6.0.0.ebuild, vtk-6.1.0-r1.ebuild, vtk-6.1.0.ebuild: