Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/axiom: ChangeLog axiom-0.5.30.ebuild
Date: Mon, 01 Jun 2009 14:44:32
Message-Id: E1MB8kW-0008SZ-Ij@stork.gentoo.org
1 patrick 09/06/01 14:44:28
2
3 Modified: ChangeLog axiom-0.5.30.ebuild
4 Log:
5 EAPI goes to the top
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.25 dev-python/axiom/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 24 Apr 2009 14:40:02 -0000 1.24
22 +++ ChangeLog 1 Jun 2009 14:44:28 -0000 1.25
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/axiom
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.24 2009/04/24 14:40:02 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.25 2009/06/01 14:44:28 patrick Exp $
28 +
29 + 01 Jun 2009; Patrick Lauer <patrick@g.o> axiom-0.5.30.ebuild:
30 + EAPI goes to the top
31
32 24 Apr 2009; Patrick Lauer <patrick@g.o> -axiom-0.5.27.ebuild:
33 Remove old
34
35
36
37 1.6 dev-python/axiom/axiom-0.5.30.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/axiom-0.5.30.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/axiom-0.5.30.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/axiom-0.5.30.ebuild?r1=1.5&r2=1.6
42
43 Index: axiom-0.5.30.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.5.30.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- axiom-0.5.30.ebuild 11 Feb 2009 15:09:48 -0000 1.5
50 +++ axiom-0.5.30.ebuild 1 Jun 2009 14:44:28 -0000 1.6
51 @@ -1,6 +1,8 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.5.30.ebuild,v 1.5 2009/02/11 15:09:48 lordvan Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.5.30.ebuild,v 1.6 2009/06/01 14:44:28 patrick Exp $
56 +
57 +EAPI="2"
58
59 inherit twisted distutils eutils
60
61 @@ -15,7 +17,6 @@
62 SLOT="0"
63 KEYWORDS="~ia64 ~ppc64 ~x86 ~amd64"
64 IUSE=""
65 -EAPI="2"
66
67 DEPEND="|| ( >=dev-lang/python-2.5[sqlite]
68 ( >=dev-lang/python-2.4 >=dev-python/pysqlite-2.0 ) )
69 @@ -29,8 +30,7 @@
70
71 DOCS="NAME.txt"
72
73 -src_unpack() {
74 - distutils_src_unpack
75 +src_prepare() {
76 epatch "${FILESDIR}/${P}-sqlite3.patch"
77 if has_version ">=dev-db/sqlite-3.6.4"; then
78 epatch "${FILESDIR}/${P}-sqlite3_3.6.4.patch"