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: dev-ml/lacaml/
Date: Fri, 22 Feb 2013 10:40:49 +0000 (UTC)	[thread overview]
Message-ID: <1361528565.6eecfc495aefe047b4e9aa2709d23672c692870e.jlec@gentoo> (raw)

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

Revert "dev-ml/lacaml: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config"

This reverts commit feee3be41866e292a945d0494f9329dad2f43998.

---
 dev-ml/lacaml/ChangeLog           |    6 +-----
 dev-ml/lacaml/lacaml-7.0.3.ebuild |   12 +++++-------
 dev-ml/lacaml/metadata.xml        |    4 ++--
 3 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/dev-ml/lacaml/ChangeLog b/dev-ml/lacaml/ChangeLog
index d66dc0b..d9eb022 100644
--- a/dev-ml/lacaml/ChangeLog
+++ b/dev-ml/lacaml/ChangeLog
@@ -1,11 +1,7 @@
 # ChangeLog for dev-ml/lacaml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  22 Feb 2013; Justin Lecher <jlec@gentoo.org> lacaml-7.0.3.ebuild,
-  metadata.xml:
-  Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config
-
 *lacaml-7.0.3 (28 Jul 2012)
 
   28 Jul 2012; Guillaume Horel <guillaume.horel@gmail.com>

diff --git a/dev-ml/lacaml/lacaml-7.0.3.ebuild b/dev-ml/lacaml/lacaml-7.0.3.ebuild
index 1b6d6f5..ad9fbd1 100644
--- a/dev-ml/lacaml/lacaml-7.0.3.ebuild
+++ b/dev-ml/lacaml/lacaml-7.0.3.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
 
 OASIS_BUILD_DOCS=1
-
-inherit oasis toolchain-funcs
+inherit oasis
 
 DESCRIPTION="BLAS/LAPACK interface for OCaml"
 HOMEPAGE="http://forge.ocamlcore.org/projects/lacaml"
@@ -17,8 +16,7 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
 
-RDEPEND="
-	virtual/blas
+RDEPEND="virtual/blas
 	virtual/lapack"
 DEPEND="${DEPEND}
 	virtual/pkgconfig"
@@ -29,10 +27,10 @@ src_prepare() {
 	if use doc; then
 		cp "${FILESDIR}/API.odocl" . || die
 	fi
-	cclib="$($(tc-getPKG_CONFIG) --libs blas lapack)"
+	cclib="$(pkg-config --libs blas lapack)"
 	cclib="[$(echo $cclib|sed -e 's/\(-[a-z0-9]*\) /\"\1\"\;/g' -e \
 	's/\(-[a-z0-9]*\)$/\"\1\"/')]"
 	sed -i "s/cclib = \[\]/cclib = ${cclib}/" setup.conf
 	#would like to do the below, but doesn't work from ebuild
-	#oasis_configure_opts="--override conf_cclib $($(tc-getPKG_CONFIG) --libs blas lapack)"
+	#oasis_configure_opts="--override conf_cclib $(pkg-config --libs blas lapack)"
 }

diff --git a/dev-ml/lacaml/metadata.xml b/dev-ml/lacaml/metadata.xml
index e0b7a09..8925df6 100644
--- a/dev-ml/lacaml/metadata.xml
+++ b/dev-ml/lacaml/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</herd>
-  <longdescription lang="en">
+<herd>sci</herd>
+<longdescription lang='en'>
 BLAS/LAPACK-interface for OCaml
 </longdescription>
 </pkgmetadata>


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

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 10:40 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-25 18:13 [gentoo-commits] proj/sci:master commit in: dev-ml/lacaml/ Andrew Ammerlaan
2021-01-30 15:06 Andrew Ammerlaan
2015-09-23 12:48 Justin Lecher
2013-02-22 10:42 Justin Lecher
2013-02-22 10:15 Justin Lecher
2012-03-30  0:23 Guillaume Horel
2012-03-02  3:05 Guillaume Horel
2011-11-15  0:27 Guillaume Horel

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=1361528565.6eecfc495aefe047b4e9aa2709d23672c692870e.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