Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby2ruby: ChangeLog ruby2ruby-1.2.4-r2.ebuild
Date: Mon, 23 Aug 2010 13:49:30
Message-Id: 20100823134912.7A7B32004E@flycatcher.gentoo.org
1 flameeyes 10/08/23 13:49:12
2
3 Modified: ChangeLog
4 Added: ruby2ruby-1.2.4-r2.ebuild
5 Log:
6 Move ree18 support to -r2.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 dev-ruby/ruby2ruby/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 22 May 2010 23:15:43 -0000 1.23
23 +++ ChangeLog 23 Aug 2010 13:49:12 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby2ruby
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.23 2010/05/22 23:15:43 a3li Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.24 2010/08/23 13:49:12 flameeyes Exp $
29 +
30 +*ruby2ruby-1.2.4-r2 (23 Aug 2010)
31 +
32 + 23 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
33 + +ruby2ruby-1.2.4-r2.ebuild:
34 + Move ree18 support to -r2.
35
36 22 May 2010; Alex Legler <a3li@g.o> ruby2ruby-1.2.4-r1.ebuild:
37 Add REE18 support
38
39
40
41 1.1 dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby2ruby-1.2.4-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ruby2ruby-1.2.4-r2.ebuild,v 1.1 2010/08/23 13:49:12 flameeyes Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18"
55
56 # Don't run tests, since they require the testcase from ParseTree;
57 # ParseTree _is_ the testcase for ruby2ruby
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 RUBY_FAKEGEM_TASK_DOC="docs"
61 RUBY_FAKEGEM_DOCDIR="doc"
62 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Generates readable ruby from ParseTree"
67 HOMEPAGE="http://seattlerb.rubyforge.org/"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
72 IUSE=""
73
74 ruby_add_rdepend "=dev-ruby/parsetree-3.0*
75 =dev-ruby/sexp-processor-3.0*
76 =dev-ruby/ruby_parser-2.0*"
77 ruby_add_bdepend doc "dev-ruby/hoe dev-ruby/hoe-seattlerb"