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.6.ebuild ChangeLog
Date: Mon, 29 Jul 2013 02:58:45
Message-Id: 20130729025840.A370D2171D@flycatcher.gentoo.org
1 mrueg 13/07/29 02:58:40
2
3 Modified: ChangeLog
4 Added: ruby2ruby-2.0.6.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.48 dev-ruby/ruby2ruby/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 31 May 2013 18:29:58 -0000 1.47
24 +++ ChangeLog 29 Jul 2013 02:58:40 -0000 1.48
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.47 2013/05/31 18:29:58 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.48 2013/07/29 02:58:40 mrueg Exp $
30 +
31 +*ruby2ruby-2.0.6 (29 Jul 2013)
32 +
33 + 29 Jul 2013; Manuel RĂ¼ger <mrueg@g.o> +ruby2ruby-2.0.6.ebuild:
34 + Version bump
35
36 *ruby2ruby-1.3.1-r1 (31 May 2013)
37
38
39
40
41 1.1 dev-ruby/ruby2ruby/ruby2ruby-2.0.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.0.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-2.0.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby2ruby-2.0.6.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.0.6.ebuild,v 1.1 2013/07/29 02:58:40 mrueg Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby18 ruby19"
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=""
69
70 ruby_add_rdepend "
71 dev-ruby/sexp_processor:4
72 dev-ruby/ruby_parser:3
73 !<dev-ruby/ruby2ruby-1.3.1-r1"
74 ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/hoe-seattlerb )"
75
76 all_ruby_prepare() {
77 sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
78 }