commit: 5623665495078f9baa874fb14ba84e2072721067 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Nov 25 09:14:18 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Nov 25 09:22:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56236654
dev-ruby/http_parser_rb: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../http_parser_rb/http_parser_rb-0.6.0-r1.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild deleted file mode 100644 index 4621701a57f9..000000000000 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_NAME="http_parser.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="" - -each_ruby_configure() { - ${RUBY} -Cext/ruby_http_parser extconf.rb || die -} - -each_ruby_compile() { - emake -Cext/ruby_http_parser V=1 - cp ext/ruby_http_parser/ruby_http_parser.so lib/ || die -}
