summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-07 13:24:11 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-07 13:24:11 +0000
commit18563b6e5cc8b7ddf81f08bb8929e36414c5c36a (patch)
tree6c115a8b20c43d5b13015af8e9a45e2a10bc3ee4 /dev-ruby/minitest
parentDrop old (diff)
downloadgentoo-2-18563b6e5cc8b7ddf81f08bb8929e36414c5c36a.tar.gz
gentoo-2-18563b6e5cc8b7ddf81f08bb8929e36414c5c36a.tar.bz2
gentoo-2-18563b6e5cc8b7ddf81f08bb8929e36414c5c36a.zip
Version bump. Remove ruby18.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/minitest')
-rw-r--r--dev-ruby/minitest/ChangeLog9
-rw-r--r--dev-ruby/minitest/minitest-4.7.4-r1.ebuild6
-rw-r--r--dev-ruby/minitest/minitest-4.7.4.ebuild4
-rw-r--r--dev-ruby/minitest/minitest-4.7.5.ebuild4
-rw-r--r--dev-ruby/minitest/minitest-5.2.3.ebuild4
-rw-r--r--dev-ruby/minitest/minitest-5.3.2.ebuild54
6 files changed, 71 insertions, 10 deletions
diff --git a/dev-ruby/minitest/ChangeLog b/dev-ruby/minitest/ChangeLog
index 833e0853bd32..41f314fbc7f3 100644
--- a/dev-ruby/minitest/ChangeLog
+++ b/dev-ruby/minitest/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/minitest
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.140 2014/03/27 02:12:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.141 2014/04/07 13:24:11 mrueg Exp $
+
+*minitest-5.3.2 (07 Apr 2014)
+
+ 07 Apr 2014; Manuel Rüger <mrueg@gentoo.org> +minitest-5.3.2.ebuild,
+ minitest-4.7.4-r1.ebuild, minitest-4.7.4.ebuild, minitest-4.7.5.ebuild,
+ minitest-5.2.3.ebuild:
+ Version bump. Remove ruby18.
*minitest-5.2.3-r1 (27 Mar 2014)
diff --git a/dev-ruby/minitest/minitest-4.7.4-r1.ebuild b/dev-ruby/minitest/minitest-4.7.4-r1.ebuild
index 0f31be153b53..710b68f67c92 100644
--- a/dev-ruby/minitest/minitest-4.7.4-r1.ebuild
+++ b/dev-ruby/minitest/minitest-4.7.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.4-r1.ebuild,v 1.2 2013/12/26 09:28:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.4-r1.ebuild,v 1.3 2014/04/07 13:24:11 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
diff --git a/dev-ruby/minitest/minitest-4.7.4.ebuild b/dev-ruby/minitest/minitest-4.7.4.ebuild
index 545f778020f9..891c2029ace2 100644
--- a/dev-ruby/minitest/minitest-4.7.4.ebuild
+++ b/dev-ruby/minitest/minitest-4.7.4.ebuild
@@ -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/minitest/minitest-4.7.4.ebuild,v 1.13 2014/01/05 10:57:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.4.ebuild,v 1.14 2014/04/07 13:24:11 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby19 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
diff --git a/dev-ruby/minitest/minitest-4.7.5.ebuild b/dev-ruby/minitest/minitest-4.7.5.ebuild
index d8dfb950c0a5..3c8963e16f6f 100644
--- a/dev-ruby/minitest/minitest-4.7.5.ebuild
+++ b/dev-ruby/minitest/minitest-4.7.5.ebuild
@@ -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/minitest/minitest-4.7.5.ebuild,v 1.1 2014/02/25 14:49:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.5.ebuild,v 1.2 2014/04/07 13:24:11 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
diff --git a/dev-ruby/minitest/minitest-5.2.3.ebuild b/dev-ruby/minitest/minitest-5.2.3.ebuild
index 3ec96130f87d..73bde4b4db0e 100644
--- a/dev-ruby/minitest/minitest-5.2.3.ebuild
+++ b/dev-ruby/minitest/minitest-5.2.3.ebuild
@@ -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/minitest/minitest-5.2.3.ebuild,v 1.2 2014/03/27 02:12:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.2.3.ebuild,v 1.3 2014/04/07 13:24:11 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
diff --git a/dev-ruby/minitest/minitest-5.3.2.ebuild b/dev-ruby/minitest/minitest-5.3.2.ebuild
new file mode 100644
index 000000000000..b4ad21435eed
--- /dev/null
+++ b/dev-ruby/minitest/minitest-5.3.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.2.ebuild,v 1.1 2014/04/07 13:24:11 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
+HOMEPAGE="https://github.com/seattlerb/minitest"
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+each_ruby_prepare() {
+ case ${RUBY} in
+ *jruby)
+ # Make sure __jtrap is available in all threads. This should
+ # be fixed in jruby 1.7.x
+ sed -i -e '8i trap :INFO do ; end' lib/minitest/parallel.rb || die
+
+ # Avoid failures. Most of these look like low-level jruby
+ # differences and it looks like these were not run properly
+ # in previous versions.
+ for t in test_return_mock_does_not_raise test_mock_args_does_not_raise test_stub_block test_stub_value ; do
+ local command="/${t}/,/^ end/ s:^:#:"
+ sed -i -e "${command}" test/minitest/test_minitest_mock.rb || die
+ done
+ for t in test_run_failing test_run_skip test_run_error test_run_skip_verbose test_run_error_teardown test_runnable_methods_random test_assert_throws_different test_to_s_error_in_test_and_teardown test_run_filtered_including_suite_name_string test_run_filtered_string_method_only test_run_filtered_including_suite_name ; do
+ command="/${t}/,/^ end/ s:^:#:"
+ sed -i -e "${command}" test/minitest/test_minitest_unit.rb || die
+ done
+ for t in test_name2 "needs to verify throw" ; do
+ command="/${t}/,/^ end/ s:^:#:"
+ sed -i -e "${command}" test/minitest/test_minitest_spec.rb || die
+ done
+ sed -i -e '/test_report_error/,/^ end/ s:^:#:' test/minitest/test_minitest_reporter.rb || die
+ ;;
+ esac
+}
+
+each_ruby_test() {
+ for f in test/minitest/test_*.rb; do
+ ${RUBY} -Ilib:test ${f} || die "${f} tests failed"
+ done
+}