summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-11-08 08:52:43 +0100
committerHans de Graaff <graaff@gentoo.org>2024-11-08 09:59:19 +0100
commit880e4145dd621e74a350a905e5c71f9dc48ef6a0 (patch)
treec9a6c6838b2bc0388898e031d5fba563cec1860a
parentdev-ruby/instance_storage: enable ruby33 (diff)
downloadgentoo-880e4145dd621e74a350a905e5c71f9dc48ef6a0.tar.gz
gentoo-880e4145dd621e74a350a905e5c71f9dc48ef6a0.tar.bz2
gentoo-880e4145dd621e74a350a905e5c71f9dc48ef6a0.zip
dev-ruby/http_parser_rb: drop 0.6.0-r2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/http_parser_rb/Manifest1
-rw-r--r--dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild29
2 files changed, 0 insertions, 30 deletions
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
-}