diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-10-20 10:55:21 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-10-20 10:55:21 +0000 |
commit | e3e67042392139ab2fd66cb09c61c402083e931a (patch) | |
tree | dc224cc6325d78ad31e3fb0885a5d2f17128efd7 /dev-python/mpmath | |
parent | Version bump (diff) | |
download | historical-e3e67042392139ab2fd66cb09c61c402083e931a.tar.gz historical-e3e67042392139ab2fd66cb09c61c402083e931a.tar.bz2 historical-e3e67042392139ab2fd66cb09c61c402083e931a.zip |
Version bump
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.25-tuxonice-r1 i686
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/mpmath/Manifest | 6 | ||||
-rw-r--r-- | dev-python/mpmath/mpmath-0.10.ebuild (renamed from dev-python/mpmath/mpmath-0.8.ebuild) | 7 |
3 files changed, 14 insertions, 7 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/Manifest b/dev-python/mpmath/Manifest index ec8242922ede..928f21ecf89e 100644 --- a/dev-python/mpmath/Manifest +++ b/dev-python/mpmath/Manifest @@ -1,6 +1,6 @@ -DIST mpmath-0.8.tar.gz 111825 RMD160 cf090d139643d7c10c13a2e12a558f1c44bbe2d2 SHA1 bdb5f2b9efc2ea730b004de3bf2593c74ffbdd34 SHA256 ff25bfa44e96ffe25a69c9de4577f810d953b2936bc57df3009ec5d86474eb67 +DIST mpmath-0.10.tar.gz 174859 RMD160 78b54d21d3c2e1f41efe7f48d4b129d569116153 SHA1 f7260241229bcee068e9bd41fcc85b9a5cbd8fb1 SHA256 e3b6da08037d948af8a246483656c62964865b5c4affe3632992cf92e54a1372 DIST mpmath-0.9.tar.gz 129641 RMD160 c70721cbfbbab95186de53e081922529d13d2089 SHA1 4aab87c3a0b4cac248cfa3d578786a18646d714a SHA256 71a7c25190379fa405d6f71d7ad98dfdba42c322a0315f9dd61fe56b90f0ef46 -EBUILD mpmath-0.8.ebuild 850 RMD160 7bfd691e6968ee96e541f052a7aaabdcf78b26fc SHA1 3a54556f53010e1de27aeb28d84a73eac1069621 SHA256 d11b33e4f3542be365ff308bfcc9a1c7aab2458925fba25d50b91b8aa36c80da +EBUILD mpmath-0.10.ebuild 880 RMD160 e3905bb57936a92501ec2b12d31ae3b7d1ef308f SHA1 fd55cbae6b9b619c03476b13b160278f3cb0d88e SHA256 64ad8f2c04017ca131f13617788d3efa01ee90c6e0b031e760d421a550d84ebe EBUILD mpmath-0.9.ebuild 879 RMD160 c81b3d751766273fe0b5a8f82a43dc8be7d0fd7f SHA1 5ea7e679aa97d4ba247c31dc7ca1631fae3f26d7 SHA256 5046a659ff67bf92fd1a760ec2145ccbe1cd040ecd941adbd60ea70d6ad2aae3 -MISC ChangeLog 468 RMD160 5afc8319414103bf2816c0912c5b68d477225822 SHA1 00ae74b54eadc2b804d97839522b00aaeb64ba3e SHA256 af50e77773f2b81844962cba833416c4f29ef20d82612a447967676b99c2564c +MISC ChangeLog 604 RMD160 08744f5d31d5a6ec46c505040d856258a4ba8162 SHA1 1cebe47ff554096103045b34d03a152a5d9eaa5f SHA256 d3e1c99b82e4ddb13467962b499eb330c4c2d6f7374b964ee2f3786837b3c3f4 MISC metadata.xml 365 RMD160 ece7c524ccedeb12b39753fba601dd830c25f8ab SHA1 afc79096300fa102014e4e794fdc20814b25f363 SHA256 d6bb09b59c81f6643741decbdce8d164005673b406d703ce5c2448891b2db2a8 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() { |