summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-10-20 10:55:21 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-10-20 10:55:21 +0000
commit6467828e198bf51ad93a29d266d9b7e9c14cceb6 (patch)
tree0e2f612428b05e21dfff20d7e05bd169be189db0
parentVersion bump (diff)
downloadgentoo-2-6467828e198bf51ad93a29d266d9b7e9c14cceb6.tar.gz
gentoo-2-6467828e198bf51ad93a29d266d9b7e9c14cceb6.tar.bz2
gentoo-2-6467828e198bf51ad93a29d266d9b7e9c14cceb6.zip
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-tuxonice-r1 i686)
-rw-r--r--dev-python/mpmath/ChangeLog8
-rw-r--r--dev-python/mpmath/mpmath-0.10.ebuild (renamed from dev-python/mpmath/mpmath-0.8.ebuild)7
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog
index 3699bf62a0f7..b92d5e7b5d04 100644
--- a/dev-python/mpmath/ChangeLog
+++ b/dev-python/mpmath/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/mpmath
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.2 2008/08/26 09:09:53 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.3 2008/10/20 10:55:21 grozin Exp $
+
+*mpmath-0.10 (20 Oct 2008)
+
+ 20 Oct 2008; Andrey Grozin <grozin@gentoo.org> -mpmath-0.8.ebuild,
+ +mpmath-0.10.ebuild:
+ Version bump
*mpmath-0.9 (26 Aug 2008)
diff --git a/dev-python/mpmath/mpmath-0.8.ebuild b/dev-python/mpmath/mpmath-0.10.ebuild
index 3d18e2380526..f9a3bf3b76cf 100644
--- a/dev-python/mpmath/mpmath-0.8.ebuild
+++ b/dev-python/mpmath/mpmath-0.10.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.8.ebuild,v 1.1 2008/07/08 04:10:15 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.10.ebuild,v 1.1 2008/10/20 10:55:21 grozin Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="A python library for arbitrary-precision floating-point arithmetic"
-HOMEPAGE="http://code.google.com/p/mpmath/"
+HOMEPAGE="http://code.google.com/p/${PN}/"
SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
-IUSE="doc examples test"
+IUSE="doc examples gmp test"
DEPEND="doc? ( dev-python/sphinx )
+ gmp? ( dev-python/gmpy )
test? ( dev-python/py )"
src_install() {