diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-06-10 11:29:05 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-06-10 11:29:05 +0000 |
commit | d263eff058add204e6727cb8fd6ad48157972ef5 (patch) | |
tree | 6dd1645a50aa8ff6674cf82e3ab2e99e970a318b /dev-python/mpmath | |
parent | Whitespace fix. (diff) | |
download | gentoo-2-d263eff058add204e6727cb8fd6ad48157972ef5.tar.gz gentoo-2-d263eff058add204e6727cb8fd6ad48157972ef5.tar.bz2 gentoo-2-d263eff058add204e6727cb8fd6ad48157972ef5.zip |
Version bump (it fails 2 tests, but this is a question to the upstream)
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/mpmath/mpmath-0.12.ebuild (renamed from dev-python/mpmath/mpmath-0.10.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog index b2e9bdf81641..55760f419d02 100644 --- a/dev-python/mpmath/ChangeLog +++ b/dev-python/mpmath/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/mpmath # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.5 2009/02/15 22:32:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.6 2009/06/10 11:29:05 grozin Exp $ + +*mpmath-0.12 (10 Jun 2009) + + 10 Jun 2009; Andrey Grozin <grozin@gentoo.org> -mpmath-0.10.ebuild, + +mpmath-0.12.ebuild: + Version bump (it fails 2 tests, but this is a question to the upstream) 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> mpmath-0.11.ebuild: Adding ~amd64 keyword diff --git a/dev-python/mpmath/mpmath-0.10.ebuild b/dev-python/mpmath/mpmath-0.12.ebuild index f9a3bf3b76cf..19f0acfd6dbb 100644 --- a/dev-python/mpmath/mpmath-0.10.ebuild +++ b/dev-python/mpmath/mpmath-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.10.ebuild,v 1.1 2008/10/20 10:55:21 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.12.ebuild,v 1.1 2009/06/10 11:29:05 grozin Exp $ NEED_PYTHON=2.4 inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc examples gmp test" DEPEND="doc? ( dev-python/sphinx ) |