mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
dev-ruby/ruby2ruby: add 2.6.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ruby2ruby-2.5.2.gem 29184 BLAKE2B 5f4389d10e6028951b938fce461726a90943ce3c1de65c6a2138888e0c6c11872a8d3df691bb9e30e001b4b9a5d9e8b2b3fdbd25f95ae652d513c0adafd57db1 SHA512 f16c34fe3cefd139768f0817309fec4929fc2e1689d3c2569d52d46c3fb0c9ccdd8468ae89b4cf8dfea7d73a721e01ec7fc38a1f3243dcd7a4559113d4794198
|
||||
DIST ruby2ruby-2.6.0.gem 29696 BLAKE2B d862a2fc30fd455562581276be35b1376508cdc22882699cfdaa24898a0abcd76eacc9f059c0e9f5d150181f465844ef0ee9a4810b5097c48f2d5e404c921804 SHA512 5b6560fe098e299e297597a685bbce11d80b0f1812e6297246d3a1dcb0c61376184b654b154b0490b2238cd49da150e3bed3520157f8b9ceaf81c3faf2b7b77b
|
||||
|
||||
31
dev-ruby/ruby2ruby/ruby2ruby-2.6.0.ebuild
Normal file
31
dev-ruby/ruby2ruby/ruby2ruby-2.6.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Generates readable ruby from ParseTree"
|
||||
HOMEPAGE="https://github.com/seattlerb/ruby2ruby"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/sexp_processor-4.6.0:4
|
||||
"
|
||||
ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 >=dev-ruby/sexp_processor-4.10.0:4 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
Reference in New Issue
Block a user