commit: 9667bdceaa34ce28913b8dedfecc76ad4fb5e6cf Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Nov 24 02:02:54 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Nov 24 02:02:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9667bdce
sci-libs/lmfit: initial commit Package-Manager: portage-2.2.25 sci-libs/lmfit/ChangeLog | 9 +++++++++ sci-libs/lmfit/lmfit-5.1.ebuild | 25 +++++++++++++++++++++++++ sci-libs/lmfit/metadata.xml | 5 +++++ 3 files changed, 39 insertions(+) diff --git a/sci-libs/lmfit/ChangeLog b/sci-libs/lmfit/ChangeLog new file mode 100644 index 0000000..1f82618 --- /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 <[email protected]> +lmfit-5.1.ebuild, + +metadata.xml: + sci-libs/lmfit: initial commit diff --git a/sci-libs/lmfit/lmfit-5.1.ebuild b/sci-libs/lmfit/lmfit-5.1.ebuild new file mode 100644 index 0000000..2dc3784 --- /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 0000000..897aa2e --- /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>
