2021-01-29 13:45:33 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2017-11-18 20:52:58 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
2021-01-29 13:45:33 +03:00
|
|
|
USE_RUBY="ruby25 ruby26 ruby27 ruby30"
|
2017-11-18 20:52:58 +03:00
|
|
|
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
|
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
|
|
|
DESCRIPTION="A simple set of utility functions for Hash"
|
|
|
|
HOMEPAGE="http://trac.misuse.org/science/wiki/DeepMerge"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2020-12-15 08:28:16 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
|
2017-11-18 20:52:58 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
each_ruby_test() {
|
|
|
|
${RUBY} -I lib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
|
|
|
|
}
|