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: bunny-0.7.3.ebuild ChangeLog
Date: Fri, 29 Jul 2011 04:49:33
Message-Id: 20110729044920.96DBF20051@flycatcher.gentoo.org
1 graaff 11/07/29 04:49:20
2
3 Modified: ChangeLog
4 Added: bunny-0.7.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-ruby/bunny/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 20 Jul 2011 05:39:47 -0000 1.4
24 +++ ChangeLog 29 Jul 2011 04:49:20 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/bunny
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.4 2011/07/20 05:39:47 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.5 2011/07/29 04:49:20 graaff Exp $
30 +
31 +*bunny-0.7.3 (29 Jul 2011)
32 +
33 + 29 Jul 2011; Hans de Graaff <graaff@g.o> +bunny-0.7.3.ebuild:
34 + Version bump.
35
36 *bunny-0.7.1 (20 Jul 2011)
37
38
39
40
41 1.1 dev-ruby/bunny/bunny-0.7.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.7.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.7.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bunny-0.7.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.7.3.ebuild,v 1.1 2011/07/29 04:49:20 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18"
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 README.textile"
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 all_ruby_install() {
73 all_fakegem_install
74
75 insinto /usr/share/doc/${PF}
76 doins -r examples || die
77 }