summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-07-19 15:47:51 +0000
committerJustin Lecher <jlec@gentoo.org>2012-07-19 15:47:51 +0000
commit19b96ff8a66e785ff4950fe1b9719264903890e0 (patch)
treec7ac001445e80486f924be50d9a57b8078b09182 /sci-libs/minfx
parentAdd missing slot dependencies on Qt. (diff)
downloadgentoo-2-19b96ff8a66e785ff4950fe1b9719264903890e0.tar.gz
gentoo-2-19b96ff8a66e785ff4950fe1b9719264903890e0.tar.bz2
gentoo-2-19b96ff8a66e785ff4950fe1b9719264903890e0.zip
sci-libs/minfx: New addition
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/minfx')
-rw-r--r--sci-libs/minfx/ChangeLog10
-rw-r--r--sci-libs/minfx/Manifest4
-rw-r--r--sci-libs/minfx/metadata.xml13
-rw-r--r--sci-libs/minfx/minfx-1.0.3.ebuild20
4 files changed, 47 insertions, 0 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog
new file mode 100644
index 000000000000..faa410089bc9
--- /dev/null
+++ b/sci-libs/minfx/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/minfx
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.1 2012/07/19 15:47:51 jlec Exp $
+
+*minfx-1.0.3 (19 Jul 2012)
+
+ 19 Jul 2012; Justin Lecher <jlec@gentoo.org> +minfx-1.0.3.ebuild,
+ +metadata.xml:
+ New addition
+
diff --git a/sci-libs/minfx/Manifest b/sci-libs/minfx/Manifest
new file mode 100644
index 000000000000..6d4405eee32b
--- /dev/null
+++ b/sci-libs/minfx/Manifest
@@ -0,0 +1,4 @@
+DIST minfx-1.0.3.tar.gz 57287 SHA256 876c26055cb51e16f2497a44ac9870d69b7e2947ebbcb7ced9c858891603855d SHA512 c5bc696d2720df3af67cae3700fecc318848d8bf3186c64477b193cf8eedeb3afdbb2d49ad067efcd73b28d8f00c48d0a0c1dd6cc6eeb8fae613d3c235e28e25 WHIRLPOOL e25e9352956330c2fbc0f79356011f3c17152dc9b7d09396ffbb4894cb9fba370356a47801ffaa8abc22798dc2bbc09079bd6f3b72172b87c9c903d06183a266
+EBUILD minfx-1.0.3.ebuild 440 SHA256 fe090607243099ecf532dc72f9f0dec337494d9ed67821e1bdd5c3695b2aeca0 SHA512 d6f20d2949ec0bb95336debd5122e6cca2fb68babe156e431d3e82c0f820428bf499e1e6e6331d78b917ea55f42c934210f0c5b6d000ad55cdacffe12cf12989 WHIRLPOOL c14e1cc3199bec37921bbac84a69add921c11d544cc03dc4e15699d12bee29578a262e8ca20ecb19342de7433730d8caff759d5a23072704683abdb7228ee5e3
+MISC ChangeLog 244 SHA256 d15efd2b37845e11eba447d9e18eeec3ade612872802482e0169ec1e1228bbec SHA512 5309582139a6a47bfada24453e0a2feaec1975a984672fbfb7f40cad4ae3b9b00d13a5356b8e1457c1b045c1c2c451a0c5ef7d5ed7c3ce24039e170a718bd98a WHIRLPOOL 1375bc68e087a132aa133b64cd6808c869867979c8eaa672bd165d5fc220f872a0560896c879a8de52ede0d59a317161b8dfe42fa3b7ee31cee6adcd8b725089
+MISC metadata.xml 480 SHA256 3047e17ea67a8ba8fabf99fcfb938220d35e7774c9f9f2b76ce6da0c60f533a2 SHA512 64d31b4570b648bdbbd07f58d0cb6dad3a928921c25a57a636181074f9052c2020615ee3a35a9e266bf30648b2b5c709c469912253b514bb648b7ce7945413be WHIRLPOOL 03a94451b1c82ebd119dcc6374a7a53776f4a70dcaa5e871f6c86e5504941a9f353fb51bbf376abcc97c6808d7be074e56d7434262bb031e5fb60721cc517158
diff --git a/sci-libs/minfx/metadata.xml b/sci-libs/minfx/metadata.xml
new file mode 100644
index 000000000000..43fd6b64275b
--- /dev/null
+++ b/sci-libs/minfx/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ The minfx project is a python package for numerical optimisation,
+ being a large collection of standard minimisation algorithms. The name minfx
+ is simply a shortening of the mathematical expression min f(x).
+</longdescription>
+</pkgmetadata>
diff --git a/sci-libs/minfx/minfx-1.0.3.ebuild b/sci-libs/minfx/minfx-1.0.3.ebuild
new file mode 100644
index 000000000000..98e408f6ab03
--- /dev/null
+++ b/sci-libs/minfx/minfx-1.0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.3.ebuild,v 1.1 2012/07/19 15:47:51 jlec Exp $
+
+EAPI=4
+
+PYTHON_DEPEND=2
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="Numerical optimisation library"
+HOMEPAGE="http://gna.org/projects/minfx"
+SRC_URI="http://download.gna.org/minfx/minfx-1.0.3.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""