commit:     912fda7be8ba85ffd36c27db8f77bfd012db0d0a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 12:33:45 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 13:03:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912fda7b

dev-ruby/http-parser: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/http-parser/Manifest                 |  1 -
 dev-ruby/http-parser/http-parser-1.2.2.ebuild | 29 ---------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/http-parser/Manifest b/dev-ruby/http-parser/Manifest
index 11f8cc4b2a22..6a1da6e8cd85 100644
--- a/dev-ruby/http-parser/Manifest
+++ b/dev-ruby/http-parser/Manifest
@@ -1,2 +1 @@
-DIST http-parser-1.2.2.gem 32256 BLAKE2B 
bc1600497db7c0ae9ee9311a6eae6494090b190b49d37809671d0c2fbb3b56ab4709dd16b68c7bfe8fc75609fc6f01d31c21c92681b9adbb4c83e521991d9172
 SHA512 
cffc1561657b7cb50c446e54da20176870ffe5f1acfe5e9fadfeacbea421fcc89243dd8f4a04d7933e19c155662fcd47db950c3743968d7981c52aa6c0a43ab5
 DIST http-parser-1.2.3.gem 31232 BLAKE2B 
055ab9ccb42bb85f87b65eeaa59f645ec390f0751eb379b22b1a2c83920ef1c482a3bed8f5105843c341fe92ba0c8d44272688b929bca13c690945f7e37b282f
 SHA512 
03c34c3e8174d9010440483af34800b74a7bbddd5daa63607e6aa2254d9c91cf36d90854ea65827b32680432de278aeeb7b8878f788f124c150f163409fa5107

diff --git a/dev-ruby/http-parser/http-parser-1.2.2.ebuild 
b/dev-ruby/http-parser/http-parser-1.2.2.ebuild
deleted file mode 100644
index e3227ecbebf8..000000000000
--- a/dev-ruby/http-parser/http-parser-1.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A super fast http parser for ruby"
-HOMEPAGE="https://github.com/cotag/http-parser";
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND+=" >=net-libs/http-parser-2.8.1"
-RDEPEND+=" >=net-libs/http-parser-2.8.1"
-
-ruby_add_bdepend "dev-ruby/ffi-compiler"
-
-each_ruby_compile() {
-       ${RUBY} -C ext -S rake || die
-       mv ext/*/libhttp-parser-ext.so lib/http-parser/ || die
-}

Reply via email to