aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-11-23 19:02:54 -0700
committerChristoph Junghans <ottxor@gentoo.org>2015-11-23 19:02:54 -0700
commit9667bdceaa34ce28913b8dedfecc76ad4fb5e6cf (patch)
tree9113944d6a3ac522395874ac487731f0a7f4cb7e
parentsci-biology/ncbi-blast+-2.2.31: version bump, seems that some parts of the nc... (diff)
downloadsci-9667bdce.tar.gz
sci-9667bdce.tar.bz2
sci-9667bdce.zip
sci-libs/lmfit: initial commit
Package-Manager: portage-2.2.25
-rw-r--r--sci-libs/lmfit/ChangeLog9
-rw-r--r--sci-libs/lmfit/Manifest1
-rw-r--r--sci-libs/lmfit/lmfit-5.1.ebuild25
-rw-r--r--sci-libs/lmfit/metadata.xml5
4 files changed, 40 insertions, 0 deletions
diff --git a/sci-libs/lmfit/ChangeLog b/sci-libs/lmfit/ChangeLog
new file mode 100644
index 000000000..1f8261888
--- /dev/null
+++ b/sci-libs/lmfit/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-libs/lmfit
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*lmfit-5.1 (24 Nov 2015)
+
+ 24 Nov 2015; Christoph Junghans <ottxor@gentoo.org> +lmfit-5.1.ebuild,
+ +metadata.xml:
+ sci-libs/lmfit: initial commit
diff --git a/sci-libs/lmfit/Manifest b/sci-libs/lmfit/Manifest
new file mode 100644
index 000000000..d8736b8c4
--- /dev/null
+++ b/sci-libs/lmfit/Manifest
@@ -0,0 +1 @@
+DIST lmfit-5.1.tgz 345077 SHA256 4e35bdec551a4985cf6d96f26a808b56c171433edf4a413c2ed50ab3d85a3965 SHA512 1df6ed51d7f2137529793948f6c57ef3658932c9198776925a9f6e1d586352651c93aa053a064db7a201dbb848a7108f284223feff45171d142087539d834b29 WHIRLPOOL 275ccd5b20cafc1df28c87e4ee2afc58561dde03c670e6dc03eda95043a8eb7edd765962840ad5e9cac332ea5ba5045aca4a6e3d192e8dd8bdbcfd45a7bd4d9f
diff --git a/sci-libs/lmfit/lmfit-5.1.ebuild b/sci-libs/lmfit/lmfit-5.1.ebuild
new file mode 100644
index 000000000..2dc378441
--- /dev/null
+++ b/sci-libs/lmfit/lmfit-5.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="mirror://sourceforge/${PN}/${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
+}
diff --git a/sci-libs/lmfit/metadata.xml b/sci-libs/lmfit/metadata.xml
new file mode 100644
index 000000000..897aa2e6b
--- /dev/null
+++ b/sci-libs/lmfit/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+</pkgmetadata>