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/ruby_parser: ChangeLog ruby_parser-2.3.1-r1.ebuild ruby_parser-3.1.3.ebuild
Date: Fri, 31 May 2013 18:14:56
Message-Id: 20130531181448.6DB462171D@flycatcher.gentoo.org
1 graaff 13/05/31 18:14:48
2
3 Modified: ChangeLog ruby_parser-3.1.3.ebuild
4 Added: ruby_parser-2.3.1-r1.ebuild
5 Log:
6 Revision bump to avoid installing the ruby_parse binary and thus create a file collision between slots.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.43 dev-ruby/ruby_parser/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 31 May 2013 17:57:16 -0000 1.42
24 +++ ChangeLog 31 May 2013 18:14:48 -0000 1.43
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ruby/ruby_parser
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.42 2013/05/31 17:57:16 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.43 2013/05/31 18:14:48 graaff Exp $
30 +
31 +*ruby_parser-2.3.1-r1 (31 May 2013)
32 +
33 + 31 May 2013; Hans de Graaff <graaff@g.o> +ruby_parser-2.3.1-r1.ebuild,
34 + ruby_parser-3.1.3.ebuild:
35 + Revision bump to avoid installing the ruby_parse binary and thus create a
36 + file collision between slots.
37
38 31 May 2013; Hans de Graaff <graaff@g.o> ruby_parser-3.1.3.ebuild:
39 Add ~arm keyword.
40
41
42
43 1.3 dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild?r1=1.2&r2=1.3
48
49 Index: ruby_parser-3.1.3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- ruby_parser-3.1.3.ebuild 31 May 2013 17:57:16 -0000 1.2
56 +++ ruby_parser-3.1.3.ebuild 31 May 2013 18:14:48 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2013 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild,v 1.2 2013/05/31 17:57:16 graaff Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild,v 1.3 2013/05/31 18:14:48 graaff Exp $
62
63 EAPI=5
64
65 @@ -20,7 +20,8 @@
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 -ruby_add_rdepend ">=dev-ruby/sexp_processor-4.1:4"
70 +ruby_add_rdepend ">=dev-ruby/sexp_processor-4.1:4
71 + !<dev-ruby/ruby_parser-2.3.1-r1"
72
73 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
74 ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.3 )"
75
76
77
78 1.1 dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild?rev=1.1&content-type=text/plain
82
83 Index: ruby_parser-2.3.1-r1.ebuild
84 ===================================================================
85 # Copyright 1999-2013 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild,v 1.1 2013/05/31 18:14:48 graaff Exp $
88
89 EAPI=2
90
91 USE_RUBY="ruby18 ruby19 jruby"
92
93 RUBY_FAKEGEM_TASK_DOC="docs"
94 RUBY_FAKEGEM_DOCDIR="doc"
95 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
96
97 RUBY_FAKEGEM_BINWRAP=""
98
99 inherit ruby-fakegem
100
101 DESCRIPTION="A ruby parser written in pure ruby."
102 HOMEPAGE="http://parsetree.rubyforge.org/"
103
104 LICENSE="MIT"
105 SLOT="0"
106 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
107 IUSE=""
108
109 # Restrict tests because the test case does not load the right version
110 # of sexp_processor.
111 RESTRICT="test"
112
113 # The sexp-processor dependency is needed to make tests pass for ruby 1.9.
114 ruby_add_rdepend ">=dev-ruby/sexp_processor-3.0.9"
115 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
116 ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/sexp_processor-3.0.6 )"
117
118 all_ruby_prepare() {
119 # Remove reference to perforce method that is not in a released
120 # version of hoe-seattlerb.
121 sed -i -e '/perforce/d' Rakefile || die
122
123 sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
124 }