Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/buildbot: ChangeLog buildbot-9999.ebuild
Date: Tue, 21 Jan 2014 19:56:45
Message-Id: 20140121195641.8C0522004C@flycatcher.gentoo.org
1 maekke 14/01/21 19:56:41
2
3 Modified: ChangeLog buildbot-9999.ebuild
4 Log:
5 add dev-python/python-dateutil test dependency to live ebuild too
6
7 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.146 dev-util/buildbot/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.146&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.146&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.145&r2=1.146
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
19 retrieving revision 1.145
20 retrieving revision 1.146
21 diff -u -r1.145 -r1.146
22 --- ChangeLog 21 Jan 2014 19:54:32 -0000 1.145
23 +++ ChangeLog 21 Jan 2014 19:56:41 -0000 1.146
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/buildbot
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.145 2014/01/21 19:54:32 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.146 2014/01/21 19:56:41 maekke Exp $
29 +
30 + 21 Jan 2014; Markus Meier <maekke@g.o> buildbot-9999.ebuild:
31 + add dev-python/python-dateutil test dependency to live ebuild too
32
33 21 Jan 2014; Markus Meier <maekke@g.o> buildbot-0.8.8-r2.ebuild:
34 add missing dev-python/python-dateutil test dependency
35
36
37
38 1.4 dev-util/buildbot/buildbot-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?r1=1.3&r2=1.4
43
44 Index: buildbot-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- buildbot-9999.ebuild 10 Dec 2013 19:04:12 -0000 1.3
51 +++ buildbot-9999.ebuild 21 Jan 2014 19:56:41 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2013 Gentoo Foundation
54 +# Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.3 2013/12/10 19:04:12 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.4 2014/01/21 19:56:41 maekke Exp $
58
59 EAPI="5"
60 PYTHON_DEPEND="2"
61 @@ -43,6 +43,7 @@
62 dev-python/setuptools
63 doc? ( sys-apps/texinfo )
64 test? (
65 + dev-python/python-dateutil
66 dev-python/mock
67 dev-python/twisted-mail
68 dev-python/twisted-web