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/yard: yard-0.7.4.ebuild ChangeLog
Date: Thu, 22 Dec 2011 18:44:18
Message-Id: 20111222184408.15E652004B@flycatcher.gentoo.org
1 graaff 11/12/22 18:44:08
2
3 Modified: yard-0.7.4.ebuild ChangeLog
4 Log:
5 Add back ruby19 since the test suite passes with 1.9.3p0
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/yard/yard-0.7.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.7.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.7.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.7.4.ebuild?r1=1.1&r2=1.2
15
16 Index: yard-0.7.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.7.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- yard-0.7.4.ebuild 7 Dec 2011 10:36:35 -0000 1.1
23 +++ yard-0.7.4.ebuild 22 Dec 2011 18:44:07 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.7.4.ebuild,v 1.1 2011/12/07 10:36:35 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.7.4.ebuild,v 1.2 2011/12/22 18:44:07 graaff Exp $
29
30 EAPI=2
31
32 -USE_RUBY="ruby18 ree18 jruby"
33 +USE_RUBY="ruby18 ruby19 ree18 jruby"
34
35 RUBY_FAKEGEM_TASK_TEST="specs"
36 RUBY_FAKEGEM_TASK_DOC="yard"
37
38
39
40 1.22 dev-ruby/yard/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.22&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.22&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?r1=1.21&r2=1.22
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v
49 retrieving revision 1.21
50 retrieving revision 1.22
51 diff -u -r1.21 -r1.22
52 --- ChangeLog 7 Dec 2011 10:36:35 -0000 1.21
53 +++ ChangeLog 22 Dec 2011 18:44:08 -0000 1.22
54 @@ -1,6 +1,9 @@
55 # ChangeLog for dev-ruby/yard
56 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.21 2011/12/07 10:36:35 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.22 2011/12/22 18:44:08 graaff Exp $
59 +
60 + 22 Dec 2011; Hans de Graaff <graaff@g.o> yard-0.7.4.ebuild:
61 + Add back ruby19 since the test suite passes with 1.9.3p0
62
63 *yard-0.7.4 (07 Dec 2011)