Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/combustion: combustion-0.5.1.ebuild metadata.xml ChangeLog
Date: Wed, 02 Apr 2014 14:27:31
Message-Id: 20140402142724.348C220060@flycatcher.gentoo.org
1 mrueg 14/04/02 14:27:24
2
3 Added: combustion-0.5.1.ebuild metadata.xml ChangeLog
4 Log:
5 Initial version. Original ebuild by Hans de Graaff.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.1 dev-ruby/combustion/combustion-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/combustion/combustion-0.5.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/combustion/combustion-0.5.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: combustion-0.5.1.ebuild
16 ===================================================================
17 # Copyright 1999-2014 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/combustion/combustion-0.5.1.ebuild,v 1.1 2014/04/02 14:27:24 mrueg Exp $
20
21 EAPI=5
22 USE_RUBY="ruby19"
23
24 RUBY_FAKEGEM_TASK_DOC=""
25 RUBY_FAKEGEM_TASK_TEST=""
26 RUBY_FAKEGEM_EXTRADOC="README.md"
27
28 inherit ruby-fakegem
29
30 DESCRIPTION="Elegant Rails Engine Testing"
31 HOMEPAGE="https://github.com/pat/combustion"
32 LICENSE="MIT"
33
34 KEYWORDS="~amd64"
35 SLOT="0"
36 IUSE=""
37
38 ruby_add_rdepend "
39 >=dev-ruby/activesupport-3.0.0
40 >=dev-ruby/railties-3.0.0
41 >=dev-ruby/thor-0.14.6
42 "
43
44
45
46 1.1 dev-ruby/combustion/metadata.xml
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/combustion/metadata.xml?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/combustion/metadata.xml?rev=1.1&content-type=text/plain
50
51 Index: metadata.xml
52 ===================================================================
53 <?xml version="1.0" encoding="UTF-8"?>
54 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 <pkgmetadata>
56 <herd>ruby</herd>
57 </pkgmetadata>
58
59
60
61 1.1 dev-ruby/combustion/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/combustion/ChangeLog?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/combustion/ChangeLog?rev=1.1&content-type=text/plain
65
66 Index: ChangeLog
67 ===================================================================
68 # ChangeLog for dev-ruby/combustion
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/combustion/ChangeLog,v 1.1 2014/04/02 14:27:24 mrueg Exp $
71
72 *combustion-0.5.1 (02 Apr 2014)
73
74 02 Apr 2014; Manuel RĂ¼ger <mrueg@g.o> +combustion-0.5.1.ebuild,
75 +metadata.xml:
76 Initial version. Original ebuild by Hans de Graaff.