commit:     8f3e47f7bc2a994b063581be0ce06745c591d801
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 23:50:44 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu May 31 23:50:44 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8f3e47f7

sci-libs/lmfit: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/lmfit/lmfit-6.4.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/sci-libs/lmfit/lmfit-6.4.ebuild b/sci-libs/lmfit/lmfit-6.4.ebuild
new file mode 100644
index 000000000..5cc8fa8bd
--- /dev/null
+++ b/sci-libs/lmfit/lmfit-6.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="library for Levenberg-Marquardt least-squares minimization and 
curve fitting"
+HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/lmfit";
+SRC_URI="http://apps.jcns.fz-juelich.de/src/lmfit/old/${P}.tgz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+src_configure() {
+       econf $(use_enable static-libs static)
+}
+
+src_install() {
+       default
+       prune_libtool_files
+}

Reply via email to