commit:     0085f10fa9d8e9c82f95554e5bb803f6b7ce3c8d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 06:38:19 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 06:38:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0085f10f

dev-ruby/amqp: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/amqp/Manifest          |  1 -
 dev-ruby/amqp/amqp-1.6.0.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/amqp/Manifest b/dev-ruby/amqp/Manifest
index 93999e829b0..953ebfb2ac2 100644
--- a/dev-ruby/amqp/Manifest
+++ b/dev-ruby/amqp/Manifest
@@ -1,2 +1 @@
-DIST amqp-1.6.0.gem 1177088 BLAKE2B 
4095dd6182f79579f58f6f9eff66177273d3d66fdd61711db132896b2c6197ef1faed03e8da8b27497aa13eae31a54e574a9d8bb4b1ff44103d238bc820cfe92
 SHA512 
389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f
 DIST amqp-1.7.0.gem 1176576 BLAKE2B 
93fd02b1382f08d0f6a3ce7c66ba6c4f224837077e87cae74b7a6c254953822c3a81704494f8dd3b15d64225e113d9e9b592d94bb39c0564fdf3ac37d903c694
 SHA512 
f7a32e1c33fad13b4b09d489ec04c1110c508905e7c0e0fb970bf7a582c581f8789330dcd989814e475d7583c5be9a37e6bcd8876ca2f3802e668f3a804ba73b

diff --git a/dev-ruby/amqp/amqp-1.6.0.ebuild b/dev-ruby/amqp/amqp-1.6.0.ebuild
deleted file mode 100644
index 40d9ffa34e2..00000000000
--- a/dev-ruby/amqp/amqp-1.6.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
-HOMEPAGE="http://rubyamqp.info/";
-
-LICENSE="Ruby"
-SLOT="1.4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
-ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
-       >=dev-ruby/amq-protocol-2.0.1:2"
-
-all_ruby_prepare() {
-       #rm Gemfile || die
-       sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
-
-       # Many specs require a live rabbit server, but only root can start
-       # an instance. Skip these specs for now.
-       rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
-}
-
-all_ruby_install() {
-       dodoc -r docs examples
-}

Reply via email to