commit:     cec68f30d1feafd27d14390cea362cea7f7fbda3
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Nov 12 15:25:19 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 17:30:53 2016 +0000
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 <soap <AT> 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..00000000
--- 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
-}

Reply via email to