graaff 14/06/30 06:09:01 Modified: ChangeLog Added: amqp-1.4.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.15 dev-ruby/amqp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 26 May 2014 05:42:03 -0000 1.14 +++ ChangeLog 30 Jun 2014 06:09:01 -0000 1.15 @@ -1,6 +1,11 @@ # 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.14 2014/05/26 05:42:03 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.15 2014/06/30 06:09:01 graaff Exp $ + +*amqp-1.4.0 (30 Jun 2014) + + 30 Jun 2014; Hans de Graaff <[email protected]> +amqp-1.4.0.ebuild: + Version bump. 26 May 2014; Manuel RĂ¼ger <[email protected]> amqp-0.6.7-r1.ebuild, amqp-1.0.2.ebuild, amqp-1.1.8.ebuild: 1.1 dev-ruby/amqp/amqp-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/amqp-1.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/amqp-1.4.0.ebuild?rev=1.1&content-type=text/plain Index: amqp-1.4.0.ebuild =================================================================== # 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.4.0.ebuild,v 1.1 2014/06/30 06:09:01 graaff Exp $ 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 }
