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 3C78F198005 for ; Thu, 21 Feb 2013 13:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18BCE21C058; Thu, 21 Feb 2013 13:31:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96FA221C058 for ; Thu, 21 Feb 2013 13:31:01 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89CD833DEEE for ; Thu, 21 Feb 2013 13:31:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 9A2A02171D; Thu, 21 Feb 2013 13:30:58 +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-mathematics/octave: metadata.xml ChangeLog octave-3.4.3-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml ChangeLog octave-3.4.3-r1.ebuild X-VCS-Directories: sci-mathematics/octave X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130221133058.9A2A02171D@flycatcher.gentoo.org> Date: Thu, 21 Feb 2013 13:30:58 +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: 214e472f-bbb1-4300-84f4-59ad4d668505 X-Archives-Hash: f27802ef34cddafda2b370edb2d94ca1 jlec 13/02/21 13:30:58 Modified: metadata.xml ChangeLog octave-3.4.3-r1.ebuild Log: sci-mathematics/octave: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916) Revision Changes Path 1.8 sci-mathematics/octave/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/metadata.xml?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/metadata.xml?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/metadata.xml?r1=1.7&r2=1.8 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/metadata.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- metadata.xml 22 Nov 2012 19:46:15 -0000 1.7 +++ metadata.xml 21 Feb 2013 13:30:58 -0000 1.8 @@ -1,18 +1,18 @@ -sci-mathematics - + sci-mathematics + Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments. It may also be used as a batch-oriented language. - - Add support for sci-libs/glpk for linear programming - Add support for sci-libs/qhull, to allow `delaunay', `convhull', and related functions - Add support for sci-libs/qrupdatefor QR and Cholesky update functions - Add enhanced support for sparse matrix algebra with SuiteSparse - + + Add support for sci-libs/glpk for linear programming + Add support for sci-libs/qhull, to allow `delaunay', `convhull', and related functions + Add support for sci-libs/qrupdatefor QR and Cholesky update functions + Add enhanced support for sparse matrix algebra with SuiteSparse + 1.136 sci-mathematics/octave/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.136&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.136&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.135&r2=1.136 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- ChangeLog 11 Jan 2013 21:44:11 -0000 1.135 +++ ChangeLog 21 Feb 2013 13:30:58 -0000 1.136 @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.135 2013/01/11 21:44:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.136 2013/02/21 13:30:58 jlec Exp $ + + 21 Feb 2013; Justin Lecher octave-3.4.3-r1.ebuild, + metadata.xml: + Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config 11 Jan 2013; Sébastien Fabbro octave-3.6.3.ebuild: Forgot transfig dependency 1.15 sci-mathematics/octave/octave-3.4.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.14&r2=1.15 Index: octave-3.4.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- octave-3.4.3-r1.ebuild 4 May 2012 07:46:51 -0000 1.14 +++ octave-3.4.3-r1.ebuild 21 Feb 2013 13:30:58 -0000 1.15 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.14 2012/05/04 07:46:51 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.15 2013/02/21 13:30:58 jlec Exp $ EAPI=4 inherit eutils base autotools toolchain-funcs @@ -75,8 +75,8 @@ --localstatedir="${EPREFIX}/var/state/octave" \ --enable-shared \ --without-hdf5 \ - --with-blas="$(pkg-config --libs blas)" \ - --with-lapack="$(pkg-config --libs lapack)" \ + --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ + --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \ $(use_enable doc docs) \ $(use_enable readline) \ $(use_with curl) \