Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.13.0.ebuild ChangeLog
Date: Thu, 28 Jun 2012 05:47:28
Message-Id: 20120628054718.8647A2004B@flycatcher.gentoo.org
1 graaff 12/06/28 05:47:18
2
3 Modified: hoe-2.13.0.ebuild ChangeLog
4 Log:
5 Add rdoc as a runtime dependency for the publish task. It is possible for packages to turn off the rdoc dependency, but the default is to enable it and simple initializing the Hoe object already requires it. Fixes bug 423883.
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/hoe/hoe-2.13.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild?r1=1.2&r2=1.3
15
16 Index: hoe-2.13.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- hoe-2.13.0.ebuild 26 May 2012 09:43:09 -0000 1.2
23 +++ hoe-2.13.0.ebuild 28 Jun 2012 05:47:18 -0000 1.3
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-ruby/hoe/hoe-2.13.0.ebuild,v 1.2 2012/05/26 09:43:09 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild,v 1.3 2012/06/28 05:47:18 graaff Exp $
29
30 EAPI=2
31 USE_RUBY="ruby18 ree18 ruby19 jruby"
32 @@ -22,15 +22,14 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 IUSE=""
35
36 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
37 # - also requires dev-ruby/hoe-seattlerb for 1.9;
38 # - dev-ruby/gemcutter is an optional dependency at both runtime and
39 # test-time, at least for us;
40 # - rubyforge is loaded at runtime when needed, so we don't strictly
41 # depend on it at runtime, but we need it for tests (for now);
42 -ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"
43 +ruby_add_bdepend "test? ( dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"
44
45 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
46 +ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rdoc-3.10"
47
48 all_ruby_prepare() {
49 # Make test regexp more lenient to cover the way we name the binaries.
50
51
52
53 1.135 dev-ruby/hoe/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.135&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.135&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.134&r2=1.135
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
62 retrieving revision 1.134
63 retrieving revision 1.135
64 diff -u -r1.134 -r1.135
65 --- ChangeLog 25 Jun 2012 07:23:24 -0000 1.134
66 +++ ChangeLog 28 Jun 2012 05:47:18 -0000 1.135
67 @@ -1,6 +1,11 @@
68 # ChangeLog for dev-ruby/hoe
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.134 2012/06/25 07:23:24 nativemad Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.135 2012/06/28 05:47:18 graaff Exp $
72 +
73 + 28 Jun 2012; Hans de Graaff <graaff@g.o> hoe-2.13.0.ebuild:
74 + Add rdoc as a runtime dependency for the publish task. It is possible for
75 + packages to turn off the rdoc dependency, but the default is to enable it and
76 + simple initializing the Hoe object already requires it. Fixes bug 423883.
77
78 25 Jun 2012; Andreas Schuerch <nativemad@g.o> hoe-2.12.5.ebuild:
79 x86 stable, see bug 411507