mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ruby/facets: cleanup
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST facets-2.9.3.gem 287232 SHA256 2ccc1c0a305adf294054a8c53581dc20812b1f9feea412d0e11cd1812bfa75dd SHA512 58181e4641dbddb6b3cda76adc024f945afcae90d3d37b0b1f82b31171244d7cbc3b759509b96002e4c4fd9a56fe3696f9dabb9541ecdf44374bb307aee3c11d WHIRLPOOL 7da1018b452c698c42e3faf3ccd5080e095a826c4031292131913c1bb29baaa6e6d69ce4bc0376ab14e4febf270a6f4ea13222632b1977703479a718355cd26a
|
||||
DIST facets-3.1.0.gem 315392 SHA256 7834a68824efbb35380ed7f6f590e01fb9a31a9466e317210e8803f72813c345 SHA512 7b9c957737775609048eff771df5a4ab87f856ea895ae75f55f2ab334ee47e46b80e01833053aa3b455c609e71f6cc3319694530d5687f8422ee8d70c9231f8f WHIRLPOOL 3d58e0615eb8e13922e36fb5e08cd9df3122da15658727eddd4fb7cb62a5b6979bef7a0c0dc8ca4ecbbd67eb4b7d78cee46804c9fa3c44989192b6c68da7758f
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
# ruby22 -> code is not compatible
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
|
||||
RUBY_FAKEGEM_TASK_TEST=""
|
||||
RUBY_FAKEGEM_RECIPE_DOC="yard"
|
||||
RUBY_FAKEGEM_EXTRADOC="README.rdoc"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Facets is the premier collection of extension methods for Ruby"
|
||||
HOMEPAGE="https://rubyworks.github.io/facets/"
|
||||
|
||||
LICENSE="Ruby"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
dev-ruby/ae
|
||||
dev-ruby/lemon
|
||||
dev-ruby/rubytest
|
||||
dev-ruby/rubytest-cli )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
|
||||
# Tests need to write to tmp/
|
||||
mkdir tmp/ || die 'mkdir failed'
|
||||
|
||||
# See TODO: https://github.com/rubyworks/facets/blob/2.9.3/test/core/kernel/test_source_location.rb
|
||||
rm test/core/kernel/test_source_location.rb || die 'test removal failed'
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -S rubytest -r lemon -r ae -Ilib/core -Ilib/standard -Itest test/ || die 'tests failed'
|
||||
}
|
||||
Reference in New Issue
Block a user