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.6.0-r1.ebuild
Date: Mon, 05 Jul 2010 05:32:23
Message-Id: 20100705053216.A674A2CE14@corvid.gentoo.org
1 graaff 10/07/05 05:32:16
2
3 Modified: ChangeLog
4 Added: bunny-0.6.0-r1.ebuild
5 Log:
6 Install documentation.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/bunny/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 3 Jul 2010 08:36:01 -0000 1.1
23 +++ ChangeLog 5 Jul 2010 05:32:16 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/bunny
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.1 2010/07/03 08:36:01 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.2 2010/07/05 05:32:16 graaff Exp $
29 +
30 +*bunny-0.6.0-r1 (05 Jul 2010)
31 +
32 + 05 Jul 2010; Hans de Graaff <graaff@g.o> +bunny-0.6.0-r1.ebuild:
33 + Install documentation.
34
35 *bunny-0.6.0 (03 Jul 2010)
36
37
38
39
40 1.1 dev-ruby/bunny/bunny-0.6.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.6.0-r1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bunny-0.6.0-r1.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.6.0-r1.ebuild,v 1.1 2010/07/05 05:32:16 graaff Exp $
50
51 EAPI="2"
52 USE_RUBY="ruby18"
53
54 RUBY_FAKEGEM_TASK_DOC=""
55
56 # Tests require a live AMQP server.
57 RUBY_FAKEGEM_TASK_TEST=""
58
59 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Another synchronous Ruby AMQP client"
64 HOMEPAGE="http://github.com/celldee/bunny"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 all_ruby_install() {
72 all_fakegem_install
73
74 insinto /usr/share/doc/${PF}
75 doins -r examples || die
76 }