Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/osprofiler: osprofiler-0.3.0.ebuild ChangeLog
Date: Thu, 29 Jan 2015 05:46:18
Message-Id: 20150129054614.C5ECE108B2@oystercatcher.gentoo.org
1 prometheanfire 15/01/29 05:46:14
2
3 Modified: osprofiler-0.3.0.ebuild ChangeLog
4 Log:
5 adding missing depend from bug 536536
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
8
9 Revision Changes Path
10 1.3 dev-python/osprofiler/osprofiler-0.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?r1=1.2&r2=1.3
15
16 Index: osprofiler-0.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- osprofiler-0.3.0.ebuild 28 Nov 2014 10:57:31 -0000 1.2
23 +++ osprofiler-0.3.0.ebuild 29 Jan 2015 05:46:14 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v 1.2 2014/11/28 10:57:31 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v 1.3 2015/01/29 05:46:14 prometheanfire Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
33 @@ -18,6 +18,7 @@
34
35 DEPEND="
36 dev-python/setuptools[${PYTHON_USEDEP}]
37 + >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
38 "
39 RDEPEND="
40 >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
41
42
43
44 1.3 dev-python/osprofiler/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 28 Nov 2014 10:57:31 -0000 1.2
57 +++ ChangeLog 29 Jan 2015 05:46:14 -0000 1.3
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-python/osprofiler
60 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.2 2014/11/28 10:57:31 pacho Exp $
62 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.3 2015/01/29 05:46:14 prometheanfire Exp $
64 +
65 + 29 Jan 2015; Matthew Thode <prometheanfire@g.o>
66 + osprofiler-0.3.0.ebuild:
67 + adding missing depend from bug 536536
68
69 28 Nov 2014; Pacho Ramos <pacho@g.o> osprofiler-0.3.0.ebuild:
70 Support python 3.4