dev-ruby/dust: add ruby30

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff 2021-10-25 08:26:48 +02:00
parent 3404150f01
commit 45ff5062a3
No known key found for this signature in database
GPG Key ID: DB347F938654FA34
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby26 ruby27 ruby30"
RUBY_FAKEGEM_EXTRADOC="README"
inherit ruby-fakegem
DESCRIPTION="Descriptive block syntax definition for Test::Unit"
HOMEPAGE="http://dust.rubyforge.org/"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
# Remove a long-obsolete rubygems method.
all_ruby_prepare() {
sed -i -e '/manage_gems/d' \
-e '/gempackagetask/d' \
-e '/GemPackageTask/,/end/d' \
-e 's:rake/rdoctask:rdoc/task:' rakefile.rb || die "Unable to update rakefile.rb"
}
each_ruby_test() {
${RUBY} -I. test/all_tests.rb || die
}