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: Sat, 24 Feb 2018 08:50:15
Message-Id: 1519462090.b3b458ed5725bc67f2942804e92232b9446aca64.graaff@gentoo
1 commit: b3b458ed5725bc67f2942804e92232b9446aca64
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 08:33:44 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 08:48:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b458ed
7
8 dev-ruby/amq-protocol: remove masked version
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/amq-protocol/Manifest | 1 -
13 dev-ruby/amq-protocol/amq-protocol-1.9.2.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest
17 index 3e75daac4cb..9bbbaa61e9b 100644
18 --- a/dev-ruby/amq-protocol/Manifest
19 +++ b/dev-ruby/amq-protocol/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST amq-protocol-1.9.2.gem 43520 BLAKE2B 5085326ac5865876ce17c4acfc2fe89f8946fa5fb6851bb5bfb3eea387e505083ceaf9033243b47b5b9cf484217f6bbffaac567ef44b5069d505d4ae6cb394e3 SHA512 ea4553b337589589cc89b70e351722ec8af402bd560d73fd35ad41665424a6212e03e26ac86aace5d90f599c7fc2236686fbd83bd75c7023647d95163a2d8573
22 DIST amq-protocol-2.1.0.gem 43520 BLAKE2B bcb389c1ce1e250e78d96f2451c5d01b22d151fec3a7e5666d284edb0c46609a239cd9426dabc92e8cb1b3d28b677b57b89c2510b2cb7ac13368287bac5d2d30 SHA512 3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133
23 DIST amq-protocol-2.2.0.gem 43520 BLAKE2B 7cc9d8550ec2bfb40f4ad64f1baaeb782bda52562ccb6f7bb7692a1db400e1320e52c6ee10d0c1d3a96557fe4aa8f428e4f524e36b2a4c8685ca60b505fb3d9a SHA512 8637e7c1b2540edd57d9d06f5cf51430ff2ed4cd603e3b8a9f9c48dce2468452a4d365782ba949b7e007d773febe83c1a22bca2dafb21c24b3c8f655eb53e5b4
24 DIST amq-protocol-2.3.0.gem 45568 BLAKE2B f5af9184a37bb7484e18765cf6bd807048339f44ece70a1c5dc8d6580eb1449bd1deda9bd467970c0d03088f4f666ef0ba59141fe90b335508a854440cc5dae4 SHA512 cb9ca136908f09dd7f38f763b87516379efafb2cc3dfe34268064c08ee9fdda8e9299de4d94b70aa0569362fe18a541287a6b9649383ee0720f199fdc0b75263
25
26 diff --git a/dev-ruby/amq-protocol/amq-protocol-1.9.2.ebuild b/dev-ruby/amq-protocol/amq-protocol-1.9.2.ebuild
27 deleted file mode 100644
28 index 0eee50e76d6..00000000000
29 --- a/dev-ruby/amq-protocol/amq-protocol-1.9.2.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -USE_RUBY="ruby20 ruby21 ruby22"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby"
46 -HOMEPAGE="https://github.com/ruby-amqp/amq-protocol"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -
53 -all_ruby_prepare() {
54 - rm Gemfile || die
55 - sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
56 -}