diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-12-13 06:41:39 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-12-13 06:41:39 +0000 |
commit | 2535a81015d05238f4ecbcb4a7b6bfa5ecba4023 (patch) | |
tree | cbba0dc446cfe805808aa6732936219587f2467b /dev-ruby/test-unit | |
parent | Removing obsolete patch (diff) | |
download | gentoo-2-2535a81015d05238f4ecbcb4a7b6bfa5ecba4023.tar.gz gentoo-2-2535a81015d05238f4ecbcb4a7b6bfa5ecba4023.tar.bz2 gentoo-2-2535a81015d05238f4ecbcb4a7b6bfa5ecba4023.zip |
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/test-unit')
-rw-r--r-- | dev-ruby/test-unit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/test-unit/test-unit-2.2.0.ebuild | 44 | ||||
-rw-r--r-- | dev-ruby/test-unit/test-unit-2.3.0.ebuild | 46 |
3 files changed, 5 insertions, 91 deletions
diff --git a/dev-ruby/test-unit/ChangeLog b/dev-ruby/test-unit/ChangeLog index f80fb961e966..af6d9904b42c 100644 --- a/dev-ruby/test-unit/ChangeLog +++ b/dev-ruby/test-unit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/test-unit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.46 2011/12/05 13:26:00 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.47 2011/12/13 06:41:39 graaff Exp $ + + 13 Dec 2011; Hans de Graaff <graaff@gentoo.org> -test-unit-2.2.0.ebuild, + -test-unit-2.3.0.ebuild: + Remove old versions. 05 Dec 2011; Naohiro Aota <naota@gentoo.org> test-unit-2.4.0.ebuild: Add ~x86-fbsd. diff --git a/dev-ruby/test-unit/test-unit-2.2.0.ebuild b/dev-ruby/test-unit/test-unit-2.2.0.ebuild deleted file mode 100644 index 4b09e2e9b7c9..000000000000 --- a/dev-ruby/test-unit/test-unit-2.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.2.0.ebuild,v 1.1 2011/02/14 18:55:21 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="TODO README.txt History.txt" - -# Disable default binwraps -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -ruby_add_bdepend "doc? ( dev-ruby/hoe )" - -DESCRIPTION="An improved version of the Test::Unit framework from Ruby 1.8" -HOMEPAGE="http://test-unit.rubyforge.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -each_ruby_test() { - # the rake audit using dev-ruby/zentest currently fails, and we - # just need to call the testsuite directly. - # rake audit || die "rake audit failed" - local rubyflags - - [[ $(basename ${RUBY}) == jruby ]] && rubyflags="-X+O" - - ${RUBY} ${rubyflags} test/run-test.rb || die "testsuite failed" -} - -all_ruby_install() { - all_fakegem_install - - # Create a testrb2 wrapper similarly to the rdoc2 wrapper for - # rdoc-2* series. - ruby_fakegem_binwrapper testrb /usr/bin/testrb-2 -} diff --git a/dev-ruby/test-unit/test-unit-2.3.0.ebuild b/dev-ruby/test-unit/test-unit-2.3.0.ebuild deleted file mode 100644 index 34a815fa05e3..000000000000 --- a/dev-ruby/test-unit/test-unit-2.3.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.3.0.ebuild,v 1.1 2011/07/22 07:36:16 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="TODO README.txt History.txt" - -# Disable default binwraps -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -ruby_add_bdepend "doc? ( dev-ruby/rdoc dev-ruby/hoe )" - -DESCRIPTION="An improved version of the Test::Unit framework from Ruby 1.8" -HOMEPAGE="http://test-unit.rubyforge.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( "${P}-ree18-tests.patch" "${P}-jruby-tests.patch" ) - -each_ruby_test() { - # the rake audit using dev-ruby/zentest currently fails, and we - # just need to call the testsuite directly. - # rake audit || die "rake audit failed" - local rubyflags - - [[ $(basename ${RUBY}) == jruby ]] && rubyflags="-X+O" - - ${RUBY} ${rubyflags} test/run-test.rb || die "testsuite failed" -} - -all_ruby_install() { - all_fakegem_install - - # Create a testrb2 wrapper similarly to the rdoc2 wrapper for - # rdoc-2* series. - ruby_fakegem_binwrapper testrb /usr/bin/testrb-2 -} |