diff options
author | 2010-01-07 20:14:05 +0000 | |
---|---|---|
committer | 2010-01-07 20:14:05 +0000 | |
commit | 913489c70beb410f9656e36b93c2be357cee9da0 (patch) | |
tree | 81b9a2a92e044bd62e99bc712483cc0d5ce4e79e /dev-ruby/minitest | |
parent | Set empty HOMEPAGE and LICENSE (diff) | |
download | gentoo-2-913489c70beb410f9656e36b93c2be357cee9da0.tar.gz gentoo-2-913489c70beb410f9656e36b93c2be357cee9da0.tar.bz2 gentoo-2-913489c70beb410f9656e36b93c2be357cee9da0.zip |
Version bump. Tests still fail in the same way under JRuby.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/minitest')
-rw-r--r-- | dev-ruby/minitest/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/minitest/minitest-1.5.0.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ruby/minitest/ChangeLog b/dev-ruby/minitest/ChangeLog index ffada105ccb7..4a368ec5a04b 100644 --- a/dev-ruby/minitest/ChangeLog +++ b/dev-ruby/minitest/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/minitest # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.8 2010/01/06 18:49:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.9 2010/01/07 20:14:05 flameeyes Exp $ + +*minitest-1.5.0 (07 Jan 2010) + + 07 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + +minitest-1.5.0.ebuild: + Version bump. Tests still fail in the same way under JRuby. 06 Jan 2010; Raúl Porcel <armin76@gentoo.org> minitest-1.4.2.ebuild: Add ~ia64/~sparc diff --git a/dev-ruby/minitest/minitest-1.5.0.ebuild b/dev-ruby/minitest/minitest-1.5.0.ebuild new file mode 100644 index 000000000000..af6bfda1a4e6 --- /dev/null +++ b/dev-ruby/minitest/minitest-1.5.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.5.0.ebuild,v 1.1 2010/01/07 20:14:05 flameeyes Exp $ + +EAPI=2 +# jruby → tests fail, reported upstream +# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097 +USE_RUBY="ruby18 jruby" + +RUBY_FAKEGEM_TASK_DOC="docs" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt" + +RUBY_FAKEGEM_EXTRAINSTALL="template" + +inherit ruby-fakegem + +DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit." +HOMEPAGE="http://rubyforge.org/projects/bfts" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/hoe" |