Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/bunny: metadata.xml ChangeLog bunny-0.6.0.ebuild
Date: Sat, 03 Jul 2010 08:36:04
Message-Id: 20100703083601.B92862CE15@corvid.gentoo.org
1 hollow 10/07/03 08:36:01
2
3 Added: metadata.xml ChangeLog bunny-0.6.0.ebuild
4 Log:
5 initial ebuild, thanks to Gábor Vészi
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-ruby/bunny/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>ruby</herd>
20 </pkgmetadata>
21
22
23
24 1.1 dev-ruby/bunny/ChangeLog
25
26 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for dev-ruby/bunny
32 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.1 2010/07/03 08:36:01 hollow Exp $
34
35 *bunny-0.6.0 (03 Jul 2010)
36
37 03 Jul 2010; Benedikt Böhm <hollow@g.o> +bunny-0.6.0.ebuild,
38 +metadata.xml:
39 initial ebuild, thanks to Gábor Vészi
40
41
42
43
44 1.1 dev-ruby/bunny/bunny-0.6.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.6.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/bunny-0.6.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: bunny-0.6.0.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-0.6.0.ebuild,v 1.1 2010/07/03 08:36:01 hollow Exp $
54
55 EAPI="2"
56 USE_RUBY="ruby18"
57
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_TASK_TEST=""
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=""