Gentoo Archives: gentoo-commits

From: "Peter Wilmott (p8952)" <p8952@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: nokogiri-1.6.0.ebuild ChangeLog
Date: Tue, 03 Jun 2014 11:16:22
Message-Id: 20140603111619.7F7BA2004E@flycatcher.gentoo.org
1 p8952 14/06/03 11:16:19
2
3 Modified: nokogiri-1.6.0.ebuild ChangeLog
4 Log:
5 Always depend on dev-ruby/hoe to prevent compile failures
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 dev-ruby/nokogiri/nokogiri-1.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?r1=1.4&r2=1.5
15
16 Index: nokogiri-1.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- nokogiri-1.6.0.ebuild 21 Mar 2014 12:56:30 -0000 1.4
23 +++ nokogiri-1.6.0.ebuild 3 Jun 2014 11:16:19 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.4 2014/03/21 12:56:30 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.5 2014/06/03 11:16:19 p8952 Exp $
29
30 EAPI=5
31
32 @@ -30,11 +30,12 @@
33 # The tests require _minitest_, not the virtual; what is shipped with
34 # Ruby 1.9 is *not* enough, unfortunately
35 ruby_add_bdepend "
36 + dev-ruby/hoe
37 dev-ruby/rake-compiler
38 dev-ruby/rexical
39 dev-ruby/rdoc
40 dev-ruby/racc
41 - test? ( dev-ruby/hoe dev-ruby/minitest )"
42 + test? ( dev-ruby/minitest )"
43
44 all_ruby_prepare() {
45 sed -i \
46
47
48
49 1.95 dev-ruby/nokogiri/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.95&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.95&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.94&r2=1.95
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
58 retrieving revision 1.94
59 retrieving revision 1.95
60 diff -u -r1.94 -r1.95
61 --- ChangeLog 1 Jun 2014 12:49:42 -0000 1.94
62 +++ ChangeLog 3 Jun 2014 11:16:19 -0000 1.95
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-ruby/nokogiri
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.94 2014/06/01 12:49:42 maekke Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.95 2014/06/03 11:16:19 p8952 Exp $
68 +
69 + 03 Jun 2014; Peter Wilmott <p8952@g.o> nokogiri-1.6.0.ebuild:
70 + Always depend on dev-ruby/hoe to prevent compile failures
71
72 01 Jun 2014; Markus Meier <maekke@g.o> nokogiri-1.5.10.ebuild:
73 arm stable, bug #505920