diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-04 07:27:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-04 07:27:44 +0000 |
commit | 82dce532ddd88dd5240243e87e56c4529dfc193f (patch) | |
tree | cf354eb0b5e717558d411b360bd8861e33d3db5e /sci-libs/minfx | |
parent | sci-libs/bmrblib: Add snapshot from svn (diff) | |
download | gentoo-2-82dce532ddd88dd5240243e87e56c4529dfc193f.tar.gz gentoo-2-82dce532ddd88dd5240243e87e56c4529dfc193f.tar.bz2 gentoo-2-82dce532ddd88dd5240243e87e56c4529dfc193f.zip |
sci-libs/minfx: Add snapshot from svn
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/minfx')
-rw-r--r-- | sci-libs/minfx/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/minfx/minfx-1.0.4_pre98.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog index 9e68a24d1a96..8749288f2cc2 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.2 2013/02/04 07:09:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.3 2013/02/04 07:27:44 jlec Exp $ + +*minfx-1.0.4_pre98 (04 Feb 2013) + + 04 Feb 2013; Justin Lecher <jlec@gentoo.org> +minfx-1.0.4_pre98.ebuild: + Add snapshot from svn *minfx-1.0.3-r1 (04 Feb 2013) diff --git a/sci-libs/minfx/minfx-1.0.4_pre98.ebuild b/sci-libs/minfx/minfx-1.0.4_pre98.ebuild new file mode 100644 index 000000000000..6beceab5766e --- /dev/null +++ b/sci-libs/minfx/minfx-1.0.4_pre98.ebuild @@ -0,0 +1,19 @@ +# 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.4_pre98.ebuild,v 1.1 2013/02/04 07:27:44 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) + +inherit distutils-r1 + +DESCRIPTION="Numerical optimisation library" +HOMEPAGE="http://gna.org/projects/minfx" +#SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" |