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/rake-compiler: ChangeLog rake-compiler-0.7.8.ebuild rake-compiler-0.7.9.ebuild
Date: Sat, 31 Dec 2011 07:36:40
Message-Id: 20111231073629.C35602004B@flycatcher.gentoo.org
1 graaff 11/12/31 07:36:29
2
3 Modified: ChangeLog rake-compiler-0.7.8.ebuild
4 Added: rake-compiler-0.7.9.ebuild
5 Log:
6 Drop stable hppa keyword from latest testing version. Drop ruby19 from version marked stable for hppa.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.42 dev-ruby/rake-compiler/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 14 Sep 2011 17:06:36 -0000 1.41
24 +++ ChangeLog 31 Dec 2011 07:36:29 -0000 1.42
25 @@ -1,6 +1,16 @@
26 # ChangeLog for dev-ruby/rake-compiler
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.41 2011/09/14 17:06:36 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.42 2011/12/31 07:36:29 graaff Exp $
30 +
31 + 31 Dec 2011; Hans de Graaff <graaff@g.o> rake-compiler-0.7.8.ebuild,
32 + +rake-compiler-0.7.9.ebuild:
33 + Drop stable hppa keyword from latest testing version. Drop ruby19 from
34 + version marked stable for hppa.
35 +
36 +*rake-compiler-0.7.9 (24 Dec 2011)
37 +
38 + 24 Dec 2011; Hans de Graaff <graaff@g.o> +rake-compiler-0.7.9.ebuild:
39 + Version bump. Run specs for ruby19 as well.
40
41 14 Sep 2011; Jeroen Roovers <jer@g.o> rake-compiler-0.7.8.ebuild:
42 Stable for HPPA (bug #369573).
43
44
45
46 1.3 dev-ruby/rake-compiler/rake-compiler-0.7.8.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.8.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.8.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.8.ebuild?r1=1.2&r2=1.3
51
52 Index: rake-compiler-0.7.8.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.8.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- rake-compiler-0.7.8.ebuild 14 Sep 2011 17:06:36 -0000 1.2
59 +++ rake-compiler-0.7.8.ebuild 31 Dec 2011 07:36:29 -0000 1.3
60 @@ -1,9 +1,9 @@
61 # Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.8.ebuild,v 1.2 2011/09/14 17:06:36 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.8.ebuild,v 1.3 2011/12/31 07:36:29 graaff Exp $
65
66 EAPI=2
67 -USE_RUBY="ruby18 ree18 ruby19 jruby"
68 +USE_RUBY="ruby18 ree18 jruby"
69
70 # Tests for now seem only to work when rubygems is fully installed for
71 # the implementation and that for now only means Ruby 1.8
72 @@ -33,7 +33,7 @@
73
74 each_ruby_prepare() {
75 case ${RUBY} in
76 - *ruby19|*jruby)
77 + *jruby)
78 # Remove this task so that it won't load on Ruby 1.9 and JRuby
79 # that lack the package_task file. It is, though, needed for the
80 # tests
81 @@ -48,9 +48,6 @@
82
83 each_ruby_test() {
84 case ${RUBY} in
85 - *ruby19)
86 - ewarn "Tests disabled for this implementation. Long story, check ebuild if you want."
87 - ;;
88 *jruby)
89 ${RUBY} -S spec spec || die "Tests failed."
90 ;;
91
92
93
94 1.1 dev-ruby/rake-compiler/rake-compiler-0.7.9.ebuild
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.9.ebuild?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.9.ebuild?rev=1.1&content-type=text/plain
98
99 Index: rake-compiler-0.7.9.ebuild
100 ===================================================================
101 # Copyright 1999-2011 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.9.ebuild,v 1.1 2011/12/31 07:36:29 graaff Exp $
104
105 EAPI=4
106 USE_RUBY="ruby18 ree18 ruby19 jruby"
107
108 # Tests for now seem only to work when rubygems is fully installed for
109 # the implementation and that for now only means Ruby 1.8
110 RUBY_FAKEGEM_TASK_TEST="-f tasks/rspec.rake -f tasks/cucumber.rake spec cucumber"
111
112 RUBY_FAKEGEM_TASK_DOC=""
113 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
114
115 inherit ruby-fakegem eutils
116
117 DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions"
118 HOMEPAGE="http://github.com/luislavena/rake-compiler"
119 LICENSE="as-is" # truly
120
121 SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
122 RUBY_S="luislavena-${PN}-*"
123
124 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
125 SLOT="0"
126 IUSE=""
127
128 USE_RUBY=ruby18 \
129 ruby_add_bdepend "test? ( dev-util/cucumber )"
130
131 ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/rubygems )"
132 ruby_add_rdepend "dev-ruby/rake"
133
134 each_ruby_prepare() {
135 case ${RUBY} in
136 *ruby19|*jruby)
137 # Remove this task so that it won't load on Ruby 1.9 and JRuby
138 # that lack the package_task file. It is, though, needed for the
139 # tests
140 rm tasks/gem.rake || die
141 # Remove specs aimed at a C-compiling ruby implementation.
142 rm spec/lib/rake/extensiontask_spec.rb || die
143 ;;
144 *)
145 ;;
146 esac
147 }
148
149 each_ruby_test() {
150 case ${RUBY} in
151 *ruby19)
152 ${RUBY} -S rspec spec || die "Tests failed."
153 ;;
154 *jruby)
155 ${RUBY} -S rspec spec || die "Tests failed."
156 ;;
157 *)
158 each_fakegem_test
159 ;;
160 esac
161 }