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/unf: unf-0.1.3-r1.ebuild unf-0.1.4.ebuild unf-0.1.1.ebuild ChangeLog
Date: Fri, 28 Nov 2014 17:55:48
Message-Id: 20141128175544.F0F19B19E@oystercatcher.gentoo.org
1 mrueg 14/11/28 17:55:44
2
3 Modified: unf-0.1.3-r1.ebuild unf-0.1.4.ebuild
4 unf-0.1.1.ebuild ChangeLog
5 Log:
6 Drop jruby target.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.6 dev-ruby/unf/unf-0.1.3-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild?r1=1.5&r2=1.6
16
17 Index: unf-0.1.3-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- unf-0.1.3-r1.ebuild 5 Aug 2014 16:00:35 -0000 1.5
24 +++ unf-0.1.3-r1.ebuild 28 Nov 2014 17:55:44 -0000 1.6
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild,v 1.5 2014/08/05 16:00:35 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild,v 1.6 2014/11/28 17:55:44 mrueg Exp $
30
31 EAPI=5
32
33 -USE_RUBY="ruby19 ruby20 jruby"
34 +USE_RUBY="ruby19 ruby20"
35
36 RUBY_FAKEGEM_RECIPE_TEST="none"
37 RUBY_FAKEGEM_TASK_DOC=""
38 @@ -22,8 +22,7 @@
39 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
40 IUSE="test"
41
42 -# jruby already has support for UNF so it does not need the extension.
43 -USE_RUBY=${USE_RUBY/jruby/} ruby_add_rdepend "dev-ruby/unf_ext"
44 +ruby_add_rdepend "dev-ruby/unf_ext"
45
46 ruby_add_bdepend "
47 test? (
48 @@ -43,15 +42,6 @@
49 ${RUBY_FAKEGEM_GEMSPEC} || die
50 }
51
52 -each_ruby_prepare() {
53 - if [[ ${RUBY} == *jruby ]]; then
54 - # Remove dependency over unf_ext which does not exist for JRuby
55 - # remove platform, we don't set it.
56 - sed -i -e '/dependency.*unf_ext/d' \
57 - ${RUBY_FAKEGEM_GEMSPEC} || die
58 - fi
59 -}
60 -
61 each_ruby_test() {
62 ruby-ng_testrb-2 test/test_*.rb
63 }
64
65
66
67 1.4 dev-ruby/unf/unf-0.1.4.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild?rev=1.4&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild?rev=1.4&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild?r1=1.3&r2=1.4
72
73 Index: unf-0.1.4.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild,v
76 retrieving revision 1.3
77 retrieving revision 1.4
78 diff -u -r1.3 -r1.4
79 --- unf-0.1.4.ebuild 5 Aug 2014 16:00:35 -0000 1.3
80 +++ unf-0.1.4.ebuild 28 Nov 2014 17:55:44 -0000 1.4
81 @@ -1,10 +1,10 @@
82 # Copyright 1999-2014 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild,v 1.3 2014/08/05 16:00:35 mrueg Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.4.ebuild,v 1.4 2014/11/28 17:55:44 mrueg Exp $
86
87 EAPI=5
88
89 -USE_RUBY="ruby19 ruby20 ruby21 jruby"
90 +USE_RUBY="ruby19 ruby20 ruby21"
91
92 RUBY_FAKEGEM_RECIPE_TEST="none"
93 RUBY_FAKEGEM_TASK_DOC=""
94 @@ -22,8 +22,7 @@
95 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
96 IUSE="test"
97
98 -# jruby already has support for UNF so it does not need the extension.
99 -USE_RUBY=${USE_RUBY/jruby/} ruby_add_rdepend "dev-ruby/unf_ext"
100 +ruby_add_rdepend "dev-ruby/unf_ext"
101
102 ruby_add_bdepend "
103 test? (
104 @@ -43,15 +42,6 @@
105 ${RUBY_FAKEGEM_GEMSPEC} || die
106 }
107
108 -each_ruby_prepare() {
109 - if [[ ${RUBY} == *jruby ]]; then
110 - # Remove dependency over unf_ext which does not exist for JRuby
111 - # remove platform, we don't set it.
112 - sed -i -e '/dependency.*unf_ext/d' \
113 - ${RUBY_FAKEGEM_GEMSPEC} || die
114 - fi
115 -}
116 -
117 each_ruby_test() {
118 ruby-ng_testrb-2 test/test_*.rb
119 }
120
121
122
123 1.6 dev-ruby/unf/unf-0.1.1.ebuild
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.1.ebuild?rev=1.6&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.1.ebuild?rev=1.6&content-type=text/plain
127 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/unf-0.1.1.ebuild?r1=1.5&r2=1.6
128
129 Index: unf-0.1.1.ebuild
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.1.ebuild,v
132 retrieving revision 1.5
133 retrieving revision 1.6
134 diff -u -r1.5 -r1.6
135 --- unf-0.1.1.ebuild 5 Aug 2014 16:00:35 -0000 1.5
136 +++ unf-0.1.1.ebuild 28 Nov 2014 17:55:44 -0000 1.6
137 @@ -1,10 +1,10 @@
138 # Copyright 1999-2014 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.1.ebuild,v 1.5 2014/08/05 16:00:35 mrueg Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.1.ebuild,v 1.6 2014/11/28 17:55:44 mrueg Exp $
142
143 EAPI=5
144
145 -USE_RUBY="ruby19 jruby"
146 +USE_RUBY="ruby19"
147
148 RUBY_FAKEGEM_RECIPE_TEST="none"
149 RUBY_FAKEGEM_TASK_DOC=""
150 @@ -22,8 +22,7 @@
151 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
152 IUSE="test"
153
154 -# jruby already has support for UNF so it does not need the extension.
155 -USE_RUBY=${USE_RUBY/jruby/} ruby_add_rdepend "dev-ruby/unf_ext"
156 +ruby_add_rdepend "dev-ruby/unf_ext"
157
158 ruby_add_bdepend "
159 test? (
160 @@ -43,15 +42,6 @@
161 ${RUBY_FAKEGEM_GEMSPEC} || die
162 }
163
164 -each_ruby_prepare() {
165 - if [[ ${RUBY} == *jruby ]]; then
166 - # Remove dependency over unf_ext which does not exist for JRuby
167 - # remove platform, we don't set it.
168 - sed -i -e '/dependency.*unf_ext/d' \
169 - ${RUBY_FAKEGEM_GEMSPEC} || die
170 - fi
171 -}
172 -
173 each_ruby_test() {
174 ruby-ng_testrb-2 test/test_*.rb
175 }
176
177
178
179 1.20 dev-ruby/unf/ChangeLog
180
181 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/ChangeLog?rev=1.20&view=markup
182 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/ChangeLog?rev=1.20&content-type=text/plain
183 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf/ChangeLog?r1=1.19&r2=1.20
184
185 Index: ChangeLog
186 ===================================================================
187 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v
188 retrieving revision 1.19
189 retrieving revision 1.20
190 diff -u -r1.19 -r1.20
191 --- ChangeLog 5 Aug 2014 16:00:35 -0000 1.19
192 +++ ChangeLog 28 Nov 2014 17:55:44 -0000 1.20
193 @@ -1,6 +1,10 @@
194 # ChangeLog for dev-ruby/unf
195 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
196 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.19 2014/08/05 16:00:35 mrueg Exp $
197 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.20 2014/11/28 17:55:44 mrueg Exp $
198 +
199 + 28 Nov 2014; Manuel Rüger <mrueg@g.o> unf-0.1.1.ebuild,
200 + unf-0.1.3-r1.ebuild, unf-0.1.4.ebuild:
201 + Drop jruby target.
202
203 05 Aug 2014; Manuel Rüger <mrueg@g.o> unf-0.1.1.ebuild,
204 unf-0.1.3-r1.ebuild, unf-0.1.4.ebuild: