public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/zebra/
Date: Fri, 22 Feb 2013 10:15:45 +0000 (UTC)	[thread overview]
Message-ID: <1361528067.c232e0bdae9e7d17e3697d927f2af1b9f1721ff2.jlec@gentoo> (raw)

commit:     c232e0bdae9e7d17e3697d927f2af1b9f1721ff2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 10:14:27 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 10:14:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c232e0bd

sci-astronomy/zebra: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config

Package-Manager: portage-2.2.0_alpha163

---
 sci-astronomy/zebra/ChangeLog         |    5 ++++-
 sci-astronomy/zebra/metadata.xml      |    4 ++--
 sci-astronomy/zebra/zebra-1.01.ebuild |   16 ++++++++--------
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/sci-astronomy/zebra/ChangeLog b/sci-astronomy/zebra/ChangeLog
index 72dc7db..d4e0f1a 100644
--- a/sci-astronomy/zebra/ChangeLog
+++ b/sci-astronomy/zebra/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-astronomy/zebra
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Feb 2013; Justin Lecher <jlec@gentoo.org> zebra-1.01.ebuild, metadata.xml:
+  Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config
+
 *zebra-1.01 (17 May 2012)
 
   17 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,

diff --git a/sci-astronomy/zebra/metadata.xml b/sci-astronomy/zebra/metadata.xml
index b8ef7bb..1edf84d 100644
--- a/sci-astronomy/zebra/metadata.xml
+++ b/sci-astronomy/zebra/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-astronomy</herd>
-<longdescription lang="en">
+  <herd>sci-astronomy</herd>
+  <longdescription lang="en">
   The Zurich Extragalactic Bayesian Redshift Analyzer is a software to
   compute and analyze photometric redshifts of galaxies.
   ZEBRA combines and extends several of the classical approaches to

diff --git a/sci-astronomy/zebra/zebra-1.01.ebuild b/sci-astronomy/zebra/zebra-1.01.ebuild
index 7463821..d4f2e76 100644
--- a/sci-astronomy/zebra/zebra-1.01.ebuild
+++ b/sci-astronomy/zebra/zebra-1.01.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-inherit autotools-utils
+inherit autotools-utils toolchain-funcs
 
 DESCRIPTION="Galaxy redhift Bayesian analyzer"
 HOMEPAGE="http://www.astro.phys.ethz.ch/exgal_ocosm/zebra/index.html"
@@ -15,20 +15,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"
 
-RDEPEND="sci-libs/gsl
+RDEPEND="
+	sci-libs/gsl
 	sci-libs/lapackpp
 	virtual/blas
 	virtual/cblas
 	virtual/lapack"
-
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 src_configure() {
 	myeconfargs+=(
-		--with-blas="$(pkg-config --libs blas)"
-		--with-cblas="$(pkg-config --libs cblas)"
-		--with-lapack="$(pkg-config --libs lapack)"
+		--with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
+		--with-cblas="$($(tc-getPKG_CONFIG) --libs cblas)"
+		--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
 	)
 	autotools-utils_src_configure
 }


             reply	other threads:[~2013-02-22 10:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 10:15 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 12:35 [gentoo-commits] proj/sci:master commit in: sci-astronomy/zebra/ Aisha Tammy
2012-05-17 23:20 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361528067.c232e0bdae9e7d17e3697d927f2af1b9f1721ff2.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox