summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-07 20:57:23 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-07 20:57:23 +0000
commitdf19d3bc69afa03410118f23ef4e1645ba3b126b (patch)
tree4c4c5560e2cc1d30ecfc8b264d4aee17334395b8 /dev-python
parentImprove wording of devfs-compat message, Bug #301141. Sync udev-9999 to lates... (diff)
downloadhistorical-df19d3bc69afa03410118f23ef4e1645ba3b126b.tar.gz
historical-df19d3bc69afa03410118f23ef4e1645ba3b126b.tar.bz2
historical-df19d3bc69afa03410118f23ef4e1645ba3b126b.zip
$HOMEPAGE: Never refer to a variable name in the string; include only raw text.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mpmath/ChangeLog6
-rw-r--r--dev-python/mpmath/Manifest4
-rw-r--r--dev-python/mpmath/mpmath-0.13.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog
index 74fd96edd88e..cdd9890d8330 100644
--- a/dev-python/mpmath/ChangeLog
+++ b/dev-python/mpmath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mpmath
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.10 2010/02/06 11:19:52 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.11 2010/02/07 20:57:23 pva Exp $
+
+ 07 Feb 2010; Peter Volkov <pva@gentoo.org> mpmath-0.13.ebuild:
+ $HOMEPAGE: Never refer to a variable name in the string; include only raw
+ text.
06 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
mpmath-0.14.ebuild:
diff --git a/dev-python/mpmath/Manifest b/dev-python/mpmath/Manifest
index 769c99fe29a3..06fea4ff94ec 100644
--- a/dev-python/mpmath/Manifest
+++ b/dev-python/mpmath/Manifest
@@ -1,6 +1,6 @@
DIST mpmath-0.13.tar.gz 324959 RMD160 b379d88a494be862f57b01526745ae24f0e9b3f0 SHA1 2ae72cb66b4d22e9db9dd8c4a0f3ac9512671131 SHA256 abf336b083562848456796209f67aa9742af295e7fc82d9f44ef1ab7aeab39c7
DIST mpmath-0.14.tar.gz 468606 RMD160 54b07c811cd1d9b7c4a9d1da91050dd921aa75f3 SHA1 94069d827d08f9547301e0faf04f0e2574a7dae5 SHA256 039c8649c926584c93e88b917908bfb512ceb4d124ba787f2aa14ecaf58f007b
-EBUILD mpmath-0.13.ebuild 984 RMD160 c94cf3d1d2b0ae99e1f32fd9d5209cd78d17dcff SHA1 8343f5fe2739c182ead74f5f7edb35d14e93d1c8 SHA256 a061d1f8be45ad46ce047f08ef4da83ee9f50020656a8738eecaddccdd9b71b0
+EBUILD mpmath-0.13.ebuild 981 RMD160 a2ce6c14deee5b3474ab4260cce29d423c2d7740 SHA1 6a3e0bc96f354cd3ab26faf13d26afd8742d1bce SHA256 a11e6d4d9938c8b5612594a6147b005c93c12d31a2baadc1bcd5b172074ac290
EBUILD mpmath-0.14.ebuild 1061 RMD160 a40c25b7ad67c0cf41f311e131f17780f052e513 SHA1 5926acb4e1d773a6162850e8e5ffcda426b55385 SHA256 3ff008a6851c612f34d208f857d57aa5c63decbd4b08d43cf4dca7ad0c24a1e3
-MISC ChangeLog 1648 RMD160 b8f1439a06d38241baf90930931975488c78735f SHA1 135c5477d60937dd0fb56cc3fb6e3d5178294c36 SHA256 6504ff6901e9baceb0d42d9af4914dfcc0202a554676957bb12fb9bbdbc1b461
+MISC ChangeLog 1793 RMD160 5d1c938fa6c592a8bb63c3c59b197d7d6c2b5341 SHA1 430226d64277dd36aefb5cc6cf13e1dd0596c39a SHA256 2640731c2a57bf10ca0cb5d2e8ecff8e8a7140c6ae7b989d871a50057f5c98ab
MISC metadata.xml 365 RMD160 ece7c524ccedeb12b39753fba601dd830c25f8ab SHA1 afc79096300fa102014e4e794fdc20814b25f363 SHA256 d6bb09b59c81f6643741decbdce8d164005673b406d703ce5c2448891b2db2a8
diff --git a/dev-python/mpmath/mpmath-0.13.ebuild b/dev-python/mpmath/mpmath-0.13.ebuild
index 9fb8bbb9a49c..e928a50ec4a4 100644
--- a/dev-python/mpmath/mpmath-0.13.ebuild
+++ b/dev-python/mpmath/mpmath-0.13.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild,v 1.1 2009/08/17 16:55:05 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild,v 1.2 2010/02/07 20:57:23 pva Exp $
EAPI=2
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="A python library for arbitrary-precision floating-point arithmetic"
-HOMEPAGE="http://code.google.com/p/${PN}/"
+HOMEPAGE="http://code.google.com/p/mpmath"
SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"