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/facets: ChangeLog facets-2.8.4-r1.ebuild
Date: Sun, 23 Jan 2011 12:11:17
Message-Id: 20110123121107.8C69220054@flycatcher.gentoo.org
1 graaff 11/01/23 12:11:07
2
3 Modified: ChangeLog facets-2.8.4-r1.ebuild
4 Log:
5 Fix missing test/unit inclusion, reported by xarthisius.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.32 dev-ruby/facets/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facets/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 7 Nov 2010 05:39:26 -0000 1.31
23 +++ ChangeLog 23 Jan 2011 12:11:07 -0000 1.32
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/facets
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/ChangeLog,v 1.31 2010/11/07 05:39:26 graaff Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/ChangeLog,v 1.32 2011/01/23 12:11:07 graaff Exp $
30 +
31 + 23 Jan 2011; Hans de Graaff <graaff@g.o> facets-2.8.4-r1.ebuild,
32 + +files/facets-2.8.4-fix-tests.patch:
33 + Fix missing test/unit inclusion, reported by xarthisius.
34
35 07 Nov 2010; Hans de Graaff <graaff@g.o> -facets-2.6.0.ebuild,
36 -facets-2.8.4.ebuild:
37
38
39
40 1.2 dev-ruby/facets/facets-2.8.4-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/facets-2.8.4-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/facets-2.8.4-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facets/facets-2.8.4-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: facets-2.8.4-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facets/facets-2.8.4-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- facets-2.8.4-r1.ebuild 4 Jul 2010 12:39:32 -0000 1.1
53 +++ facets-2.8.4-r1.ebuild 23 Jan 2011 12:11:07 -0000 1.2
54 @@ -1,8 +1,10 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/facets-2.8.4-r1.ebuild,v 1.1 2010/07/04 12:39:32 graaff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facets/facets-2.8.4-r1.ebuild,v 1.2 2011/01/23 12:11:07 graaff Exp $
60
61 EAPI=2
62 +# ree18 -> test failure on hash ordering
63 +# jruby -> many failures and jruby crash
64 USE_RUBY="ruby18"
65
66 RUBY_FAKEGEM_EXTRADOC="AUTHORS HISTORY.rdoc NOTES README.rdoc demo/hook.rdoc demo/scenario_require.rdoc"
67 @@ -19,5 +21,7 @@
68 IUSE=""
69
70 all_ruby_prepare() {
71 + epatch "${FILESDIR}/${P}-fix-tests.patch"
72 +
73 mkdir -p doc/rdoc || die "Unable to make directory for documentation."
74 }