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/sympy: sympy-0.6.5.ebuild sympy-0.6.6.ebuild ChangeLog
Date: Sun, 07 Feb 2010 20:57:37
Message-Id: E1NeDwh-0007RM-Uk@stork.gentoo.org
1 pva 10/02/07 20:41:31
2
3 Modified: sympy-0.6.5.ebuild sympy-0.6.6.ebuild ChangeLog
4 Log:
5 Add inherit eutils: epatch is defined there.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/sympy/sympy-0.6.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/sympy-0.6.5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/sympy-0.6.5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/sympy-0.6.5.ebuild?r1=1.2&r2=1.3
14
15 Index: sympy-0.6.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- sympy-0.6.5.ebuild 26 Dec 2009 19:39:43 -0000 1.2
22 +++ sympy-0.6.5.ebuild 7 Feb 2010 20:41:31 -0000 1.3
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.5.ebuild,v 1.2 2009/12/26 19:39:43 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.5.ebuild,v 1.3 2010/02/07 20:41:31 pva Exp $
29 EAPI=2
30 NEED_PYTHON=2.4
31 -inherit distutils
32 +inherit eutils distutils
33
34 DESCRIPTION="Computer algebra system (CAS) in Python"
35 HOMEPAGE="http://code.google.com/p/sympy/"
36
37
38
39 1.3 dev-python/sympy/sympy-0.6.6.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/sympy-0.6.6.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/sympy-0.6.6.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/sympy-0.6.6.ebuild?r1=1.2&r2=1.3
44
45 Index: sympy-0.6.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.6.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- sympy-0.6.6.ebuild 26 Dec 2009 19:39:43 -0000 1.2
52 +++ sympy-0.6.6.ebuild 7 Feb 2010 20:41:31 -0000 1.3
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.6.ebuild,v 1.2 2009/12/26 19:39:43 pva Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.6.ebuild,v 1.3 2010/02/07 20:41:31 pva Exp $
59 EAPI=2
60 NEED_PYTHON=2.4
61 -inherit distutils
62 +inherit eutils distutils
63
64 DESCRIPTION="Computer algebra system (CAS) in Python"
65 HOMEPAGE="http://code.google.com/p/sympy/"
66
67
68
69 1.9 dev-python/sympy/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/ChangeLog?rev=1.9&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/ChangeLog?rev=1.9&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sympy/ChangeLog?r1=1.8&r2=1.9
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v
78 retrieving revision 1.8
79 retrieving revision 1.9
80 diff -u -r1.8 -r1.9
81 --- ChangeLog 26 Dec 2009 19:39:43 -0000 1.8
82 +++ ChangeLog 7 Feb 2010 20:41:31 -0000 1.9
83 @@ -1,6 +1,10 @@
84 # ChangeLog for dev-python/sympy
85 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.8 2009/12/26 19:39:43 pva Exp $
87 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.9 2010/02/07 20:41:31 pva Exp $
89 +
90 + 07 Feb 2010; Peter Volkov <pva@g.o> sympy-0.6.5.ebuild,
91 + sympy-0.6.6.ebuild:
92 + Add inherit eutils: epatch is defined there.
93
94 26 Dec 2009; Peter Volkov <pva@g.o> sympy-0.6.5.ebuild,
95 sympy-0.6.6.ebuild: