commit: f9f519215204fce5a2b2b42f4b26be9397c39e4f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Aug 5 14:34:58 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 09:08:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f51921
dev-ruby/sexp_processor: drop 4.17.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/sexp_processor/Manifest | 1 - .../sexp_processor/sexp_processor-4.17.2.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-ruby/sexp_processor/Manifest b/dev-ruby/sexp_processor/Manifest index dc07cfee1e67..1fcdd0f9dc1b 100644 --- a/dev-ruby/sexp_processor/Manifest +++ b/dev-ruby/sexp_processor/Manifest @@ -1,2 +1 @@ -DIST sexp_processor-4.17.2.gem 57344 BLAKE2B 02e2fc3c11113913e0fb6497df1f0a2a7e93d806d59971595d17275cba34920ec7d0af48f77242e32d67dd4f109e7a99ed6401aa6fdd8afff87fc55c6bb0847c SHA512 11dd5af36d8464b7f798e7fde05558041c0f36db3cd0fb1c199a5c942ef6738eb0dd09fa6ef3eca0464963f92f3d4a172242292122cf5342ebc88cf5863fbf9f DIST sexp_processor-4.17.3.gem 57344 BLAKE2B 320ef8678d4006aa307da8bbb6f530e433c13fb00861a097fac6e39625bd77814ccd61d5f8548fbc3e74797342a500e86b50b3aa9e7ddc8b59b3154e200b6138 SHA512 5bdaceb73ef0e42b2f69984130ba27f4b8a7afa209ba78a386b184013b2ffc946252b15010c01eb467107bce80bea0979e5ff4a54351814d6b26ea4176d89680 diff --git a/dev-ruby/sexp_processor/sexp_processor-4.17.2.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.17.2.ebuild deleted file mode 100644 index 2e3a3653ae54..000000000000 --- a/dev-ruby/sexp_processor/sexp_processor-4.17.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -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 -}
