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-chemistry/freeon/
Date: Fri, 22 Feb 2013 16:03:01 +0000 (UTC)	[thread overview]
Message-ID: <1361548909.6112d871efe7b3e0843b9387a53aaedddab842b4.jlec@gentoo> (raw)

commit:     6112d871efe7b3e0843b9387a53aaedddab842b4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 16:01:49 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 16:01:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6112d871

sci-chemistry/freeon: Add missing dep on virtual/pkgconfig; bump to eapi=5; use pkg-config to detect blas

Package-Manager: portage-2.2.0_alpha163

---
 sci-chemistry/freeon/ChangeLog          |    7 ++++++-
 sci-chemistry/freeon/freeon-9999.ebuild |   21 ++++++++++++---------
 sci-chemistry/freeon/metadata.xml       |   12 ++++++------
 3 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index e96fe68..25af9d7 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-chemistry/freeon
-# 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> freeon-9999.ebuild,
+  metadata.xml:
+  Add missing dep on virtual/pkgconfig; bump to eapi=5; use pkg-config to
+  detect blas
+
   14 Jul 2012; Christoph Junghans <ottxor@gentoo.org> freeon-9999.ebuild:
   clean up
 

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 5514e13..2fe44e9 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -1,38 +1,41 @@
-# 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
+
+AUTOTOOLS_AUTORECONF=1
+
+FORTRAN_STANDARD=90
 
 inherit autotools-utils fortran-2 git-2
 
 DESCRIPTION="an experimental suite of programs for linear scaling quantum chemistry."
 HOMEPAGE="http://www.freeon.org"
+SRC_URI=""
 
 EGIT_REPO_URI="http://git.savannah.gnu.org/r/freeon.git"
 EGIT_BOOTSTRAP="fix_localversion.sh"
 
-AUTOTOOLS_AUTORECONF=1
-
-FORTRAN_STANDARD=90
-
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
-DEPEND="
+RDEPEND="
 	sys-libs/zlib
 	sci-libs/hdf5
-	virtual/fortran
+	virtual/blas
 	virtual/lapack"
-RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"
 
 src_configure() {
 	local myeconfargs=(
 		--disable-internal-hdf5
 		--disable-static-binaries
 		--disable-internal-lapack
+		--with-lapacklibs="$($(tc-getPKG_CONFIG) --libs lapack)"
 	)
 	#TODO mv BasisSets from /usr to /usr/share/freeon/
 	autotools-utils_src_configure

diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
index 16d6319..bf041ec 100644
--- a/sci-chemistry/freeon/metadata.xml
+++ b/sci-chemistry/freeon/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<longdescription lang="en">
+  <longdescription lang="en">
 		FreeON is an experimental, open source (GPL) suite of programs for linear scaling quantum chemistry.
 	</longdescription>
-	<herd>sci-chemistry</herd>
-	<maintainer>
-		<email>nicolasbock@gmail.com</email>
-		<name>Nicolas Bock</name>
-	</maintainer>
+  <herd>sci-chemistry</herd>
+  <maintainer>
+    <email>nicolasbock@gmail.com</email>
+    <name>Nicolas Bock</name>
+  </maintainer>
 </pkgmetadata>


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

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 16:03 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-02 12:15 [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/ Andrew Ammerlaan
2021-01-30 15:17 Andrew Ammerlaan
2021-01-28 15:10 Andrew Ammerlaan
2015-04-10 19:43 Nicolas Bock
2014-12-22 22:26 Nicolas Bock
2014-12-19 20:36 Nicolas Bock
2014-12-19 19:33 Nicolas Bock
2014-12-17 19:55 Nicolas Bock
2014-12-17 15:07 Nicolas Bock
2014-10-26 16:19 Justin Lecher
2014-09-17 20:01 Christoph Junghans
2014-02-28 20:02 Nicolas Bock
2014-02-28 19:34 Nicolas Bock
2014-02-27 23:01 Sebastien Fabbro
2014-01-06 18:48 Justin Lecher
2013-12-17 21:48 Nicolas Bock
2013-12-13 19:12 Nicolas Bock
2013-11-19  4:07 Nicolas Bock
2013-11-19  4:03 Nicolas Bock
2013-11-12 16:43 Nicolas Bock
2013-11-12 16:41 Nicolas Bock
2013-11-10 18:22 Nicolas Bock
2013-11-09  4:46 Nicolas Bock
2013-10-25 17:30 Nicolas Bock
2013-10-24 17:56 Nicolas Bock
2013-10-03 16:56 Nicolas Bock
2013-10-01 15:52 Nicolas Bock
2013-09-28  3:32 Nicolas Bock
2013-09-20 21:20 Nicolas Bock
2013-09-20 20:49 Nicolas Bock
2013-09-18 19:20 Nicolas Bock
2013-09-18 16:27 Nicolas Bock
2013-09-17 17:33 Nicolas Bock
2013-09-16 18:19 Nicolas Bock
2013-09-16 18:17 Nicolas Bock
2013-09-15 13:53 Nicolas Bock
2013-09-14 18:10 Nicolas Bock
2012-07-14 22:45 Christoph Junghans
2012-07-05 20:23 Nicolas Bock
2012-07-05 20:23 Nicolas Bock

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=1361548909.6112d871efe7b3e0843b9387a53aaedddab842b4.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