From e68d405c5d712af4387159df07e226217bdda049 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Apr 2022 22:33:41 +0100 Subject: gentoo resync : 06.04.2022 --- dev-ruby/amq-protocol/Manifest | 4 +--- dev-ruby/amq-protocol/amq-protocol-2.3.1.ebuild | 26 ------------------------- dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild | 4 ++-- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 dev-ruby/amq-protocol/amq-protocol-2.3.1.ebuild (limited to 'dev-ruby/amq-protocol') diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest index 87e4a7dbeac6..f28867db0278 100644 --- a/dev-ruby/amq-protocol/Manifest +++ b/dev-ruby/amq-protocol/Manifest @@ -1,5 +1,3 @@ -DIST amq-protocol-2.3.1.gem 45568 BLAKE2B 08361a74b6a8d0652487aac26a91e3fed6681690e6c03988d500ccba6094e2513edf76aed94ac51da613322947da75f624090e3f8c79d54ac2c254180d98ce13 SHA512 10b2dc69014a681ff1c8b5512d578ae5b6c3c70c09c6b3dd4d86414f84b467fc05f873038fe0d4d751aa73cc0d1903f795a13eba4982f8e92dc226be8136d989 DIST amq-protocol-2.3.2.gem 46080 BLAKE2B 22e9cf6bf96df7f85c65f0e25a0bedb38f6e75b6a5eff3f7574d1e4f2b733fb697c3cfa8db9227733847d96b256f4127b061a28e24f43114acdcd88b364bf08c SHA512 9e526920989e5fcf679e5ba7f3a2e77546ae9488590a2ef3a600f4df6cb96d3530472bbe15dd951a06ef7cdec2544353a21e4acccce494b5fd44c3ac06b70ef0 -EBUILD amq-protocol-2.3.1.ebuild 649 BLAKE2B 66fcb84ac359955ad91442be610a2e83b9e6bd3e2ec1a9ae2501970b01c0a895bc554507c856a534871b0432a5776334e89276ef42fcb9643906fc2e9947e2e6 SHA512 59c0baeafe00f6a2f2c4b32ea6ec0175ed9c8a2dc21dc03e3f746fa424a9c94ce9a034647e5486be551f31a53ec6112718f89121f24eec08a2cea3d1b272a191 -EBUILD amq-protocol-2.3.2.ebuild 649 BLAKE2B 2c67e618904f061c6d1019a20a3606e8315ca5a08d49f23232a505c8d5a912a897db2e8fe371e8b9839f72c8775a58d2a84f44377cbe1f0aad91a3bf2e64e4a3 SHA512 b5b91affb5b8a4a39b1fc155e809e849738ff7861cc1e7abf3865023ca37bd08ad416674c95f5afd7519959ca6e1b4047f04f0c7ac2c67bfa1f99f57eac505ef +EBUILD amq-protocol-2.3.2.ebuild 649 BLAKE2B 0d93693bb3ea89c701a80a41eb9cb732de481e2274a42b54d62a56d4a9a6ff9056330a757cf45fbe8da6994abddf099ef6a35a2450f466477ca60feecb832bc1 SHA512 85e83d83f5d06d2be390c5155e4f7476b07d90b16c5ccfdbb6d049f5aac0e37a7cc4513cc69b0ddddafa66229c784331ee4bc23a13e12121f1dffa27967d4e8e MISC metadata.xml 349 BLAKE2B dea32e8446ebd443e59033ce9b431d6fb0708e101866acfe935046a650cd6681b43bfdf9079e3a474ec0a4503e36633fb8550b7f149a48b947e407650b4dea64 SHA512 cb3c8feeb361ab6c0e622b6e8096a5bc238ab5efd00c5a63c59d9c328193f8bdd6ff909e802790450ee7433d4cabf13a7318659a5ca756b9c6d31ad6d3946700 diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.1.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.1.ebuild deleted file mode 100644 index a08d07b449c5..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-2.3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby" -HOMEPAGE="https://github.com/ruby-amqp/amq-protocol" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/rspec-its )" - -all_ruby_prepare() { - sed -i -e '/\(simplecov\|effin_utf8\|byebug\)/ s:^:#:' Gemfile || die - sed -i -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die -} diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild index 78982074f3fa..e56d6a9ac602 100644 --- a/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild +++ b/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" -- cgit v1.2.3