diff options
-rw-r--r-- | sci-libs/minfx/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/minfx/minfx-1.0.6.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog index 3f8612afc836..d30b293c0933 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.8 2014/03/31 21:18:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.9 2014/05/06 11:44:50 jlec Exp $ + +*minfx-1.0.6 (06 May 2014) + + 06 May 2014; Justin Lecher <jlec@gentoo.org> +minfx-1.0.6.ebuild: + Version Bump 31 Mar 2014; Michał Górny <mgorny@gentoo.org> minfx-1.0.3-r1.ebuild, minfx-1.0.4.ebuild, minfx-1.0.4_pre98.ebuild, minfx-1.0.5.ebuild: diff --git a/sci-libs/minfx/minfx-1.0.6.ebuild b/sci-libs/minfx/minfx-1.0.6.ebuild new file mode 100644 index 000000000000..19d512f73f6c --- /dev/null +++ b/sci-libs/minfx/minfx-1.0.6.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.6.ebuild,v 1.1 2014/05/06 11:44:50 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_2,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="" |