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
commita96a360e7cc9df108439e6bba8e40c1b4cefe060 (patch)
tree97cfae8246ed06189d5c859d936286933814e8f6 /dev-python/mpmath
parentAdd inherit eutils: epatch is defined there. (diff)
downloadgentoo-2-a96a360e7cc9df108439e6bba8e40c1b4cefe060.tar.gz
gentoo-2-a96a360e7cc9df108439e6bba8e40c1b4cefe060.tar.bz2
gentoo-2-a96a360e7cc9df108439e6bba8e40c1b4cefe060.zip
$HOMEPAGE: Never refer to a variable name in the string; include only raw text.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/ChangeLog6
-rw-r--r--dev-python/mpmath/mpmath-0.13.ebuild6
2 files changed, 8 insertions, 4 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/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"