From a96a360e7cc9df108439e6bba8e40c1b4cefe060 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sun, 7 Feb 2010 20:57:23 +0000 Subject: $HOMEPAGE: Never refer to a variable name in the string; include only raw text. (Portage version: 2.1.7.17/cvs/Linux x86_64) --- dev-python/mpmath/ChangeLog | 6 +++++- dev-python/mpmath/mpmath-0.13.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'dev-python') 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 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 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" -- cgit v1.2.3-65-gdbad