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/adodb-py: adodb-py-2.00.ebuild ChangeLog adodb-py-2.20.ebuild
Date: Sun, 07 Feb 2010 20:50:57
Message-Id: E1NeE5m-0007sE-Ax@stork.gentoo.org
1 pva 10/02/07 20:50:54
2
3 Modified: adodb-py-2.00.ebuild ChangeLog adodb-py-2.20.ebuild
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.8 dev-python/adodb-py/adodb-py-2.00.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/adodb-py-2.00.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/adodb-py-2.00.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/adodb-py-2.00.ebuild?r1=1.7&r2=1.8
14
15 Index: adodb-py-2.00.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.00.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- adodb-py-2.00.ebuild 19 Sep 2009 05:38:48 -0000 1.7
22 +++ adodb-py-2.00.ebuild 7 Feb 2010 20:50:53 -0000 1.8
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/adodb-py/adodb-py-2.00.ebuild,v 1.7 2009/09/19 05:38:48 neurogeek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.00.ebuild,v 1.8 2010/02/07 20:50:53 pva Exp $
29
30 EAPI="2"
31 -inherit distutils
32 +inherit eutils distutils
33
34 MY_P=${PN}${PV//./}
35
36
37
38
39 1.26 dev-python/adodb-py/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/ChangeLog?rev=1.26&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/ChangeLog?rev=1.26&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/ChangeLog?r1=1.25&r2=1.26
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/adodb-py/ChangeLog,v
48 retrieving revision 1.25
49 retrieving revision 1.26
50 diff -u -r1.25 -r1.26
51 --- ChangeLog 19 Sep 2009 05:38:48 -0000 1.25
52 +++ ChangeLog 7 Feb 2010 20:50:53 -0000 1.26
53 @@ -1,6 +1,10 @@
54 # ChangeLog for dev-python/adodb-py
55 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/ChangeLog,v 1.25 2009/09/19 05:38:48 neurogeek Exp $
57 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/ChangeLog,v 1.26 2010/02/07 20:50:53 pva Exp $
59 +
60 + 07 Feb 2010; Peter Volkov <pva@g.o> adodb-py-2.00.ebuild,
61 + adodb-py-2.20.ebuild:
62 + Add inherit eutils: epatch is defined there.
63
64 19 Sep 2009; Jesus Rivero <neurogeek@g.o> adodb-py-2.00.ebuild,
65 adodb-py-2.20.ebuild, +files/adodb-py_sandbox_violation.patch:
66
67
68
69 1.3 dev-python/adodb-py/adodb-py-2.20.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild?rev=1.3&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild?rev=1.3&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild?r1=1.2&r2=1.3
74
75 Index: adodb-py-2.20.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild,v
78 retrieving revision 1.2
79 retrieving revision 1.3
80 diff -u -r1.2 -r1.3
81 --- adodb-py-2.20.ebuild 19 Sep 2009 05:38:48 -0000 1.2
82 +++ adodb-py-2.20.ebuild 7 Feb 2010 20:50:53 -0000 1.3
83 @@ -1,11 +1,11 @@
84 -# Copyright 1999-2009 Gentoo Foundation
85 +# Copyright 1999-2010 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild,v 1.2 2009/09/19 05:38:48 neurogeek Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild,v 1.3 2010/02/07 20:50:53 pva Exp $
89
90 EAPI="2"
91 NEED_PYTHON=2.3
92
93 -inherit distutils
94 +inherit eutils distutils
95
96 MY_PV=${PV//./}
97 MY_P=${PN/-py/}-${MY_PV}