Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby2ruby: ruby2ruby-2.1.3.ebuild ChangeLog
Date: Sat, 04 Oct 2014 15:39:17
Message-Id: 20141004153912.431E36F48@oystercatcher.gentoo.org
1 mrueg 14/10/04 15:39:12
2
3 Modified: ChangeLog
4 Added: ruby2ruby-2.1.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.66 dev-ruby/ruby2ruby/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.66&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.66&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?r1=1.65&r2=1.66
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v
20 retrieving revision 1.65
21 retrieving revision 1.66
22 diff -u -r1.65 -r1.66
23 --- ChangeLog 31 Aug 2014 19:29:48 -0000 1.65
24 +++ ChangeLog 4 Oct 2014 15:39:12 -0000 1.66
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby2ruby
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.65 2014/08/31 19:29:48 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.66 2014/10/04 15:39:12 mrueg Exp $
30 +
31 +*ruby2ruby-2.1.3 (04 Oct 2014)
32 +
33 + 04 Oct 2014; Manuel RĂ¼ger <mrueg@g.o> +ruby2ruby-2.1.3.ebuild:
34 + Version bump.
35
36 *ruby2ruby-2.1.2 (31 Aug 2014)
37
38
39
40
41 1.1 dev-ruby/ruby2ruby/ruby2ruby-2.1.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.1.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.1.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby2ruby-2.1.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/ruby2ruby/ruby2ruby-2.1.3.ebuild,v 1.1 2014/10/04 15:39:12 mrueg Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_TASK_DOC="docs"
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Generates readable ruby from ParseTree"
63 HOMEPAGE="http://seattlerb.rubyforge.org/"
64
65 LICENSE="GPL-2"
66 SLOT="2"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
68 IUSE="test"
69
70 ruby_add_rdepend "
71 dev-ruby/sexp_processor:4
72 >=dev-ruby/ruby_parser-3.1:3
73 !<dev-ruby/ruby2ruby-1.3.1-r1"
74 ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/hoe-seattlerb )
75 test? ( >=dev-ruby/minitest-5.3:5 )"
76
77 all_ruby_prepare() {
78 sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
79 }