mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ruby/amqp: cleanup
Remove versions that would also use amq-protocol 2.x Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST amqp-1.4.0.gem 1176576 SHA256 c79c45c9881c2c74ad2bbfdcee2fd11307d0e96760712902079a3e196dae37dc SHA512 456436d361b6b77ccf3004e4cb2110367f59653ba73bf8beb24745210f919f2039147f4527662f9c239b7fbb91d2b614ee60dbd05c071914df12cbc3640530f0 WHIRLPOOL 55d756df8cdee6f45b5c8ac3fbd8d3874aa671a93587d9e890f994bee57a72812a4b009fd8bf1c9d72f52ea11b367828f129b1724e865b4f128ee6af8e2fd857
|
||||
DIST amqp-1.5.0.gem 1177088 SHA256 0cc1bc1c2715dc5793d7dcbbc94c89b25cec71837e2ed53a4762812fb7e78c4a SHA512 9c5e7b46d2a6a4e316ff7e6ceee0d5e60808f489fb603089158ef0ab0b9ed8f8a8fda6907225f9e01ea2a2990b0fca7eee7576455a050e94544ba278752aeb59 WHIRLPOOL 7830e36917d8e4e637b1f138e6ba882ed5036e0f95560ea1236a15b1e4216218fb0d0b937551fa3b8946b4e07e9eb2c63071c421d9b747218b7554bea9c7d846
|
||||
DIST amqp-1.5.1.gem 1177088 SHA256 844f0b98c242e4fe123d537df665de338f4f0483a4854758c43b1c8eced1b04f SHA512 14304b2c8864522b3dd19caf5cb2ef000ad0f41be8060ac383d0ec820024bda5e6ca6c1d35fc2557fcaacd088fefe43568176c3b5e8f28c375a991fedc2c79e0 WHIRLPOOL bb698315c863dac0e89f6eebc4380d77428b961e4dc61d886c54d6ac8b9e06bf77367c245a8e8a1760cdd21b122a02a0c0af226223f865d32594a3eb6b4b2252
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby19 ruby20 ruby21"
|
||||
|
||||
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://amqp.rubyforge.org/"
|
||||
|
||||
LICENSE="Ruby"
|
||||
SLOT="$(get_version_component_range 1-2)"
|
||||
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-1.9.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
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
|
||||
|
||||
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-1.9.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
|
||||
}
|
||||
Reference in New Issue
Block a user