Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: buildbot-slave-0.8.7.ebuild ChangeLog
Date: Mon, 01 Oct 2012 10:43:19
Message-Id: 20121001104306.17DB021600@flycatcher.gentoo.org
1 djc 12/10/01 10:43:06
2
3 Modified: buildbot-slave-0.8.7.ebuild ChangeLog
4 Log:
5 Fix dependency on Twisted.
6
7 (Portage version: 2.1.11.23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild?r1=1.1&r2=1.2
15
16 Index: buildbot-slave-0.8.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- buildbot-slave-0.8.7.ebuild 30 Sep 2012 17:29:45 -0000 1.1
23 +++ buildbot-slave-0.8.7.ebuild 1 Oct 2012 10:43:05 -0000 1.2
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-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.1 2012/09/30 17:29:45 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.2 2012/10/01 10:43:05 djc Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -24,7 +24,7 @@
33 IUSE="test"
34
35 RDEPEND="dev-python/setuptools
36 - >=dev-python/twisted-2
37 + dev-python/twisted
38 !!<dev-util/buildbot-0.8.1
39 !<dev-util/buildbot-0.8.3"
40 DEPEND="${RDEPEND}
41
42
43
44 1.28 dev-util/buildbot-slave/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.28&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.28&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?r1=1.27&r2=1.28
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
53 retrieving revision 1.27
54 retrieving revision 1.28
55 diff -u -r1.27 -r1.28
56 --- ChangeLog 30 Sep 2012 17:29:45 -0000 1.27
57 +++ ChangeLog 1 Oct 2012 10:43:05 -0000 1.28
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-util/buildbot-slave
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.27 2012/09/30 17:29:45 djc Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.28 2012/10/01 10:43:05 djc Exp $
63 +
64 + 01 Oct 2012; Dirkjan Ochtman <djc@g.o> buildbot-slave-0.8.7.ebuild:
65 + Fix dependency on Twisted.
66
67 *buildbot-slave-0.8.7 (30 Sep 2012)