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-0.7.4.ebuild
Date: Sat, 30 Jul 2011 07:29:02
Message-Id: 20110730072850.5FD322004B@flycatcher.gentoo.org
1 graaff 11/07/30 07:28:50
2
3 Modified: ChangeLog
4 Added: bunny-0.7.4.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.6 dev-ruby/bunny/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 29 Jul 2011 04:49:20 -0000 1.5
24 +++ ChangeLog 30 Jul 2011 07:28:50 -0000 1.6
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.5 2011/07/29 04:49:20 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.6 2011/07/30 07:28:50 graaff Exp $
30 +
31 +*bunny-0.7.4 (30 Jul 2011)
32 +
33 + 30 Jul 2011; Hans de Graaff <graaff@g.o> +bunny-0.7.4.ebuild:
34 + Version bump.
35
36 *bunny-0.7.3 (29 Jul 2011)
37
38
39
40
41 1.1 dev-ruby/bunny/bunny-0.7.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.7.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.7.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bunny-0.7.4.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.4.ebuild,v 1.1 2011/07/30 07:28:50 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 }