summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-13 06:59:01 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-13 06:59:01 +0000
commitaa828e072238765e0d9be298248b7ef00aa9866d (patch)
tree6362f7cb4da527317056bf9da0cbbd40a2a2f829 /sci-libs/minfx
parentsci-libs/scikits_optimization: Version Bump (diff)
downloadgentoo-2-aa828e072238765e0d9be298248b7ef00aa9866d.tar.gz
gentoo-2-aa828e072238765e0d9be298248b7ef00aa9866d.tar.bz2
gentoo-2-aa828e072238765e0d9be298248b7ef00aa9866d.zip
sci-libs/minfx: Version Bump
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/minfx')
-rw-r--r--sci-libs/minfx/ChangeLog7
-rw-r--r--sci-libs/minfx/minfx-1.0.4.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog
index ad5bf9456c61..d04599422227 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.4 2013/02/04 07:57:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.5 2013/05/13 06:59:01 jlec Exp $
+
+*minfx-1.0.4 (13 May 2013)
+
+ 13 May 2013; Justin Lecher <jlec@gentoo.org> +minfx-1.0.4.ebuild:
+ Version Bump
04 Feb 2013; Justin Lecher <jlec@gentoo.org> minfx-1.0.4_pre98.ebuild:
Allow py3
diff --git a/sci-libs/minfx/minfx-1.0.4.ebuild b/sci-libs/minfx/minfx-1.0.4.ebuild
new file mode 100644
index 000000000000..6881c09a8b8f
--- /dev/null
+++ b/sci-libs/minfx/minfx-1.0.4.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.4.ebuild,v 1.1 2013/05/13 06:59:01 jlec Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} 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"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""