diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-12-02 06:57:28 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-12-02 06:57:28 +0000 |
commit | ce89f0dd00c8d4c41ebb2a84a8befee2968f8871 (patch) | |
tree | 7d856af81fdff4e020d65aa2d6b9b6a5b18936ad /dev-ruby | |
parent | Fix tests with Rails 4.1 installed. Add ruby20, ruby21. (diff) | |
download | gentoo-2-ce89f0dd00c8d4c41ebb2a84a8befee2968f8871.tar.gz gentoo-2-ce89f0dd00c8d4c41ebb2a84a8befee2968f8871.tar.bz2 gentoo-2-ce89f0dd00c8d4c41ebb2a84a8befee2968f8871.zip |
Cleanup otherwise unused slot that is only marked for ruby19.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/amqp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/amqp/amqp-1.0.2.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/dev-ruby/amqp/ChangeLog b/dev-ruby/amqp/ChangeLog index 5c8cff6ccb14..a6902d54b28f 100644 --- a/dev-ruby/amqp/ChangeLog +++ b/dev-ruby/amqp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/amqp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.16 2014/08/17 07:10:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.17 2014/12/02 06:57:28 graaff Exp $ + + 02 Dec 2014; Hans de Graaff <graaff@gentoo.org> -amqp-1.0.2.ebuild: + Cleanup otherwise unused slot that is only marked for ruby19. *amqp-1.5.0 (17 Aug 2014) diff --git a/dev-ruby/amqp/amqp-1.0.2.ebuild b/dev-ruby/amqp/amqp-1.0.2.ebuild deleted file mode 100644 index fcf605ace737..000000000000 --- a/dev-ruby/amqp/amqp-1.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/amqp-1.0.2.ebuild,v 1.2 2014/05/26 05:42:03 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG 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-client-1.0.2 - >=dev-ruby/amq-protocol-1.3.0" - -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 - - sed -i -e '/raises an exception/ s:^:#:' spec/unit/amqp/channel_id_allocation_spec.rb || die -} - -all_ruby_install() { - dodoc -r docs examples -} |