gentoo-ebuilds/dev-ruby/rkelly-remix/rkelly-remix-0.0.7-r1.ebuild
Hans de Graaff 06c6db2517
dev-ruby/rkelly-remix: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2024-12-31 10:37:54 +01:00

20 lines
445 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
inherit ruby-fakegem
DESCRIPTION="RKelly Remix is a fork of the RKelly JavaScript parser"
HOMEPAGE="https://github.com/nene/rkelly-remix"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
IUSE="doc"
each_ruby_test() {
${RUBY} -S testrb-2 -Ilib:. test/test_*.rb test/*/test_*.rb || die
}