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: Thu, 01 Feb 2018 07:00:16
Message-Id: 1517468312.963429aede278dbf4b30b280b0754b53fa0c0383.graaff@gentoo
1 commit: 963429aede278dbf4b30b280b0754b53fa0c0383
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 1 06:46:59 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 06:58:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963429ae
7
8 dev-ruby/combustion: add 0.8.0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/combustion/Manifest | 1 +
13 dev-ruby/combustion/combustion-0.8.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 ddb4adf530c..839775d69f5 100644
18 --- a/dev-ruby/combustion/Manifest
19 +++ b/dev-ruby/combustion/Manifest
20 @@ -1 +1,2 @@
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
24 diff --git a/dev-ruby/combustion/combustion-0.8.0.ebuild b/dev-ruby/combustion/combustion-0.8.0.ebuild
25 new file mode 100644
26 index 00000000000..8ef121db7a5
27 --- /dev/null
28 +++ b/dev-ruby/combustion/combustion-0.8.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +USE_RUBY="ruby22 ruby23 ruby24"
35 +
36 +RUBY_FAKEGEM_TASK_DOC=""
37 +RUBY_FAKEGEM_TASK_TEST=""
38 +RUBY_FAKEGEM_EXTRADOC="README.md"
39 +
40 +inherit ruby-fakegem
41 +
42 +DESCRIPTION="Elegant Rails Engine Testing"
43 +HOMEPAGE="https://github.com/pat/combustion"
44 +LICENSE="MIT"
45 +
46 +KEYWORDS="~amd64"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +ruby_add_rdepend "
51 + >=dev-ruby/activesupport-3.0.0:*
52 + >=dev-ruby/railties-3.0.0:*
53 + >=dev-ruby/thor-0.14.6
54 +"