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, 04 Nov 2019 06:33:37
Message-Id: 1572849208.73c95ce41b3cbb49cf2848aed1fff842dc71b764.graaff@gentoo
1 commit: 73c95ce41b3cbb49cf2848aed1fff842dc71b764
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 06:24:12 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 06:33:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c95ce4
7
8 dev-ruby/combustion: add 1.1.2
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/combustion/Manifest | 1 +
14 dev-ruby/combustion/combustion-1.1.2.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
18 index b90d6b52c2e..7ce06805858 100644
19 --- a/dev-ruby/combustion/Manifest
20 +++ b/dev-ruby/combustion/Manifest
21 @@ -1,2 +1,3 @@
22 DIST combustion-1.1.0.gem 18432 BLAKE2B 32e3c124d21c9fe96e00bab6e600bb0fd40dc998fa72a5256f5f59fce96f6ea7070238b5d0e5668b828abdf6dee3a03b78d750d8695a6e48d1164d4207753320 SHA512 d948a0235fbf5dff32c7e448426ec7bf361bad63aeee771ead0030143914bbb33afe6a7e6092e227ff4684bf312ed9194f0f27d71c979b2abdfb13f0e5069158
23 DIST combustion-1.1.1.gem 18432 BLAKE2B e9e5a8dd5e4bfd865be3ff168c7403b7fa7ff6af9b6bd380bbfb02d8ffbaf9e4f820ecfb71cba58256a6fda64ee702f2159c970c9031722ccc2a4d2f365eafaa SHA512 559b34dfbc501c4be014fbfb6e3f8f61ca25b6ed2551da6bfc258be41161c5249e98e64faacbd9bd754d40c3a3f67d33eeadfe75624519cc4293f7528a7bea16
24 +DIST combustion-1.1.2.gem 18432 BLAKE2B 0a8aa7b418b19cc5e75957850670cc01d3d400dd4073ce0771d3070d4a3f518ab8540b70a89eb5c345e2086418b12a807bc072b17ea83dfd10258bd8b2bdee95 SHA512 ab9358bb68b5797830c73c3b66021cbfebc71d927d581622909e47bff56240df7cbd1bb2f4b70743d13d1f178f27b9cd5ab6bf964704eeeff4367025b0991633
25
26 diff --git a/dev-ruby/combustion/combustion-1.1.2.ebuild b/dev-ruby/combustion/combustion-1.1.2.ebuild
27 new file mode 100644
28 index 00000000000..e468a5cef19
29 --- /dev/null
30 +++ b/dev-ruby/combustion/combustion-1.1.2.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +USE_RUBY="ruby24 ruby25 ruby26"
37 +
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 +"