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/amq-protocol: amq-protocol-1.6.0.ebuild ChangeLog
Date: Thu, 23 May 2013 04:46:03
Message-Id: 20130523044558.3EB092171D@flycatcher.gentoo.org
1 graaff 13/05/23 04:45:58
2
3 Modified: ChangeLog
4 Added: amq-protocol-1.6.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.10 dev-ruby/amq-protocol/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 27 Apr 2013 11:22:40 -0000 1.9
24 +++ ChangeLog 23 May 2013 04:45:58 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/amq-protocol
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.9 2013/04/27 11:22:40 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.10 2013/05/23 04:45:58 graaff Exp $
30 +
31 +*amq-protocol-1.6.0 (23 May 2013)
32 +
33 + 23 May 2013; Hans de Graaff <graaff@g.o> +amq-protocol-1.6.0.ebuild:
34 + Version bump.
35
36 *amq-protocol-1.3.0 (27 Apr 2013)
37
38
39
40
41 1.1 dev-ruby/amq-protocol/amq-protocol-1.6.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/amq-protocol-1.6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/amq-protocol-1.6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: amq-protocol-1.6.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/amq-protocol-1.6.0.ebuild,v 1.1 2013/05/23 04:45:58 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="README.md"
57
58 RUBY_FAKEGEM_RECIPE_TEST="rspec"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby."
63 HOMEPAGE="http://github.com/ruby-amqp/amq-protocol"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="test"
69
70 all_ruby_prepare() {
71 rm Gemfile || die
72 sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
73 }