diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-02 08:18:57 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-02 10:57:43 +0200 |
commit | d95d201df8e85fe8075903ea1f99ad7ed0048820 (patch) | |
tree | 9fed4eece76bfef37d3fc54811687c71596fc125 /dev-ruby/amq-protocol | |
parent | dev-ruby/rspec-its: enable ruby31 (diff) | |
download | gentoo-d95d201df8e85fe8075903ea1f99ad7ed0048820.tar.gz gentoo-d95d201df8e85fe8075903ea1f99ad7ed0048820.tar.bz2 gentoo-d95d201df8e85fe8075903ea1f99ad7ed0048820.zip |
dev-ruby/amq-protocol: drop 2.3.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/amq-protocol')
-rw-r--r-- | dev-ruby/amq-protocol/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-2.3.1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest index cebc3d74a906..56c3923de04b 100644 --- a/dev-ruby/amq-protocol/Manifest +++ b/dev-ruby/amq-protocol/Manifest @@ -1,2 +1 @@ -DIST amq-protocol-2.3.1.gem 45568 BLAKE2B 08361a74b6a8d0652487aac26a91e3fed6681690e6c03988d500ccba6094e2513edf76aed94ac51da613322947da75f624090e3f8c79d54ac2c254180d98ce13 SHA512 10b2dc69014a681ff1c8b5512d578ae5b6c3c70c09c6b3dd4d86414f84b467fc05f873038fe0d4d751aa73cc0d1903f795a13eba4982f8e92dc226be8136d989 DIST amq-protocol-2.3.2.gem 46080 BLAKE2B 22e9cf6bf96df7f85c65f0e25a0bedb38f6e75b6a5eff3f7574d1e4f2b733fb697c3cfa8db9227733847d96b256f4127b061a28e24f43114acdcd88b364bf08c SHA512 9e526920989e5fcf679e5ba7f3a2e77546ae9488590a2ef3a600f4df6cb96d3530472bbe15dd951a06ef7cdec2544353a21e4acccce494b5fd44c3ac06b70ef0 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 -} |