public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/harminv: metadata.xml ChangeLog harminv-1.3.1.ebuild
@ 2012-04-25 16:56 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-04-25 16:56 UTC (permalink / raw
  To: gentoo-commits

jlec        12/04/25 16:56:31

  Modified:             metadata.xml ChangeLog harminv-1.3.1.ebuild
  Log:
  sci-physics/harminv: Move to EPAI=4 and autotools-utils
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-physics/harminv/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/harminv/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	6 Feb 2008 14:23:18 -0000	1.1
+++ metadata.xml	25 Apr 2012 16:56:30 -0000	1.2
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-physics</herd>
-<longdescription lang="en">
+	<herd>sci-physics</herd>
+	<longdescription lang="en">
   Harminv is a program to solve the problem of harmonic inversion,
   given a discrete-time, finite-length signal that consists of a sum of
   finitely-many sinusoids (possibly exponentially decaying) in a given



1.3                  sci-physics/harminv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Nov 2008 19:04:12 -0000	1.2
+++ ChangeLog	25 Apr 2012 16:56:30 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/harminv
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v 1.2 2008/11/08 19:04:12 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v 1.3 2012/04/25 16:56:30 jlec Exp $
+
+  25 Apr 2012; Justin Lecher <jlec@gentoo.org> harminv-1.3.1.ebuild,
+  metadata.xml:
+  Move to EPAI=4 and autotools-utils
 
   08 Nov 2008; Markus Meier <maekke@gentoo.org> harminv-1.3.1.ebuild:
   amd64/x86 stable, bug #245936



1.3                  sci-physics/harminv/harminv-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild?r1=1.2&r2=1.3

Index: harminv-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- harminv-1.3.1.ebuild	8 Nov 2008 19:04:12 -0000	1.2
+++ harminv-1.3.1.ebuild	25 Apr 2012 16:56:30 -0000	1.3
@@ -1,8 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild,v 1.2 2008/11/08 19:04:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild,v 1.3 2012/04/25 16:56:30 jlec Exp $
 
-inherit eutils autotools
+EAPI=4
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils eutils
 
 DESCRIPTION="Extraction of complex frequencies and amplitudes from time series"
 HOMEPAGE="http://ab-initio.mit.edu/harminv/"
@@ -11,28 +15,18 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
+IUSE="static-libs"
 
 RDEPEND="virtual/lapack"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-configure.ac.patch
-	eautoreconf
-}
-
-src_compile() {
-	econf \
-		--with-blas="$(pkg-config --libs blas)" \
-		--with-lapack="$(pkg-config --libs lapack)" \
-		|| die "econf failed"
-	emake || die "emake failed"
-}
+PATCHES=( "${FILESDIR}"/${P}-configure.ac.patch )
 
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS NEWS README || die "dodoc failed"
+src_configure() {
+	local myeconfargs=(
+		--with-blas="$(pkg-config --libs blas)"
+		--with-lapack="$(pkg-config --libs lapack)"
+		)
+	autotools-utils_src_configure
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/harminv: metadata.xml ChangeLog harminv-1.3.1.ebuild
@ 2013-02-20 16:40 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-20 16:40 UTC (permalink / raw
  To: gentoo-commits

jlec        13/02/20 16:40:36

  Modified:             metadata.xml ChangeLog harminv-1.3.1.ebuild
  Log:
  sci-physics/harminv: 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.4                  sci-physics/harminv/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/harminv/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	7 Aug 2012 16:48:15 -0000	1.3
+++ metadata.xml	20 Feb 2013 16:40:35 -0000	1.4
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-physics</herd>
-<longdescription lang="en">
+  <herd>sci-physics</herd>
+  <longdescription lang="en">
   Harminv is a program to solve the problem of harmonic inversion,
   given a discrete-time, finite-length signal that consists of a sum of
   finitely-many sinusoids (possibly exponentially decaying) in a given



1.6                  sci-physics/harminv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	7 Aug 2012 16:48:15 -0000	1.5
+++ ChangeLog	20 Feb 2013 16:40:35 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/harminv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v 1.5 2012/08/07 16:48:15 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/ChangeLog,v 1.6 2013/02/20 16:40:35 jlec Exp $
+
+  20 Feb 2013; Justin Lecher <jlec@gentoo.org> harminv-1.3.1.ebuild,
+  metadata.xml:
+  Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config
 
   07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> harminv-1.3.1.ebuild,
   metadata.xml:



1.6                  sci-physics/harminv/harminv-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild?r1=1.5&r2=1.6

Index: harminv-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- harminv-1.3.1.ebuild	7 Aug 2012 16:48:15 -0000	1.5
+++ harminv-1.3.1.ebuild	20 Feb 2013 16:40:35 -0000	1.6
@@ -1,12 +1,12 @@
-# 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-physics/harminv/harminv-1.3.1.ebuild,v 1.5 2012/08/07 16:48:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/harminv/harminv-1.3.1.ebuild,v 1.6 2013/02/20 16:40:35 jlec Exp $
 
 EAPI=4
 
 AUTOTOOLS_AUTORECONF=true
 
-inherit autotools-utils eutils
+inherit autotools-utils eutils toolchain-funcs
 
 DESCRIPTION="Extraction of complex frequencies and amplitudes from time series"
 HOMEPAGE="http://ab-initio.mit.edu/harminv/"
@@ -25,8 +25,8 @@
 
 src_configure() {
 	local myeconfargs=(
-		--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)"
 		)
 	autotools-utils_src_configure
 }





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-20 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25 16:56 [gentoo-commits] gentoo-x86 commit in sci-physics/harminv: metadata.xml ChangeLog harminv-1.3.1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-20 16:40 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox