Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/, sci-physics/harminv/files/
Date: Sun, 01 Sep 2019 19:07:21
Message-Id: 1567364810.0c0f6a0dcd2171b4c9370a7b700a82abb99dd645.mattst88@gentoo
1 commit: 0c0f6a0dcd2171b4c9370a7b700a82abb99dd645
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 19:04:10 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 19:06:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0f6a0d
7
8 sci-physics/harminv: Remove
9
10 Bug: https://bugs.gentoo.org/685540
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-physics/harminv/Manifest | 1 -
14 .../harminv/files/harminv-1.3.1-configure.ac.patch | 31 --------------------
15 sci-physics/harminv/harminv-1.3.1-r1.ebuild | 33 ----------------------
16 sci-physics/harminv/metadata.xml | 15 ----------
17 4 files changed, 80 deletions(-)
18
19 diff --git a/sci-physics/harminv/Manifest b/sci-physics/harminv/Manifest
20 deleted file mode 100644
21 index 6056b1ba0cb..00000000000
22 --- a/sci-physics/harminv/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST harminv-1.3.1.tar.gz 327832 BLAKE2B 5aa80f6cde0409d4daaaf9923e17a97a5592321e5d3c671d6ae07e68e62d42e987e51944ecb3d27fe1bff3cab0754c6e6ec8565e1c5ba34471896f2d6bdee0e7 SHA512 7dc1c2f658d9722cd64558a702f04409d10b87cb4ff7247c2fbd7f8d9a24387fef1b8ba4b7b183727bef21891c32d27d83aaa3607d063f8ad60702be4bfe5c3c
26
27 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
28 deleted file mode 100644
29 index 508a8c17790..00000000000
30 --- a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 ---- a/configure.ac
34 -+++ b/configure.ac
35 -@@ -9,7 +9,7 @@
36 - # *not* the same as the "public" version number. CURRENT:REVISION:AGE
37 - SHARED_VERSION_INFO="2:4:0"
38 - AC_SUBST(SHARED_VERSION_INFO)
39 --AM_ENABLE_SHARED(no) dnl shared libs cause too many headaches to be default
40 -+AM_ENABLE_SHARED(yes) dnl shared libs cause too many headaches to be default
41 -
42 - ##############################################################################
43 -
44 -@@ -123,9 +123,16 @@
45 - ###########################################################################
46 -
47 - # Checks for BLAS/LAPACK libraries:
48 --
49 --ACX_BLAS([], [AC_MSG_ERROR([BLAS library not found])])
50 --ACX_LAPACK([], [AC_MSG_ERROR([LAPACK library not found])])
51 -+sinclude(acx_blas.m4)
52 -+ACX_BLAS
53 -+if test x"$BLAS_LIBS" = x ; then
54 -+ AC_MSG_ERROR([BLAS library not found])
55 -+fi
56 -+sinclude(acx_lapack.m4)
57 -+ACX_LAPACK
58 -+if test x"$LAPACK_LIBS" = x ; then
59 -+ AC_MSG_ERROR([LAPACK library not found])
60 -+fi
61 -
62 - LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
63 -
64
65 diff --git a/sci-physics/harminv/harminv-1.3.1-r1.ebuild b/sci-physics/harminv/harminv-1.3.1-r1.ebuild
66 deleted file mode 100644
67 index 396cc6fe844..00000000000
68 --- a/sci-physics/harminv/harminv-1.3.1-r1.ebuild
69 +++ /dev/null
70 @@ -1,33 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -inherit autotools toolchain-funcs
77 -
78 -DESCRIPTION="Extraction of complex frequencies and amplitudes from time series"
79 -HOMEPAGE="http://ab-initio.mit.edu/harminv/"
80 -SRC_URI="http://ab-initio.mit.edu/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
85 -IUSE="static-libs"
86 -
87 -RDEPEND="virtual/lapack"
88 -DEPEND="${RDEPEND}
89 - virtual/pkgconfig"
90 -
91 -PATCHES=( "${FILESDIR}"/${P}-configure.ac.patch )
92 -
93 -src_prepare() {
94 - default
95 - eautoreconf
96 -}
97 -
98 -src_configure() {
99 - econf \
100 - $(use_enable static-libs static) \
101 - --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
102 - --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
103 -}
104
105 diff --git a/sci-physics/harminv/metadata.xml b/sci-physics/harminv/metadata.xml
106 deleted file mode 100644
107 index 5ddaae490a9..00000000000
108 --- a/sci-physics/harminv/metadata.xml
109 +++ /dev/null
110 @@ -1,15 +0,0 @@
111 -<?xml version="1.0" encoding="UTF-8"?>
112 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
113 -<pkgmetadata>
114 - <maintainer type="project">
115 - <email>sci-physics@g.o</email>
116 - <name>Gentoo Physics Project</name>
117 - </maintainer>
118 - <longdescription lang="en">
119 - Harminv is a program to solve the problem of harmonic inversion,
120 - given a discrete-time, finite-length signal that consists of a sum of
121 - finitely-many sinusoids (possibly exponentially decaying) in a given
122 - bandwidth, it determines the frequencies, decay constants, amplitudes,
123 - and phases of those sinusoids.
124 -</longdescription>
125 -</pkgmetadata>