From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- dev-ruby/http-parser/Manifest | 3 +-- 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, 35 insertions(+), 31 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 63029d2c8dcd..34732fd6c993 100644 --- a/dev-ruby/http-parser/Manifest +++ b/dev-ruby/http-parser/Manifest @@ -1,5 +1,4 @@ -DIST http-parser-1.2.2.gem 32256 BLAKE2B bc1600497db7c0ae9ee9311a6eae6494090b190b49d37809671d0c2fbb3b56ab4709dd16b68c7bfe8fc75609fc6f01d31c21c92681b9adbb4c83e521991d9172 SHA512 cffc1561657b7cb50c446e54da20176870ffe5f1acfe5e9fadfeacbea421fcc89243dd8f4a04d7933e19c155662fcd47db950c3743968d7981c52aa6c0a43ab5 DIST http-parser-1.2.3.gem 31232 BLAKE2B 055ab9ccb42bb85f87b65eeaa59f645ec390f0751eb379b22b1a2c83920ef1c482a3bed8f5105843c341fe92ba0c8d44272688b929bca13c690945f7e37b282f SHA512 03c34c3e8174d9010440483af34800b74a7bbddd5daa63607e6aa2254d9c91cf36d90854ea65827b32680432de278aeeb7b8878f788f124c150f163409fa5107 -EBUILD http-parser-1.2.2.ebuild 630 BLAKE2B ac881c10e770eb83bf1527965763c052ff56f3eaad578f82d4247a562416a4f3fdbb0e12ee441a2824d6ceba720013b9df6c14d16879cce304d90b387f15d4a0 SHA512 ce4bceeb4f80b58ce5a311453b1559929eafb1a1349f21aac869260a4d8ee8695737251a0d46310833da6719943ef1dbcfc2840bdfc0119562a99b3b411a1a5c +EBUILD http-parser-1.2.3-r1.ebuild 736 BLAKE2B ebb3b4d9595c1f0507967e1db4c3148d4bed371763f432ea5e04a479db5c4766111a8bc54dddae8badfe64065a7a9b48ba56053f6568f81c10c6aa32c5b9fd3a SHA512 ff812c44b7d26689d7f02064408b874eff8c4f921eb6a138875ff0be680b45beb2abafb72268febf3bdf71eaa9c9a8b62ff48c7d541895ab1a8fedce3195459a EBUILD http-parser-1.2.3.ebuild 654 BLAKE2B 16820a771344d1bbdfdf51b835a7adf46857891afe20ef5a74fc3e349c263c28fa6115de3ea1cfd39c369a4d9f578e9dc129bac67fc61ef878387cb49a793d25 SHA512 79b387d1a80f00574c9b21cc056435cce8cd69b9e731beb30c5749cfeb811906373560927b2f1838a5fc313a4e771675f6ea077477df7d985512fe452c72ec5e MISC metadata.xml 344 BLAKE2B 58d1dc89d02bfc357babce8f091539173728d149ab56a8282397b2e53c0a1683e5a4afc163cf00f8c46074326b75cb42573032a760ab2caff2d33df4118f1220 SHA512 3b5e7ea08dee2bf9fedea843558d30e202e74d178a861d4982cdd04b6bd1fdbb20754925f3f404dd5b7891dcc4f87825a42943de460283c1dc4f4adabd31906a 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.2.3