Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-9999.ebuild buildbot-0.8.8-r2.ebuild ChangeLog
Date: Tue, 21 Jan 2014 20:39:10
Message-Id: 20140121203904.D8C3F2004C@flycatcher.gentoo.org
1 hwoarang 14/01/21 20:39:04
2
3 Modified: buildbot-9999.ebuild buildbot-0.8.8-r2.ebuild
4 ChangeLog
5 Log:
6 Fix build for IUSE=doc and add missing sphinx dependency. Bug #498672
7
8 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.5 dev-util/buildbot/buildbot-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?r1=1.4&r2=1.5
16
17 Index: buildbot-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- buildbot-9999.ebuild 21 Jan 2014 19:56:41 -0000 1.4
24 +++ buildbot-9999.ebuild 21 Jan 2014 20:39:04 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.4 2014/01/21 19:56:41 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.5 2014/01/21 20:39:04 hwoarang Exp $
30
31 EAPI="5"
32 PYTHON_DEPEND="2"
33 @@ -41,7 +41,7 @@
34 manhole? ( dev-python/twisted-conch )"
35 DEPEND="${DEPEND}
36 dev-python/setuptools
37 - doc? ( sys-apps/texinfo )
38 + doc? ( dev-python/sphinx )
39 test? (
40 dev-python/python-dateutil
41 dev-python/mock
42 @@ -72,7 +72,8 @@
43 if use doc; then
44 einfo "Generation of documentation"
45 pushd docs > /dev/null
46 - emake buildbot.html buildbot.info
47 + #'man' target is currently broken
48 + emake html
49 popd > /dev/null
50 fi
51 }
52 @@ -84,8 +85,8 @@
53 doman docs/buildbot.1
54
55 if use doc; then
56 - dohtml -r docs/buildbot.html docs/images
57 - doinfo docs/buildbot.info
58 + dohtml -r docs/_build/html
59 + # TODO: install man pages
60 fi
61
62 if use examples; then
63
64
65
66 1.5 dev-util/buildbot/buildbot-0.8.8-r2.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild?rev=1.5&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild?rev=1.5&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild?r1=1.4&r2=1.5
71
72 Index: buildbot-0.8.8-r2.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild,v
75 retrieving revision 1.4
76 retrieving revision 1.5
77 diff -u -r1.4 -r1.5
78 --- buildbot-0.8.8-r2.ebuild 21 Jan 2014 19:54:32 -0000 1.4
79 +++ buildbot-0.8.8-r2.ebuild 21 Jan 2014 20:39:04 -0000 1.5
80 @@ -1,6 +1,6 @@
81 # Copyright 1999-2014 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild,v 1.4 2014/01/21 19:54:32 maekke Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild,v 1.5 2014/01/21 20:39:04 hwoarang Exp $
85
86 EAPI="5"
87 PYTHON_DEPEND="2"
88 @@ -35,7 +35,7 @@
89 manhole? ( dev-python/twisted-conch )"
90 DEPEND="${DEPEND}
91 dev-python/setuptools
92 - doc? ( sys-apps/texinfo )
93 + doc? ( dev-python/sphinx )
94 test? (
95 dev-python/python-dateutil
96 dev-python/mock
97 @@ -65,7 +65,8 @@
98 if use doc; then
99 einfo "Generation of documentation"
100 pushd docs > /dev/null
101 - emake buildbot.html buildbot.info
102 + #'man' target is currently broken
103 + emake html
104 popd > /dev/null
105 fi
106 }
107 @@ -76,8 +77,8 @@
108 doman docs/buildbot.1
109
110 if use doc; then
111 - dohtml -r docs/buildbot.html docs/images
112 - doinfo docs/buildbot.info
113 + dohtml -r docs/_build/html
114 + # TODO: install man pages
115 fi
116
117 if use examples; then
118
119
120
121 1.147 dev-util/buildbot/ChangeLog
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.147&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.147&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.146&r2=1.147
126
127 Index: ChangeLog
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
130 retrieving revision 1.146
131 retrieving revision 1.147
132 diff -u -r1.146 -r1.147
133 --- ChangeLog 21 Jan 2014 19:56:41 -0000 1.146
134 +++ ChangeLog 21 Jan 2014 20:39:04 -0000 1.147
135 @@ -1,6 +1,10 @@
136 # ChangeLog for dev-util/buildbot
137 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
138 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.146 2014/01/21 19:56:41 maekke Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.147 2014/01/21 20:39:04 hwoarang Exp $
140 +
141 + 21 Jan 2014; Markos Chandras <hwoarang@g.o> buildbot-0.8.8-r2.ebuild,
142 + buildbot-9999.ebuild:
143 + Fix build for IUSE=doc and add missing sphinx dependency. Bug #498672
144
145 21 Jan 2014; Markus Meier <maekke@g.o> buildbot-9999.ebuild:
146 add dev-python/python-dateutil test dependency to live ebuild too