Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amq-protocol/
Date: Wed, 19 Dec 2018 06:22:16
Message-Id: 1545200218.09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27.graaff@gentoo
1 commit: 09b004d1ce3ef68afc6a4dbb4cd0c4631070ac27
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 19 06:16:58 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 19 06:16:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b004d1
7
8 dev-ruby/amq-protocol: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/amq-protocol/Manifest | 1 -
14 dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild | 27 -------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest
18 index ff8a0ff1008..4507361af98 100644
19 --- a/dev-ruby/amq-protocol/Manifest
20 +++ b/dev-ruby/amq-protocol/Manifest
21 @@ -1,2 +1 @@
22 -DIST amq-protocol-2.2.0.gem 43520 BLAKE2B 7cc9d8550ec2bfb40f4ad64f1baaeb782bda52562ccb6f7bb7692a1db400e1320e52c6ee10d0c1d3a96557fe4aa8f428e4f524e36b2a4c8685ca60b505fb3d9a SHA512 8637e7c1b2540edd57d9d06f5cf51430ff2ed4cd603e3b8a9f9c48dce2468452a4d365782ba949b7e007d773febe83c1a22bca2dafb21c24b3c8f655eb53e5b4
23 DIST amq-protocol-2.3.0.gem 45568 BLAKE2B f5af9184a37bb7484e18765cf6bd807048339f44ece70a1c5dc8d6580eb1449bd1deda9bd467970c0d03088f4f666ef0ba59141fe90b335508a854440cc5dae4 SHA512 cb9ca136908f09dd7f38f763b87516379efafb2cc3dfe34268064c08ee9fdda8e9299de4d94b70aa0569362fe18a541287a6b9649383ee0720f199fdc0b75263
24
25 diff --git a/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild
26 deleted file mode 100644
27 index 0d03e29cb04..00000000000
28 --- a/dev-ruby/amq-protocol/amq-protocol-2.2.0.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
36 -
37 -RUBY_FAKEGEM_TASK_DOC=""
38 -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby"
45 -HOMEPAGE="https://github.com/ruby-amqp/amq-protocol"
46 -
47 -LICENSE="MIT"
48 -SLOT="2"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -
52 -ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
53 -
54 -all_ruby_prepare() {
55 - rm Gemfile || die
56 - sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
57 -}