graaff 14/05/09 06:31:23 Modified: ChangeLog Added: amqp-1.3.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.13 dev-ruby/amqp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 10 Mar 2014 15:51:04 -0000 1.12 +++ ChangeLog 9 May 2014 06:31:23 -0000 1.13 @@ -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.12 2014/03/10 15:51:04 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.13 2014/05/09 06:31:23 graaff Exp $ + +*amqp-1.3.0 (09 May 2014) + + 09 May 2014; Hans de Graaff <[email protected]> +amqp-1.3.0.ebuild: + Version bump. 10 Mar 2014; Manuel RĂ¼ger <[email protected]> -amqp-1.1.6.ebuild, amqp-0.6.7-r1.ebuild: 1.1 dev-ruby/amqp/amqp-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/amqp-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/amqp-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: amqp-1.3.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.3.0.ebuild,v 1.1 2014/05/09 06:31:23 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" 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 }
