summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-15 09:29:54 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-15 09:29:54 +0000
commit14ab9965274b8add5615037d743ad1df704bb4d8 (patch)
treed07f06f825abe24bfa4336a701adbf8221f823bc /dev-ruby/test-unit
parentVersion bump (diff)
downloadgentoo-2-14ab9965274b8add5615037d743ad1df704bb4d8.tar.gz
gentoo-2-14ab9965274b8add5615037d743ad1df704bb4d8.tar.bz2
gentoo-2-14ab9965274b8add5615037d743ad1df704bb4d8.zip
Remove old versions.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/test-unit')
-rw-r--r--dev-ruby/test-unit/ChangeLog8
-rw-r--r--dev-ruby/test-unit/test-unit-2.1.0-r1.ebuild46
-rw-r--r--dev-ruby/test-unit/test-unit-2.1.1.ebuild46
3 files changed, 6 insertions, 94 deletions
diff --git a/dev-ruby/test-unit/ChangeLog b/dev-ruby/test-unit/ChangeLog
index 4b0699c7005c..953049626c82 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.28 2010/12/27 20:23:09 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.29 2011/01/15 09:29:54 graaff Exp $
+
+ 15 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+ -test-unit-2.1.0-r1.ebuild, -test-unit-2.1.1.ebuild:
+ Remove old versions.
27 Dec 2010; Fabian Groffen <grobian@gentoo.org> test-unit-2.1.2.ebuild:
Marked ~x64-solaris
diff --git a/dev-ruby/test-unit/test-unit-2.1.0-r1.ebuild b/dev-ruby/test-unit/test-unit-2.1.0-r1.ebuild
deleted file mode 100644
index d2f50743ea53..000000000000
--- a/dev-ruby/test-unit/test-unit-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 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.1.0-r1.ebuild,v 1.1 2010/07/30 17:32:33 flameeyes Exp $
-
-EAPI=2
-# One test fails on jruby, might be a jruby bug
-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/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
-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.1.1.ebuild b/dev-ruby/test-unit/test-unit-2.1.1.ebuild
deleted file mode 100644
index ae12f1883c8f..000000000000
--- a/dev-ruby/test-unit/test-unit-2.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 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.1.1.ebuild,v 1.2 2010/09/28 23:40:09 ranger Exp $
-
-EAPI=2
-# One test fails on jruby, might be a jruby bug
-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/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-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
-}