Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyprof2calltree: pyprof2calltree-1.3.1.ebuild ChangeLog pyprof2calltree-1.1.0.ebuild pyprof2calltree-1.1.1.ebuild
Date: Mon, 30 Jun 2014 04:47:53
Message-Id: 20140630044735.C00D12004E@flycatcher.gentoo.org
1 floppym 14/06/30 04:47:35
2
3 Modified: pyprof2calltree-1.3.1.ebuild ChangeLog
4 Removed: pyprof2calltree-1.1.0.ebuild
5 pyprof2calltree-1.1.1.ebuild
6 Log:
7 Depend on setuptools.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
10
11 Revision Changes Path
12 1.2 dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild?r1=1.1&r2=1.2
17
18 Index: pyprof2calltree-1.3.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- pyprof2calltree-1.3.1.ebuild 12 Apr 2014 13:47:40 -0000 1.1
25 +++ pyprof2calltree-1.3.1.ebuild 30 Jun 2014 04:47:35 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild,v 1.1 2014/04/12 13:47:40 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild,v 1.2 2014/06/30 04:47:35 floppym Exp $
31
32 EAPI=5
33 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
34 @@ -15,3 +15,5 @@
35 LICENSE="MIT"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 +
39 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40
41
42
43 1.6 dev-python/pyprof2calltree/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 12 Apr 2014 13:47:40 -0000 1.5
56 +++ ChangeLog 30 Jun 2014 04:47:35 -0000 1.6
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-python/pyprof2calltree
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.5 2014/04/12 13:47:40 idella4 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.6 2014/06/30 04:47:35 floppym Exp $
62 +
63 + 30 Jun 2014; Mike Gilbert <floppym@g.o> -pyprof2calltree-1.1.0.ebuild,
64 + -pyprof2calltree-1.1.1.ebuild, pyprof2calltree-1.3.1.ebuild:
65 + Depend on setuptools.
66
67 *pyprof2calltree-1.3.1 (12 Apr 2014)