Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.0.11.ebuild ChangeLog
Date: Fri, 11 Feb 2011 13:14:58
Message-Id: 20110211131449.841A220054@flycatcher.gentoo.org
1 flameeyes 11/02/11 13:14:49
2
3 Modified: bluecloth-2.0.11.ebuild ChangeLog
4 Log:
5 Hoe is required even for build, so add it as general build-time dependency.
6
7 (Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/bluecloth/bluecloth-2.0.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild?r1=1.1&r2=1.2
15
16 Index: bluecloth-2.0.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bluecloth-2.0.11.ebuild 11 Feb 2011 08:10:13 -0000 1.1
23 +++ bluecloth-2.0.11.ebuild 11 Feb 2011 13:14:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild,v 1.1 2011/02/11 08:10:13 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild,v 1.2 2011/02/11 13:14:49 flameeyes Exp $
30
31 EAPI=2
32 USE_RUBY="ruby18 ruby19 ree18"
33 @@ -22,7 +22,7 @@
34 IUSE="test"
35
36 ruby_add_bdepend "
37 - doc? ( dev-ruby/hoe )
38 + dev-ruby/hoe
39 dev-ruby/rake-compiler
40 test? (
41 >=dev-ruby/rspec-2.4:2
42
43
44
45 1.41 dev-ruby/bluecloth/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.41&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.41&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.40&r2=1.41
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
54 retrieving revision 1.40
55 retrieving revision 1.41
56 diff -u -r1.40 -r1.41
57 --- ChangeLog 11 Feb 2011 08:10:13 -0000 1.40
58 +++ ChangeLog 11 Feb 2011 13:14:49 -0000 1.41
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-ruby/bluecloth
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.40 2011/02/11 08:10:13 graaff Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.41 2011/02/11 13:14:49 flameeyes Exp $
64 +
65 + 11 Feb 2011; Diego E. Pettenò <flameeyes@g.o>
66 + bluecloth-2.0.11.ebuild:
67 + Hoe is required even for build, so add it as general build-time dependency.
68
69 *bluecloth-2.0.11 (11 Feb 2011)