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/treetop: ChangeLog treetop-1.5.3.ebuild
Date: Sat, 24 May 2014 06:05:58
Message-Id: 20140524060555.24A2D2004E@flycatcher.gentoo.org
1 graaff 14/05/24 06:05:55
2
3 Modified: ChangeLog
4 Added: treetop-1.5.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.47 dev-ruby/treetop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 20 Apr 2014 18:21:30 -0000 1.46
24 +++ ChangeLog 24 May 2014 06:05:54 -0000 1.47
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/treetop
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.46 2014/04/20 18:21:30 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.47 2014/05/24 06:05:54 graaff Exp $
30 +
31 +*treetop-1.5.3 (24 May 2014)
32 +
33 + 24 May 2014; Hans de Graaff <graaff@g.o> +treetop-1.5.3.ebuild:
34 + Version bump.
35
36 *treetop-1.4.15-r1 (20 Apr 2014)
37
38
39
40
41 1.1 dev-ruby/treetop/treetop-1.5.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.5.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.5.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: treetop-1.5.3.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.5.3.ebuild,v 1.1 2014/05/24 06:05:54 graaff Exp $
51
52 EAPI=5
53
54 # jruby fails tests, not investigated yet.
55 USE_RUBY="ruby19 ruby20 ruby21"
56
57 RUBY_FAKEGEM_RECIPE_TEST="rspec"
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_EXTRADOC="README.md"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Treetop is a language for describing languages."
65 HOMEPAGE="http://treetop.rubyforge.org/"
66 LICENSE="Ruby"
67
68 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
69 SLOT="0"
70 IUSE=""
71
72 ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
73 ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1"
74
75 all_ruby_prepare() {
76 # Use a ruby18 compatible regexp, already fixed upstream.
77 sed -i -e 's/\[:\^space:\]/\^[:space:]/' spec/compiler/character_class_spec.rb || die
78 }
79
80 all_ruby_install() {
81 all_fakegem_install
82
83 insinto /usr/share/doc/${PF}/examples
84 doins -r examples/*
85 }