diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-10-22 15:11:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-10-22 15:11:59 +0000 |
commit | e96aa9fa11e7288ec9a816ea4bfaceffb0e2247f (patch) | |
tree | 751a154d9f0462549d0206948e233dad20fce98b | |
parent | backported security fix for bug 487688 (diff) | |
download | gentoo-2-e96aa9fa11e7288ec9a816ea4bfaceffb0e2247f.tar.gz gentoo-2-e96aa9fa11e7288ec9a816ea4bfaceffb0e2247f.tar.bz2 gentoo-2-e96aa9fa11e7288ec9a816ea4bfaceffb0e2247f.zip |
sci-libs/minfx: Version Bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | sci-libs/minfx/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/minfx/minfx-1.0.5.ebuild | 18 |
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="" |