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.0.7.ebuild ChangeLog
Date: Wed, 05 Feb 2014 00:35:27
Message-Id: 20140205003523.A84BF2004C@flycatcher.gentoo.org
1 mrueg 14/02/05 00:35:23
2
3 Modified: ChangeLog
4 Added: ruby2ruby-2.0.7.ebuild
5 Log:
6 Version bump. Add ruby20 target.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.60 dev-ruby/ruby2ruby/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.60&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.60&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?r1=1.59&r2=1.60
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v
20 retrieving revision 1.59
21 retrieving revision 1.60
22 diff -u -r1.59 -r1.60
23 --- ChangeLog 19 Dec 2013 23:45:15 -0000 1.59
24 +++ ChangeLog 5 Feb 2014 00:35:23 -0000 1.60
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby2ruby
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.59 2013/12/19 23:45:15 mrueg Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.60 2014/02/05 00:35:23 mrueg Exp $
31 +
32 +*ruby2ruby-2.0.7 (05 Feb 2014)
33 +
34 + 05 Feb 2014; Manuel Rüger <mrueg@g.o> +ruby2ruby-2.0.7.ebuild:
35 + Version bump. Add ruby20 target.
36
37 19 Dec 2013; Manuel Rüger <mrueg@g.o> -ruby2ruby-1.2.4-r2.ebuild:
38 Cleanup old.
39
40
41
42 1.1 dev-ruby/ruby2ruby/ruby2ruby-2.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby2ruby-2.0.7.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.0.7.ebuild,v 1.1 2014/02/05 00:35:23 mrueg Exp $
52
53 EAPI=5
54
55 USE_RUBY="ruby18 ruby19 ruby20"
56
57 RUBY_FAKEGEM_TASK_DOC="docs"
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Generates readable ruby from ParseTree"
64 HOMEPAGE="http://seattlerb.rubyforge.org/"
65
66 LICENSE="GPL-2"
67 SLOT="2"
68 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"
69 IUSE="test"
70
71 ruby_add_rdepend "
72 dev-ruby/sexp_processor:4
73 dev-ruby/ruby_parser:3
74 !<dev-ruby/ruby2ruby-1.3.1-r1"
75 ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/hoe-seattlerb )
76 test? ( dev-ruby/minitest )"
77
78 all_ruby_prepare() {
79 sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
80 }