Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/amqp: amqp-1.4.0.ebuild ChangeLog
Date: Mon, 30 Jun 2014 06:09:05
Message-Id: 20140630060901.A60B42004E@flycatcher.gentoo.org
1 graaff 14/06/30 06:09:01
2
3 Modified: ChangeLog
4 Added: amqp-1.4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.15 dev-ruby/amqp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 26 May 2014 05:42:03 -0000 1.14
24 +++ ChangeLog 30 Jun 2014 06:09:01 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/amqp
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.14 2014/05/26 05:42:03 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/ChangeLog,v 1.15 2014/06/30 06:09:01 graaff Exp $
30 +
31 +*amqp-1.4.0 (30 Jun 2014)
32 +
33 + 30 Jun 2014; Hans de Graaff <graaff@g.o> +amqp-1.4.0.ebuild:
34 + Version bump.
35
36 26 May 2014; Manuel RĂ¼ger <mrueg@g.o> amqp-0.6.7-r1.ebuild,
37 amqp-1.0.2.ebuild, amqp-1.1.8.ebuild:
38
39
40
41 1.1 dev-ruby/amqp/amqp-1.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/amqp-1.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amqp/amqp-1.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: amqp-1.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/amqp/amqp-1.4.0.ebuild,v 1.1 2014/06/30 06:09:01 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 ruby21"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
57
58 RUBY_FAKEGEM_RECIPE_TEST="rspec"
59
60 RUBY_FAKEGEM_BINWRAP=""
61
62 inherit versionator ruby-fakegem
63
64 DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
65 HOMEPAGE="http://amqp.rubyforge.org/"
66
67 LICENSE="Ruby"
68 SLOT="$(get_version_component_range 1-2)"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
73 ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
74 >=dev-ruby/amq-protocol-1.9.2"
75
76 all_ruby_prepare() {
77 #rm Gemfile || die
78 sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
79
80 # Many specs require a live rabbit server, but only root can start
81 # an instance. Skip these specs for now.
82 rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
83 }
84
85 all_ruby_install() {
86 dodoc -r docs examples
87 }