From 880e4145dd621e74a350a905e5c71f9dc48ef6a0 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 8 Nov 2024 08:52:43 +0100 Subject: dev-ruby/http_parser_rb: drop 0.6.0-r2 Signed-off-by: Hans de Graaff --- dev-ruby/http_parser_rb/Manifest | 1 - .../http_parser_rb/http_parser_rb-0.6.0-r2.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) delete mode 100644 dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild diff --git a/dev-ruby/http_parser_rb/Manifest b/dev-ruby/http_parser_rb/Manifest index 91f97441ff0b..a58ad485acaa 100644 --- a/dev-ruby/http_parser_rb/Manifest +++ b/dev-ruby/http_parser_rb/Manifest @@ -1,2 +1 @@ -DIST http_parser.rb-0.6.0.gem 177664 BLAKE2B ecae9e862454584759cbb3158eb16dd6de09fe95c6b38099f1c6d4be2376ca1d3eb8a6713994da600c9c567193466da30f4784652e19ad796891a53d67578fff SHA512 51c29bfc85de8cedb4e98fec84c955252556abaa4d0848fbc38b232879ffc946c72acf38440e8e9f1e31a8b734a68d43a96924af5f48ac4f1a054153ec913a08 DIST http_parser.rb-0.8.0.gem 195072 BLAKE2B e02fa70e5f5219d70c887db47541985b07f938bb32c4cca943a3d50f73e3baf820a733a2f479f5d40a2e1dabda4d8ae2466834c8b6d8167646a8fb6dcf7c792b SHA512 228e8a617154411c43a548f10d2d8d2cae2d97970f621b4ef2955de94ed1943611cff22659cd75d63a09a0a02396993ab646ee29303d99856b46a80253a618c8 diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild deleted file mode 100644 index 878bf9a1a924..000000000000 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_NAME="http_parser.rb" - -RUBY_FAKEGEM_EXTENSIONS=(ext/ruby_http_parser/extconf.rb) - -inherit ruby-fakegem - -DESCRIPTION="Simple callback-based HTTP request/response parser" -HOMEPAGE="https://github.com/tmm1/http_parser.rb" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" -IUSE="" - -all_ruby_prepare() { - # rspec 3 compatibility - sed -i -e 's/be_true/be true/; s/be_false/be false/' spec/parser_spec.rb || die -} -- cgit v1.2.3-65-gdbad