summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/minfx')
-rw-r--r--sci-libs/minfx/ChangeLog7
-rw-r--r--sci-libs/minfx/minfx-1.0.5.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog
index 3e10fb82afa0..41c82dc9566c 100644
--- a/sci-libs/minfx/ChangeLog
+++ b/sci-libs/minfx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/minfx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.6 2013/09/05 19:04:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.7 2013/10/22 15:11:59 jlec Exp $
+
+*minfx-1.0.5 (22 Oct 2013)
+
+ 22 Oct 2013; Justin Lecher <jlec@gentoo.org> +minfx-1.0.5.ebuild:
+ Version Bump
05 Sep 2013; Michał Górny <mgorny@gentoo.org> minfx-1.0.3-r1.ebuild,
minfx-1.0.4.ebuild, minfx-1.0.4_pre98.ebuild:
diff --git a/sci-libs/minfx/minfx-1.0.5.ebuild b/sci-libs/minfx/minfx-1.0.5.ebuild
new file mode 100644
index 000000000000..65a422ad19f6
--- /dev/null
+++ b/sci-libs/minfx/minfx-1.0.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.5.ebuild,v 1.1 2013/10/22 15:11:59 jlec Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+
+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=""