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/bunny: ChangeLog bunny-1.0.5.ebuild
Date: Thu, 05 Dec 2013 07:32:12
Message-Id: 20131205073208.704372004B@flycatcher.gentoo.org
1 graaff 13/12/05 07:32:08
2
3 Modified: ChangeLog
4 Added: bunny-1.0.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.18 dev-ruby/bunny/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 6 Nov 2013 06:47:24 -0000 1.17
24 +++ ChangeLog 5 Dec 2013 07:32:08 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/bunny
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.17 2013/11/06 06:47:24 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.18 2013/12/05 07:32:08 graaff Exp $
30 +
31 +*bunny-1.0.5 (05 Dec 2013)
32 +
33 + 05 Dec 2013; Hans de Graaff <graaff@g.o> +bunny-1.0.5.ebuild:
34 + Version bump.
35
36 *bunny-1.0.0 (06 Nov 2013)
37
38
39
40
41 1.1 dev-ruby/bunny/bunny-1.0.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-1.0.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-1.0.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bunny-1.0.5.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/bunny/bunny-1.0.5.ebuild,v 1.1 2013/12/05 07:32:08 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56
57 # Tests require a live AMQP server.
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Another synchronous Ruby AMQP client"
65 HOMEPAGE="http://github.com/celldee/bunny"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 ruby_add_rdepend ">=dev-ruby/amq-protocol-1.9.0"
73
74 all_ruby_install() {
75 all_fakegem_install
76
77 insinto /usr/share/doc/${PF}
78 doins -r examples || die
79 }