diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-19 15:42:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-19 15:42:15 +0000 |
commit | da47eefdae5eb42fe445b22485a049f8627563c8 (patch) | |
tree | e3e49af969b4164c107cdcf26f77f7952009b8af /sci-chemistry/apbs | |
parent | [bump] dev-perl/TimeDate-2.300.0 (diff) | |
download | gentoo-2-da47eefdae5eb42fe445b22485a049f8627563c8.tar.gz gentoo-2-da47eefdae5eb42fe445b22485a049f8627563c8.tar.bz2 gentoo-2-da47eefdae5eb42fe445b22485a049f8627563c8.zip |
sci-chemistry/apbs: 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)
Diffstat (limited to 'sci-chemistry/apbs')
-rw-r--r-- | sci-chemistry/apbs/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/apbs/metadata.xml | 24 |
3 files changed, 21 insertions, 17 deletions
diff --git a/sci-chemistry/apbs/ChangeLog b/sci-chemistry/apbs/ChangeLog index f6c037c35968..10acd0bc0013 100644 --- a/sci-chemistry/apbs/ChangeLog +++ b/sci-chemistry/apbs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/apbs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.59 2012/10/19 07:19:17 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.60 2013/02/19 15:42:15 jlec Exp $ + + 19 Feb 2013; Justin Lecher <jlec@gentoo.org> apbs-1.2.1b-r4.ebuild, + metadata.xml: + Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config 19 Oct 2012; Justin Lecher <jlec@gentoo.org> apbs-1.2.1b-r4.ebuild, -apbs-1.3.ebuild, -apbs-1.3-r1.ebuild, -apbs-1.3-r2.ebuild, diff --git a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild index 99b8467bd520..2c423602f6cc 100644 --- a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild +++ b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild @@ -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-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.14 2012/10/19 07:19:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.15 2013/02/19 15:42:15 jlec Exp $ EAPI="3" @@ -80,7 +80,7 @@ src_configure() { econf \ --disable-maloc-rebuild \ --enable-shared \ - --with-blas="$(pkg-config --libs blas)" \ + --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ $(use_enable openmp) \ $(use_enable python) \ $(use_enable tools) \ diff --git a/sci-chemistry/apbs/metadata.xml b/sci-chemistry/apbs/metadata.xml index b82f7efd40ef..cf9d997042f2 100644 --- a/sci-chemistry/apbs/metadata.xml +++ b/sci-chemistry/apbs/metadata.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-chemistry</herd> - <maintainer> - <email>jlec@gentoo.org</email> - <name>Justin Lecher</name> - <description>Ebuild Crasher</description> - </maintainer> - <use> - <flag name="arpack">Include support for arpack libs</flag> - <flag name="fetk">Include support for FeTK</flag> - <flag name="tools">Install optional tools</flag> - </use> - <longdescription> + <herd>sci-chemistry</herd> + <maintainer> + <email>jlec@gentoo.org</email> + <name>Justin Lecher</name> + <description>Ebuild Crasher</description> + </maintainer> + <use> + <flag name="arpack">Include support for arpack libs</flag> + <flag name="fetk">Include support for FeTK</flag> + <flag name="tools">Install optional tools</flag> + </use> + <longdescription> APBS is a software package for modeling biomolecular solvation through solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in |