Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mpmath: ChangeLog mpmath-0.13.ebuild
Date: Sun, 07 Feb 2010 20:57:27
Message-Id: E1NeEC4-00087r-8e@stork.gentoo.org
1 pva 10/02/07 20:57:24
2
3 Modified: ChangeLog mpmath-0.13.ebuild
4 Log:
5 $HOMEPAGE: Never refer to a variable name in the string; include only raw text.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 dev-python/mpmath/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 6 Feb 2010 11:19:52 -0000 1.10
22 +++ ChangeLog 7 Feb 2010 20:57:23 -0000 1.11
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/mpmath
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.10 2010/02/06 11:19:52 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.11 2010/02/07 20:57:23 pva Exp $
28 +
29 + 07 Feb 2010; Peter Volkov <pva@g.o> mpmath-0.13.ebuild:
30 + $HOMEPAGE: Never refer to a variable name in the string; include only raw
31 + text.
32
33 06 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 mpmath-0.14.ebuild:
35
36
37
38 1.2 dev-python/mpmath/mpmath-0.13.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild?r1=1.1&r2=1.2
43
44 Index: mpmath-0.13.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- mpmath-0.13.ebuild 17 Aug 2009 16:55:05 -0000 1.1
51 +++ mpmath-0.13.ebuild 7 Feb 2010 20:57:23 -0000 1.2
52 @@ -1,13 +1,13 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild,v 1.1 2009/08/17 16:55:05 grozin Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.13.ebuild,v 1.2 2010/02/07 20:57:23 pva Exp $
58
59 EAPI=2
60 NEED_PYTHON=2.4
61 inherit distutils
62
63 DESCRIPTION="A python library for arbitrary-precision floating-point arithmetic"
64 -HOMEPAGE="http://code.google.com/p/${PN}/"
65 +HOMEPAGE="http://code.google.com/p/mpmath"
66 SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz"
67
68 LICENSE="BSD"