diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-05-06 11:44:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-05-06 11:44:50 +0000 |
commit | 003df874011ac0d0b2b3371f09f0e8fb5cb8bdef (patch) | |
tree | 98af76567d6b83d39350beae91c155666a2de8ae /sci-libs | |
parent | Revision bump fixes desktop file, bug #508618. Remove old. (diff) | |
download | gentoo-2-003df874011ac0d0b2b3371f09f0e8fb5cb8bdef.tar.gz gentoo-2-003df874011ac0d0b2b3371f09f0e8fb5cb8bdef.tar.bz2 gentoo-2-003df874011ac0d0b2b3371f09f0e8fb5cb8bdef.zip |
sci-libs/minfx: Version Bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-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="" |