summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-09-15 11:25:21 +0000
committerJustin Lecher <jlec@gentoo.org>2014-09-15 11:25:21 +0000
commitcb908573fcd5ca5c7498a687f6712a8c642ed9b1 (patch)
tree896c495edb87da8bfc70d72a7b2e945464d4b7b7 /sci-libs/minfx
parentUpdate 9999 version wrt bug #522606 (diff)
downloadgentoo-2-cb908573fcd5ca5c7498a687f6712a8c642ed9b1.tar.gz
gentoo-2-cb908573fcd5ca5c7498a687f6712a8c642ed9b1.tar.bz2
gentoo-2-cb908573fcd5ca5c7498a687f6712a8c642ed9b1.zip
sci-libs/minfx: Version BUmp; drop version using old python eclass
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/minfx')
-rw-r--r--sci-libs/minfx/ChangeLog8
-rw-r--r--sci-libs/minfx/minfx-1.0.10.ebuild (renamed from sci-libs/minfx/minfx-1.0.3.ebuild)12
2 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog
index d30b293c0933..bc86cc98ed70 100644
--- a/sci-libs/minfx/ChangeLog
+++ b/sci-libs/minfx/ChangeLog
@@ -1,6 +1,12 @@
# 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.9 2014/05/06 11:44:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.10 2014/09/15 11:25:20 jlec Exp $
+
+*minfx-1.0.10 (15 Sep 2014)
+
+ 15 Sep 2014; Justin Lecher <jlec@gentoo.org> -minfx-1.0.3.ebuild,
+ +minfx-1.0.10.ebuild:
+ Version BUmp; drop version using old python eclass
*minfx-1.0.6 (06 May 2014)
diff --git a/sci-libs/minfx/minfx-1.0.3.ebuild b/sci-libs/minfx/minfx-1.0.10.ebuild
index 6f77dd45638d..357c562fa000 100644
--- a/sci-libs/minfx/minfx-1.0.3.ebuild
+++ b/sci-libs/minfx/minfx-1.0.10.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.3.ebuild,v 1.2 2013/02/04 07:09:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.10.ebuild,v 1.1 2014/09/15 11:25:21 jlec Exp $
-EAPI=4
+EAPI=5
-PYTHON_DEPEND=2
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-inherit distutils
+inherit distutils-r1
DESCRIPTION="Numerical optimisation library"
HOMEPAGE="http://gna.org/projects/minfx"