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/bluecloth: ChangeLog bluecloth-2.2.0-r2.ebuild
Date: Tue, 01 Jul 2014 06:05:22
Message-Id: 20140701055950.B393D20036@flycatcher.gentoo.org
1 graaff 14/07/01 05:59:50
2
3 Modified: ChangeLog bluecloth-2.2.0-r2.ebuild
4 Log:
5 dev-ruby/hoe is always a build-time dependency, not just for FEATURES=test. Fixes bug 515728.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.81 dev-ruby/bluecloth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 16 Jun 2014 15:40:52 -0000 1.80
23 +++ ChangeLog 1 Jul 2014 05:59:50 -0000 1.81
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/bluecloth
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.80 2014/06/16 15:40:52 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.81 2014/07/01 05:59:50 graaff Exp $
29 +
30 + 01 Jul 2014; Hans de Graaff <graaff@g.o> bluecloth-2.2.0-r2.ebuild:
31 + dev-ruby/hoe is always a build-time dependency, not just for FEATURES=test.
32 + Fixes bug 515728.
33
34 16 Jun 2014; Tobias Klausmann <klausman@g.o>
35 bluecloth-2.2.0-r2.ebuild:
36
37
38
39 1.4 dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?r1=1.3&r2=1.4
44
45 Index: bluecloth-2.2.0-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- bluecloth-2.2.0-r2.ebuild 16 Jun 2014 15:40:52 -0000 1.3
52 +++ bluecloth-2.2.0-r2.ebuild 1 Jul 2014 05:59:50 -0000 1.4
53 @@ -1,6 +1,6 @@
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-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.3 2014/06/16 15:40:52 klausman Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.4 2014/07/01 05:59:50 graaff Exp $
58
59 EAPI=5
60 USE_RUBY="ruby19 ruby20 ruby21"
61 @@ -24,8 +24,8 @@
62
63 ruby_add_bdepend "
64 dev-ruby/rake-compiler
65 + dev-ruby/hoe
66 test? (
67 - dev-ruby/hoe
68 dev-ruby/diff-lcs
69 dev-ruby/tidy-ext
70 )"