Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lmfit/
Date: Tue, 24 Nov 2015 02:03:30
Message-Id: 1448330574.9667bdceaa34ce28913b8dedfecc76ad4fb5e6cf.ottxor@gentoo
1 commit: 9667bdceaa34ce28913b8dedfecc76ad4fb5e6cf
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 02:02:54 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 02:02:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9667bdce
7
8 sci-libs/lmfit: initial commit
9
10 Package-Manager: portage-2.2.25
11
12 sci-libs/lmfit/ChangeLog | 9 +++++++++
13 sci-libs/lmfit/lmfit-5.1.ebuild | 25 +++++++++++++++++++++++++
14 sci-libs/lmfit/metadata.xml | 5 +++++
15 3 files changed, 39 insertions(+)
16
17 diff --git a/sci-libs/lmfit/ChangeLog b/sci-libs/lmfit/ChangeLog
18 new file mode 100644
19 index 0000000..1f82618
20 --- /dev/null
21 +++ b/sci-libs/lmfit/ChangeLog
22 @@ -0,0 +1,9 @@
23 +# ChangeLog for sci-libs/lmfit
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 +# $Id$
26 +
27 +*lmfit-5.1 (24 Nov 2015)
28 +
29 + 24 Nov 2015; Christoph Junghans <ottxor@g.o> +lmfit-5.1.ebuild,
30 + +metadata.xml:
31 + sci-libs/lmfit: initial commit
32
33 diff --git a/sci-libs/lmfit/lmfit-5.1.ebuild b/sci-libs/lmfit/lmfit-5.1.ebuild
34 new file mode 100644
35 index 0000000..2dc3784
36 --- /dev/null
37 +++ b/sci-libs/lmfit/lmfit-5.1.ebuild
38 @@ -0,0 +1,25 @@
39 +# Copyright 1999-2015 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +# $Id$
42 +
43 +EAPI=6
44 +
45 +inherit eutils
46 +
47 +DESCRIPTION="library for Levenberg-Marquardt least-squares minimization and curve fitting"
48 +HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/lmfit"
49 +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
50 +
51 +LICENSE="BSD-2"
52 +SLOT="0"
53 +KEYWORDS="~amd64"
54 +IUSE="static-libs"
55 +
56 +src_configure() {
57 + econf $(use_enable static-libs static)
58 +}
59 +
60 +src_install() {
61 + default
62 + prune_libtool_files
63 +}
64
65 diff --git a/sci-libs/lmfit/metadata.xml b/sci-libs/lmfit/metadata.xml
66 new file mode 100644
67 index 0000000..897aa2e
68 --- /dev/null
69 +++ b/sci-libs/lmfit/metadata.xml
70 @@ -0,0 +1,5 @@
71 +<?xml version="1.0" encoding="UTF-8"?>
72 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 +<pkgmetadata>
74 + <herd>sci</herd>
75 +</pkgmetadata>