summaryrefslogtreecommitdiff
path: root/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-12-19 07:16:58 +0100
committerHans de Graaff <graaff@gentoo.org>2018-12-19 07:16:58 +0100
commit09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27 (patch)
treec18037ecc614ea57275ee83df51930daec96d540 /dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild
parentb2f32d67bf2ccb1a3f952641d93a1940d6c2bfe3 (diff)
downloadgentoo-09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27.tar.gz
gentoo-09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27.tar.xz
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/amq-protocol-2.2.0.ebuild')
-rw-r--r--dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild27
1 files changed, 0 insertions, 27 deletions
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 0d03e29cb04..00000000000
--- 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
-}