diff options
| -rw-r--r-- | dev-ruby/sexp_processor/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-ruby/sexp_processor/Manifest b/dev-ruby/sexp_processor/Manifest index 1fcdd0f9dc1b..33cce7c0b3ce 100644 --- a/dev-ruby/sexp_processor/Manifest +++ b/dev-ruby/sexp_processor/Manifest @@ -1 +1,2 @@ DIST sexp_processor-4.17.3.gem 57344 BLAKE2B 320ef8678d4006aa307da8bbb6f530e433c13fb00861a097fac6e39625bd77814ccd61d5f8548fbc3e74797342a500e86b50b3aa9e7ddc8b59b3154e200b6138 SHA512 5bdaceb73ef0e42b2f69984130ba27f4b8a7afa209ba78a386b184013b2ffc946252b15010c01eb467107bce80bea0979e5ff4a54351814d6b26ea4176d89680 +DIST sexp_processor-4.17.4.gem 57344 BLAKE2B 68c31349b89afff0c95e9fe98926fcc290c61d555f21df2d526a3e4eb6ecc011a872a247dc23aed7c577f85938e567a5a8c176a6fcb37c7740f3ac9585e5c8d6 SHA512 2b480a673ec67964a86f8303f175ec63b692d9452a724c2721e415bee759d6019b36ad51777fa9c6bfe6c88786c3cce3048f9357e1d25f9aa6012f1f02609ac4 diff --git a/dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild new file mode 100644 index 000000000000..167a274d1956 --- /dev/null +++ b/dev-ruby/sexp_processor/sexp_processor-4.17.4.ebuild @@ -0,0 +1,28 @@ +# 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_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Processor for s-expressions created as part of the ParseTree project" +HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="test" + +ruby_add_bdepend " + test? ( + >=dev-ruby/minitest-5.5 + )" + +each_ruby_test() { + ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die +} |
