mrueg 14/12/07 15:22:57
Modified: rspec-2.14.1.ebuild rspec-2.14.1-r1.ebuild
rspec-1.3.2-r1.ebuild rspec-2.99.0.ebuild
rspec-1.3.2.ebuild ChangeLog
Log:
Drop jruby support.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.13 dev-ruby/rspec/rspec-2.14.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.14.1.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.14.1.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.14.1.ebuild?r1=1.12&r2=1.13
Index: rspec-2.14.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.14.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rspec-2.14.1.ebuild 18 Nov 2014 11:46:29 -0000 1.12
+++ rspec-2.14.1.ebuild 7 Dec 2014 15:22:57 -0000 1.13
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.14.1.ebuild,v 1.12
2014/11/18 11:46:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.14.1.ebuild,v 1.13
2014/12/07 15:22:57 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_TEST=""
1.4 dev-ruby/rspec/rspec-2.14.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.14.1-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.14.1-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.14.1-r1.ebuild?r1=1.3&r2=1.4
Index: rspec-2.14.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.14.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rspec-2.14.1-r1.ebuild 13 Aug 2014 18:30:37 -0000 1.3
+++ rspec-2.14.1-r1.ebuild 7 Dec 2014 15:22:57 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.14.1-r1.ebuild,v 1.3
2014/08/13 18:30:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.14.1-r1.ebuild,v 1.4
2014/12/07 15:22:57 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_TEST=""
1.4 dev-ruby/rspec/rspec-1.3.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?r1=1.3&r2=1.4
Index: rspec-1.3.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rspec-1.3.2-r1.ebuild 13 Aug 2014 18:37:02 -0000 1.3
+++ rspec-1.3.2-r1.ebuild 7 Dec 2014 15:22:57 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.3
2014/08/13 18:37:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.4
2014/12/07 15:22:57 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_TEST="spec"
@@ -30,19 +30,15 @@
RDEPEND="!<dev-ruby/rspec-rails-${PV}"
-# don't require test dependencies for jruby since we cannot run them
-# for now (fakefs doesn't work).
-#
# We should add nokogiri here to make sure that we test as much as
# possible, but since it's yet unported to 1.9 and the nokogiri-due
# tests fail for sure, we'll be waiting on it.
-USE_RUBY="ruby19 ruby20 ruby21" \
- ruby_add_bdepend "test? (
- >=dev-ruby/hoe-2.0.0
- dev-ruby/zentest
- >=dev-ruby/syntax-1.0
- >=dev-ruby/fakefs-0.2.1 )"
-USE_RUBY="ruby19 ruby20 ruby21" ruby_add_bdepend "test? (
~dev-ruby/test-unit-1.2.3 )"
+ruby_add_bdepend "test? (
+ >=dev-ruby/hoe-2.0.0
+ dev-ruby/zentest
+ >=dev-ruby/syntax-1.0
+ >=dev-ruby/fakefs-0.2.1 )"
+ruby_add_bdepend "test? ( ~dev-ruby/test-unit-1.2.3 )"
all_ruby_prepare() {
# Avoid dependency on git.
@@ -81,15 +77,3 @@
chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
ruby-ng_src_test
}
-
-each_ruby_test() {
- case ${RUBY} in
- *jruby)
- ewarn "Tests for JRuby are disabled because
dev-ruby/fakefs does not currently support"
- ewarn "JRuby properly and it's needed to run the tests."
- ;;
- *)
- each_fakegem_test
- ;;
- esac
-}
1.4 dev-ruby/rspec/rspec-2.99.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.99.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.99.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-2.99.0.ebuild?r1=1.3&r2=1.4
Index: rspec-2.99.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.99.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rspec-2.99.0.ebuild 13 Aug 2014 18:30:37 -0000 1.3
+++ rspec-2.99.0.ebuild 7 Dec 2014 15:22:57 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.99.0.ebuild,v 1.3
2014/08/13 18:30:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.99.0.ebuild,v 1.4
2014/12/07 15:22:57 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_TEST=""
1.20 dev-ruby/rspec/rspec-1.3.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2.ebuild?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2.ebuild?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2.ebuild?r1=1.19&r2=1.20
Index: rspec-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rspec-1.3.2.ebuild 12 May 2014 18:18:44 -0000 1.19
+++ rspec-1.3.2.ebuild 7 Dec 2014 15:22:57 -0000 1.20
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2.ebuild,v 1.19
2014/05/12 18:18:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2.ebuild,v 1.20
2014/12/07 15:22:57 mrueg Exp $
EAPI=2
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_TEST="spec"
@@ -30,19 +30,15 @@
RDEPEND="!<dev-ruby/rspec-rails-${PV}"
-# don't require test dependencies for jruby since we cannot run them
-# for now (fakefs doesn't work).
-#
# We should add nokogiri here to make sure that we test as much as
# possible, but since it's yet unported to 1.9 and the nokogiri-due
# tests fail for sure, we'll be waiting on it.
-USE_RUBY="ruby19" \
- ruby_add_bdepend "test? (
- >=dev-ruby/hoe-2.0.0
- dev-ruby/zentest
- >=dev-ruby/syntax-1.0
- >=dev-ruby/fakefs-0.2.1 )"
-USE_RUBY="ruby19" ruby_add_bdepend "test? ( =dev-ruby/test-unit-1.2.3 )"
+ruby_add_bdepend "test? (
+ >=dev-ruby/hoe-2.0.0
+ dev-ruby/zentest
+ >=dev-ruby/syntax-1.0
+ >=dev-ruby/fakefs-0.2.1 )"
+ruby_add_bdepend "test? ( =dev-ruby/test-unit-1.2.3 )"
all_ruby_prepare() {
# Avoid dependency on git.
@@ -76,15 +72,3 @@
chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
ruby-ng_src_test
}
-
-each_ruby_test() {
- case ${RUBY} in
- *jruby)
- ewarn "Tests for JRuby are disabled because
dev-ruby/fakefs does not currently support"
- ewarn "JRuby properly and it's needed to run the tests."
- ;;
- *)
- each_fakegem_test
- ;;
- esac
-}
1.180 dev-ruby/rspec/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.180&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.180&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 18 Nov 2014 11:54:57 -0000 1.179
+++ ChangeLog 7 Dec 2014 15:22:57 -0000 1.180
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rspec
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.179 2014/11/18
11:54:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.180 2014/12/07
15:22:57 mrueg Exp $
+
+ 07 Dec 2014; Manuel Rüger <[email protected]> rspec-1.3.2-r1.ebuild,
+ rspec-1.3.2.ebuild, rspec-2.14.1-r1.ebuild, rspec-2.14.1.ebuild,
+ rspec-2.99.0.ebuild:
+ Drop jruby support.
18 Nov 2014; Manuel Rüger <[email protected]> -rspec-2.12.0.ebuild:
Cleanup old.