Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/codetools: codetools-4.0.0.ebuild ChangeLog
Date: Sun, 04 Nov 2012 03:08:50
Message-Id: 20121104030832.BAB65215F3@flycatcher.gentoo.org
1 idella4 12/11/04 03:08:32
2
3 Modified: codetools-4.0.0.ebuild ChangeLog
4 Log:
5 Patch added to fix broken test, fixes Bug # Bug 422949
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 dev-python/codetools/codetools-4.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-4.0.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-4.0.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-4.0.0.ebuild?r1=1.4&r2=1.5
15
16 Index: codetools-4.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/codetools/codetools-4.0.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- codetools-4.0.0.ebuild 27 Feb 2012 04:45:09 -0000 1.4
23 +++ codetools-4.0.0.ebuild 4 Nov 2012 03:08:32 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/codetools-4.0.0.ebuild,v 1.4 2012/02/27 04:45:09 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/codetools-4.0.0.ebuild,v 1.5 2012/11/04 03:08:32 idella4 Exp $
29
30 EAPI=4
31
32 @@ -8,7 +8,7 @@
33 RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
34 DISTUTILS_SRC_TEST="nosetests"
35
36 -inherit distutils virtualx
37 +inherit distutils virtualx eutils
38
39 DESCRIPTION="Enthought Tool Suite: Code analysis and execution tools"
40 HOMEPAGE="http://code.enthought.com/projects/code_tools/ http://pypi.python.org/pypi/codetools"
41 @@ -32,6 +32,10 @@
42 media-fonts/font-misc-misc
43 )"
44
45 +src_prepare() {
46 + epatch "${FILESDIR}"/${P}-test.patch
47 +}
48 +
49 src_compile() {
50 distutils_src_compile
51 use doc && emake -C docs html
52
53
54
55 1.12 dev-python/codetools/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/ChangeLog?rev=1.12&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/ChangeLog?rev=1.12&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/ChangeLog?r1=1.11&r2=1.12
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-python/codetools/ChangeLog,v
64 retrieving revision 1.11
65 retrieving revision 1.12
66 diff -u -r1.11 -r1.12
67 --- ChangeLog 27 Feb 2012 04:45:09 -0000 1.11
68 +++ ChangeLog 4 Nov 2012 03:08:32 -0000 1.12
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-python/codetools
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/ChangeLog,v 1.11 2012/02/27 04:45:09 patrick Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/ChangeLog,v 1.12 2012/11/04 03:08:32 idella4 Exp $
74 +
75 + 04 Nov 2012; Ian Delaney <idella4@g.o>
76 + +files/codetools-4.0.0-test.patch, codetools-4.0.0.ebuild:
77 + Patch added to fix broken test, fixes Bug # Bug 422949
78
79 27 Feb 2012; Patrick Lauer <patrick@g.o> codetools-4.0.0.ebuild:
80 Restricting py2.5
81 @@ -55,4 +59,3 @@
82 15 Jan 2009; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
83 +codetools-3.0.1.ebuild:
84 Initial import
85 -