diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-12-19 07:16:58 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-12-19 07:16:58 +0100 |
commit | 09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27 (patch) | |
tree | c18037ecc614ea57275ee83df51930daec96d540 /dev-ruby/amq-protocol | |
parent | dev-ruby/amatch: add ruby25 (diff) | |
download | gentoo-09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27.tar.gz gentoo-09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27.tar.bz2 gentoo-09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27.zip |
dev-ruby/amq-protocol: cleanup
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.2.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest index ff8a0ff10083..4507361af989 100644 --- a/dev-ruby/amq-protocol/Manifest +++ b/dev-ruby/amq-protocol/Manifest @@ -1,2 +1 @@ -DIST amq-protocol-2.2.0.gem 43520 BLAKE2B 7cc9d8550ec2bfb40f4ad64f1baaeb782bda52562ccb6f7bb7692a1db400e1320e52c6ee10d0c1d3a96557fe4aa8f428e4f524e36b2a4c8685ca60b505fb3d9a SHA512 8637e7c1b2540edd57d9d06f5cf51430ff2ed4cd603e3b8a9f9c48dce2468452a4d365782ba949b7e007d773febe83c1a22bca2dafb21c24b3c8f655eb53e5b4 DIST amq-protocol-2.3.0.gem 45568 BLAKE2B f5af9184a37bb7484e18765cf6bd807048339f44ece70a1c5dc8d6580eb1449bd1deda9bd467970c0d03088f4f666ef0ba59141fe90b335508a854440cc5dae4 SHA512 cb9ca136908f09dd7f38f763b87516379efafb2cc3dfe34268064c08ee9fdda8e9299de4d94b70aa0569362fe18a541287a6b9649383ee0720f199fdc0b75263 diff --git a/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild deleted file mode 100644 index 0d03e29cb04b..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -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/rspec-its )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die -} |