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 app-text/ronn: ChangeLog ronn-0.7.3.ebuild
Date: Tue, 27 Dec 2011 12:39:51
Message-Id: 20111227123941.982DC2004B@flycatcher.gentoo.org
1 graaff 11/12/27 12:39:41
2
3 Modified: ChangeLog ronn-0.7.3.ebuild
4 Log:
5 Add ruby19. Fix test suite to always use the ruby interpreter tested.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 app-text/ronn/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 7 Aug 2011 19:00:11 -0000 1.5
23 +++ ChangeLog 27 Dec 2011 12:39:41 -0000 1.6
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-text/ronn
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.5 2011/08/07 19:00:11 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ChangeLog,v 1.6 2011/12/27 12:39:41 graaff Exp $
29 +
30 + 27 Dec 2011; Hans de Graaff <graaff@g.o> ronn-0.7.3.ebuild:
31 + Add ruby19. Fix test suite to always use the ruby interpreter tested.
32
33 07 Aug 2011; Raúl Porcel <armin76@g.o> ronn-0.7.3.ebuild:
34 Add ~ia64/~sparc
35
36
37
38 1.6 app-text/ronn/ronn-0.7.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild?r1=1.5&r2=1.6
43
44 Index: ronn-0.7.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- ronn-0.7.3.ebuild 7 Aug 2011 19:00:11 -0000 1.5
51 +++ ronn-0.7.3.ebuild 27 Dec 2011 12:39:41 -0000 1.6
52 @@ -1,9 +1,9 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.5 2011/08/07 19:00:11 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/ronn/ronn-0.7.3.ebuild,v 1.6 2011/12/27 12:39:41 graaff Exp $
57
58 EAPI=2
59 -USE_RUBY="ruby18 ree18"
60 +USE_RUBY="ruby18 ruby19 ree18"
61
62 RUBY_FAKEGEM_TASK_DOC=""
63 RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
64 @@ -24,6 +24,11 @@
65 >=dev-ruby/mustache-0.7.0
66 >=dev-ruby/rdiscount-1.5.8"
67
68 +each_ruby_prepare() {
69 + # Make sure that we always use the right interpreter during tests.
70 + sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb
71 +}
72 +
73 all_ruby_compile() {
74 PATH="${S}/bin:${PATH}" rake man || die
75 }