Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/
Date: Mon, 26 Mar 2018 05:47:22
Message-Id: 1522043124.c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c.graaff@gentoo
1 commit: c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 05:44:20 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 05:45:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6797571
7
8 dev-ruby/combustion: add 0.9.0
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/combustion/Manifest | 1 +
13 dev-ruby/combustion/combustion-0.9.0.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
17 index 839775d69f5..22ca1f8132b 100644
18 --- a/dev-ruby/combustion/Manifest
19 +++ b/dev-ruby/combustion/Manifest
20 @@ -1,2 +1,3 @@
21 DIST combustion-0.7.0.gem 16896 BLAKE2B 241a05ca36cb231deb8e4f0fe6f0e6dae06f8a01e30a4bc078e9e9b4263d614a924a487a5b81c27142de99c69f60590208242b29930819c516ad72b3a3823567 SHA512 77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc
22 DIST combustion-0.8.0.gem 17920 BLAKE2B f318b2a2a6f1ee2103d396f9da52f5aeecdcd76008a91613118732b7253625ef40994680400ce3b8a3f781b08366c8bc15d9288ff9e8d8bd8af8afceb9af9a28 SHA512 145aa927dbedf0f5e8207538f0c741ce7c9a03ae696ad6a525bfcb0d4a3c89ae6f9f1b4ffc384d6aa82e2fa3ad802902a29db2fee9803e7a05dd69ea59c24419
23 +DIST combustion-0.9.0.gem 17920 BLAKE2B ac5a1c41b5993614a0101427f0a8d7491736a98b3b7799ed9e638515ae0a9b3098eed5c77a5bbd1c02efe9b613b2d30aac0c446fefb16405c3bfed4d1d15d23f SHA512 6d82f96fe2f42e50065e3de4d0fb8b05fa8da9e63a77b29934db0600594d826eb2a3e36a14e7e18744fed233db769c12a7620b4ec98aa230a6973d07a142a364
24
25 diff --git a/dev-ruby/combustion/combustion-0.9.0.ebuild b/dev-ruby/combustion/combustion-0.9.0.ebuild
26 new file mode 100644
27 index 00000000000..8ef121db7a5
28 --- /dev/null
29 +++ b/dev-ruby/combustion/combustion-0.9.0.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +USE_RUBY="ruby22 ruby23 ruby24"
36 +
37 +RUBY_FAKEGEM_TASK_DOC=""
38 +RUBY_FAKEGEM_TASK_TEST=""
39 +RUBY_FAKEGEM_EXTRADOC="README.md"
40 +
41 +inherit ruby-fakegem
42 +
43 +DESCRIPTION="Elegant Rails Engine Testing"
44 +HOMEPAGE="https://github.com/pat/combustion"
45 +LICENSE="MIT"
46 +
47 +KEYWORDS="~amd64"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +ruby_add_rdepend "
52 + >=dev-ruby/activesupport-3.0.0:*
53 + >=dev-ruby/railties-3.0.0:*
54 + >=dev-ruby/thor-0.14.6
55 +"