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-0.9.5.ebuild ChangeLog
Date: Tue, 02 Oct 2012 06:03:54
Message-Id: 20121002060338.B820421600@flycatcher.gentoo.org
1 graaff 12/10/02 06:03:38
2
3 Modified: ChangeLog
4 Added: amq-protocol-0.9.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-ruby/amq-protocol/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 14 Aug 2012 18:29:06 -0000 1.4
24 +++ ChangeLog 2 Oct 2012 06:03:38 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/amq-protocol
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.4 2012/08/14 18:29:06 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amq-protocol/ChangeLog,v 1.5 2012/10/02 06:03:38 graaff Exp $
30 +
31 +*amq-protocol-0.9.5 (02 Oct 2012)
32 +
33 + 02 Oct 2012; Hans de Graaff <graaff@g.o> +amq-protocol-0.9.5.ebuild:
34 + Version bump.
35
36 14 Aug 2012; Diego E. Pettenò <flameeyes@g.o> metadata.xml:
37 Update metadata.xml so that it's the same as most other packages.
38
39
40
41 1.1 dev-ruby/amq-protocol/amq-protocol-0.9.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/amq-protocol-0.9.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/amq-protocol/amq-protocol-0.9.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: amq-protocol-0.9.5.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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-0.9.5.ebuild,v 1.1 2012/10/02 06:03:38 graaff Exp $
51
52 EAPI=4
53 USE_RUBY="ruby18 ruby19 ree18 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="README.md"
57
58 RUBY_FAKEGEM_RECIPE_TEST="rspec"
59
60 inherit versionator 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/d' spec/spec_helper.rb || die
73 }