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/amqp/
Date: Mon, 31 Aug 2015 05:30:08
Message-Id: 1440997985.d00a34fd86e01f4ae6dd6a21a605d8cabc305d91.graaff@gentoo
1 commit: d00a34fd86e01f4ae6dd6a21a605d8cabc305d91
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 05:13:05 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 05:13:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00a34fd
7
8 dev-ruby/amqp: cleanup
9
10 Remove versions that would also use amq-protocol 2.x
11
12 Package-Manager: portage-2.2.20.1
13
14 dev-ruby/amqp/Manifest | 2 --
15 dev-ruby/amqp/amqp-1.4.0.ebuild | 40 ----------------------------------------
16 dev-ruby/amqp/amqp-1.5.0.ebuild | 40 ----------------------------------------
17 3 files changed, 82 deletions(-)
18
19 diff --git a/dev-ruby/amqp/Manifest b/dev-ruby/amqp/Manifest
20 index cd6ec5b..d4c3209 100644
21 --- a/dev-ruby/amqp/Manifest
22 +++ b/dev-ruby/amqp/Manifest
23 @@ -1,3 +1 @@
24 -DIST amqp-1.4.0.gem 1176576 SHA256 c79c45c9881c2c74ad2bbfdcee2fd11307d0e96760712902079a3e196dae37dc SHA512 456436d361b6b77ccf3004e4cb2110367f59653ba73bf8beb24745210f919f2039147f4527662f9c239b7fbb91d2b614ee60dbd05c071914df12cbc3640530f0 WHIRLPOOL 55d756df8cdee6f45b5c8ac3fbd8d3874aa671a93587d9e890f994bee57a72812a4b009fd8bf1c9d72f52ea11b367828f129b1724e865b4f128ee6af8e2fd857
25 -DIST amqp-1.5.0.gem 1177088 SHA256 0cc1bc1c2715dc5793d7dcbbc94c89b25cec71837e2ed53a4762812fb7e78c4a SHA512 9c5e7b46d2a6a4e316ff7e6ceee0d5e60808f489fb603089158ef0ab0b9ed8f8a8fda6907225f9e01ea2a2990b0fca7eee7576455a050e94544ba278752aeb59 WHIRLPOOL 7830e36917d8e4e637b1f138e6ba882ed5036e0f95560ea1236a15b1e4216218fb0d0b937551fa3b8946b4e07e9eb2c63071c421d9b747218b7554bea9c7d846
26 DIST amqp-1.5.1.gem 1177088 SHA256 844f0b98c242e4fe123d537df665de338f4f0483a4854758c43b1c8eced1b04f SHA512 14304b2c8864522b3dd19caf5cb2ef000ad0f41be8060ac383d0ec820024bda5e6ca6c1d35fc2557fcaacd088fefe43568176c3b5e8f28c375a991fedc2c79e0 WHIRLPOOL bb698315c863dac0e89f6eebc4380d77428b961e4dc61d886c54d6ac8b9e06bf77367c245a8e8a1760cdd21b122a02a0c0af226223f865d32594a3eb6b4b2252
27
28 diff --git a/dev-ruby/amqp/amqp-1.4.0.ebuild b/dev-ruby/amqp/amqp-1.4.0.ebuild
29 deleted file mode 100644
30 index e97b5b5..0000000
31 --- a/dev-ruby/amqp/amqp-1.4.0.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -USE_RUBY="ruby19 ruby20 ruby21"
40 -
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
43 -
44 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
45 -
46 -RUBY_FAKEGEM_BINWRAP=""
47 -
48 -inherit versionator ruby-fakegem
49 -
50 -DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
51 -HOMEPAGE="http://amqp.rubyforge.org/"
52 -
53 -LICENSE="Ruby"
54 -SLOT="$(get_version_component_range 1-2)"
55 -KEYWORDS="~amd64 ~x86"
56 -IUSE=""
57 -
58 -ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
59 -ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
60 - >=dev-ruby/amq-protocol-1.9.2"
61 -
62 -all_ruby_prepare() {
63 - #rm Gemfile || die
64 - sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
65 -
66 - # Many specs require a live rabbit server, but only root can start
67 - # an instance. Skip these specs for now.
68 - rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
69 -}
70 -
71 -all_ruby_install() {
72 - dodoc -r docs examples
73 -}
74
75 diff --git a/dev-ruby/amqp/amqp-1.5.0.ebuild b/dev-ruby/amqp/amqp-1.5.0.ebuild
76 deleted file mode 100644
77 index 6eb4617..0000000
78 --- a/dev-ruby/amqp/amqp-1.5.0.ebuild
79 +++ /dev/null
80 @@ -1,40 +0,0 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI=5
86 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
87 -
88 -RUBY_FAKEGEM_TASK_DOC=""
89 -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
90 -
91 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
92 -
93 -RUBY_FAKEGEM_BINWRAP=""
94 -
95 -inherit versionator ruby-fakegem
96 -
97 -DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
98 -HOMEPAGE="http://rubyamqp.info/"
99 -
100 -LICENSE="Ruby"
101 -SLOT="1.4"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE=""
104 -
105 -ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
106 -ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
107 - >=dev-ruby/amq-protocol-1.9.2"
108 -
109 -all_ruby_prepare() {
110 - #rm Gemfile || die
111 - sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
112 -
113 - # Many specs require a live rabbit server, but only root can start
114 - # an instance. Skip these specs for now.
115 - rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
116 -}
117 -
118 -all_ruby_install() {
119 - dodoc -r docs examples
120 -}