public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/lmfit/
@ 2015-11-24  2:03 Christoph Junghans
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2015-11-24  2:03 UTC (permalink / raw
  To: gentoo-commits

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 <ottxor@gentoo.org> +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>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lmfit/
@ 2015-11-25  7:23 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2015-11-25  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     15ae563df330ed622df8e4e6b6cf3b66a2a93af5
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Nov 25 07:23:15 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Nov 25 07:23:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=15ae563d

sci-libs/lmfit: Fix EAPI version

Package-Manager: portage-2.2.20.1

 sci-libs/lmfit/ChangeLog        | 3 +++
 sci-libs/lmfit/lmfit-5.1.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/lmfit/ChangeLog b/sci-libs/lmfit/ChangeLog
index 1f82618..70e2fdf 100644
--- a/sci-libs/lmfit/ChangeLog
+++ b/sci-libs/lmfit/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  25 Nov 2015; Marius Brehler <marbre@linux.sungazer.de> lmfit-5.1.ebuild:
+  sci-libs/lmfit: Fix EAPI version
+
 *lmfit-5.1 (24 Nov 2015)
 
   24 Nov 2015; Christoph Junghans <ottxor@gentoo.org> +lmfit-5.1.ebuild,

diff --git a/sci-libs/lmfit/lmfit-5.1.ebuild b/sci-libs/lmfit/lmfit-5.1.ebuild
index 2dc3784..4f2e0b1 100644
--- a/sci-libs/lmfit/lmfit-5.1.ebuild
+++ b/sci-libs/lmfit/lmfit-5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI=5
 
 inherit eutils
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lmfit/
@ 2015-11-26 11:57 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-11-26 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f9077655f15765c17cb83ca893a79a740c674241
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Nov 25 07:40:29 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 07:40:29 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f9077655

Revert "sci-libs/lmfit: Fix EAPI version"

This reverts commit 15ae563df330ed622df8e4e6b6cf3b66a2a93af5.

EAPI 6 was approved by the Gentoo Council:
https://bugs.gentoo.org/show_bug.cgi?id=565700

 sci-libs/lmfit/ChangeLog        | 3 ---
 sci-libs/lmfit/lmfit-5.1.ebuild | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/sci-libs/lmfit/ChangeLog b/sci-libs/lmfit/ChangeLog
index 70e2fdf..1f82618 100644
--- a/sci-libs/lmfit/ChangeLog
+++ b/sci-libs/lmfit/ChangeLog
@@ -2,9 +2,6 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
-  25 Nov 2015; Marius Brehler <marbre@linux.sungazer.de> lmfit-5.1.ebuild:
-  sci-libs/lmfit: Fix EAPI version
-
 *lmfit-5.1 (24 Nov 2015)
 
   24 Nov 2015; Christoph Junghans <ottxor@gentoo.org> +lmfit-5.1.ebuild,

diff --git a/sci-libs/lmfit/lmfit-5.1.ebuild b/sci-libs/lmfit/lmfit-5.1.ebuild
index 4f2e0b1..2dc3784 100644
--- a/sci-libs/lmfit/lmfit-5.1.ebuild
+++ b/sci-libs/lmfit/lmfit-5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lmfit/
@ 2018-06-01  0:19 Christoph Junghans
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2018-06-01  0:19 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-01  0:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24  2:03 [gentoo-commits] proj/sci:master commit in: sci-libs/lmfit/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2015-11-25  7:23 Marius Brehler
2015-11-26 11:57 Justin Lecher
2018-06-01  0:19 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox