From 3cb6a75f2a5b16374dc2bb07e4677425dd8a8014 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 26 Nov 2021 01:44:28 +0000 Subject: Adding metadata --- dev-ruby/http-parser/Manifest | 1 - dev-ruby/http-parser/http-parser-1.2.2.ebuild | 29 -------------------- dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild | 34 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 30 deletions(-) delete mode 100644 dev-ruby/http-parser/http-parser-1.2.2.ebuild create mode 100644 dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild (limited to 'dev-ruby/http-parser') 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 -} diff --git a/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild new file mode 100644 index 000000000000..896944c223f9 --- /dev/null +++ b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" + +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 ~arm ~arm64 ~ppc64 ~x86" +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 +} + +each_ruby_install() { + each_fakegem_install + ruby_fakegem_extensions_installed +} -- cgit v1.3.1