[gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/, sci-physics/harminv/files/

2019-09-01 Thread Matt Turner
commit: 0c0f6a0dcd2171b4c9370a7b700a82abb99dd645
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep  1 19:04:10 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep  1 19:06:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0f6a0d

sci-physics/harminv: Remove

Bug: https://bugs.gentoo.org/685540
Signed-off-by: Matt Turner  gentoo.org>

 sci-physics/harminv/Manifest   |  1 -
 .../harminv/files/harminv-1.3.1-configure.ac.patch | 31 
 sci-physics/harminv/harminv-1.3.1-r1.ebuild| 33 --
 sci-physics/harminv/metadata.xml   | 15 --
 4 files changed, 80 deletions(-)

diff --git a/sci-physics/harminv/Manifest b/sci-physics/harminv/Manifest
deleted file mode 100644
index 6056b1ba0cb..000
--- a/sci-physics/harminv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST harminv-1.3.1.tar.gz 327832 BLAKE2B 
5aa80f6cde0409d4daaaf9923e17a97a5592321e5d3c671d6ae07e68e62d42e987e51944ecb3d27fe1bff3cab0754c6e6ec8565e1c5ba34471896f2d6bdee0e7
 SHA512 
7dc1c2f658d9722cd64558a702f04409d10b87cb4ff7247c2fbd7f8d9a24387fef1b8ba4b7b183727bef21891c32d27d83aaa3607d063f8ad60702be4bfe5c3c

diff --git a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch 
b/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
deleted file mode 100644
index 508a8c17790..000
--- a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -9,7 +9,7 @@
- # *not* the same as the "public" version number.  CURRENT:REVISION:AGE
- SHARED_VERSION_INFO="2:4:0"
- AC_SUBST(SHARED_VERSION_INFO)
--AM_ENABLE_SHARED(no) dnl shared libs cause too many headaches to be default
-+AM_ENABLE_SHARED(yes) dnl shared libs cause too many headaches to be default
- 
- ##
- 
-@@ -123,9 +123,16 @@
- ###
- 
- # Checks for BLAS/LAPACK libraries:
--
--ACX_BLAS([], [AC_MSG_ERROR([BLAS library not found])])
--ACX_LAPACK([], [AC_MSG_ERROR([LAPACK library not found])])
-+sinclude(acx_blas.m4)
-+ACX_BLAS
-+if test x"$BLAS_LIBS" = x ; then
-+   AC_MSG_ERROR([BLAS library not found])
-+fi
-+sinclude(acx_lapack.m4)
-+ACX_LAPACK
-+if test x"$LAPACK_LIBS" = x ; then
-+   AC_MSG_ERROR([LAPACK library not found])
-+fi
- 
- LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- 

diff --git a/sci-physics/harminv/harminv-1.3.1-r1.ebuild 
b/sci-physics/harminv/harminv-1.3.1-r1.ebuild
deleted file mode 100644
index 396cc6fe844..000
--- a/sci-physics/harminv/harminv-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Extraction of complex frequencies and amplitudes from time series"
-HOMEPAGE="http://ab-initio.mit.edu/harminv/";
-SRC_URI="http://ab-initio.mit.edu/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="virtual/lapack"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-configure.ac.patch )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
-   --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
-}

diff --git a/sci-physics/harminv/metadata.xml b/sci-physics/harminv/metadata.xml
deleted file mode 100644
index 5ddaae490a9..000
--- a/sci-physics/harminv/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-sci-phys...@gentoo.org
-Gentoo Physics Project
-  
-  
-  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
-  bandwidth, it determines the frequencies, decay constants, amplitudes,
-  and phases of those sinusoids.
-
-



[gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/files/, sci-physics/harminv/

2016-11-14 Thread David Seifert
commit: 1c54d75d8b9f76664d6d88694d308f90182d00a2
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:23:22 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov 14 17:30:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c54d75d

sci-physics/harminv-1.3.1-r1: EAPI bump 4 -> 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2822

Signed-off-by: David Seifert  gentoo.org>

 .../harminv/files/harminv-1.3.1-configure.ac.patch |  4 +--
 sci-physics/harminv/harminv-1.3.1-r1.ebuild| 34 ++
 2 files changed, 36 insertions(+), 2 deletions(-)

diff --git a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch 
b/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
index 2830d5b..508a8c1 100644
--- a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
+++ b/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
@@ -1,5 +1,5 @@
 configure.ac.orig  2007-09-27 09:27:28.731439558 +0100
-+++ configure.ac   2007-09-27 09:37:45.755835491 +0100
+--- a/configure.ac
 b/configure.ac
 @@ -9,7 +9,7 @@
  # *not* the same as the "public" version number.  CURRENT:REVISION:AGE
  SHARED_VERSION_INFO="2:4:0"

diff --git a/sci-physics/harminv/harminv-1.3.1-r1.ebuild 
b/sci-physics/harminv/harminv-1.3.1-r1.ebuild
new file mode 100644
index ..a7bacff
--- /dev/null
+++ b/sci-physics/harminv/harminv-1.3.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Extraction of complex frequencies and amplitudes from time series"
+HOMEPAGE="http://ab-initio.mit.edu/harminv/";
+SRC_URI="http://ab-initio.mit.edu/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND="virtual/lapack"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${P}-configure.ac.patch )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
+   --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/

2016-11-14 Thread David Seifert
commit: cec68f30d1feafd27d14390cea362cea7f7fbda3
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:25:19 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov 14 17:30:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec68f30

sci-physics/harminv: Removing EAPI 4 version 1.3.1

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2822

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/harminv/harminv-1.3.1.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/sci-physics/harminv/harminv-1.3.1.ebuild 
b/sci-physics/harminv/harminv-1.3.1.ebuild
deleted file mode 100644
index 8889bc6..
--- a/sci-physics/harminv/harminv-1.3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils eutils toolchain-funcs
-
-DESCRIPTION="Extraction of complex frequencies and amplitudes from time series"
-HOMEPAGE="http://ab-initio.mit.edu/harminv/";
-SRC_URI="http://ab-initio.mit.edu/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="virtual/lapack"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-configure.ac.patch )
-
-src_configure() {
-   local myeconfargs=(
-   --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
-   --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
-   )
-   autotools-utils_src_configure
-}