summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-10-10 06:50:50 +0000
committerJustin Lecher <jlec@gentoo.org>2014-10-10 06:50:50 +0000
commitc15baf9baabf3c5e8171cee1f3f1f29270a48b63 (patch)
tree72a7d5e8fd38a78a34c9fa86438a385d9b228f1a /sci-libs
parentdev-python/Numdifftools: New package written by me (diff)
downloadgentoo-2-c15baf9baabf3c5e8171cee1f3f1f29270a48b63.tar.gz
gentoo-2-c15baf9baabf3c5e8171cee1f3f1f29270a48b63.tar.bz2
gentoo-2-c15baf9baabf3c5e8171cee1f3f1f29270a48b63.zip
sci-libs/minfx: Version BUmp
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/minfx/ChangeLog7
-rw-r--r--sci-libs/minfx/minfx-1.0.11.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog
index bc86cc98ed70..42880dc21404 100644
--- a/sci-libs/minfx/ChangeLog
+++ b/sci-libs/minfx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/minfx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.10 2014/09/15 11:25:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.11 2014/10/10 06:50:50 jlec Exp $
+
+*minfx-1.0.11 (10 Oct 2014)
+
+ 10 Oct 2014; Justin Lecher <jlec@gentoo.org> +minfx-1.0.11.ebuild:
+ Version BUmp
*minfx-1.0.10 (15 Sep 2014)
diff --git a/sci-libs/minfx/minfx-1.0.11.ebuild b/sci-libs/minfx/minfx-1.0.11.ebuild
new file mode 100644
index 000000000000..921ae0a8ac38
--- /dev/null
+++ b/sci-libs/minfx/minfx-1.0.11.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.11.ebuild,v 1.1 2014/10/10 06:50:50 jlec Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Numerical optimisation library"
+HOMEPAGE="http://gna.org/projects/minfx"
+SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""