summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Bräunlich <wippbox@gmx.net>2016-11-12 16:25:19 +0100
committerDavid Seifert <soap@gentoo.org>2016-11-14 18:30:53 +0100
commitcec68f30d1feafd27d14390cea362cea7f7fbda3 (patch)
tree5d5dc0ba26e3291180c8e5e3fd00ab2adb11207c /sci-physics/harminv
parentsci-physics/harminv-1.3.1-r1: EAPI bump 4 -> 6 (diff)
downloadgentoo-cec68f30d1feafd27d14390cea362cea7f7fbda3.tar.gz
gentoo-cec68f30d1feafd27d14390cea362cea7f7fbda3.tar.bz2
gentoo-cec68f30d1feafd27d14390cea362cea7f7fbda3.zip
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 <soap@gentoo.org>
Diffstat (limited to 'sci-physics/harminv')
-rw-r--r--sci-physics/harminv/harminv-1.3.1.ebuild32
1 files changed, 0 insertions, 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 8889bc6c4698..000000000000
--- 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
-}