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: Fri, 02 Oct 2020 05:16:03
Message-Id: 1601615539.3d7de4c790684230ad34422d5d5f74baa28658a0.graaff@gentoo
1 commit: 3d7de4c790684230ad34422d5d5f74baa28658a0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 05:12:19 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 05:12:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7de4c7
7
8 dev-ruby/combustion: add 1.3.1
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/combustion/Manifest | 1 +
14 dev-ruby/combustion/combustion-1.3.1.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
18 index ecc2ef57f52..a07b96ae4ab 100644
19 --- a/dev-ruby/combustion/Manifest
20 +++ b/dev-ruby/combustion/Manifest
21 @@ -1 +1,2 @@
22 DIST combustion-1.3.0.gem 18944 BLAKE2B 5a6f6f2ffd67ae180d3f34be0501ebb05f5a7e3a008b2588fa7c746c69760201b533fdbbab93df6c97fbeb642b6c3f190605b35fae4cb3c31b0b7b7c16d1fa77 SHA512 32ec2c2ab9b1c6a834cf334b3f41e60e495a9c366e57830fa27bc8554b6eff72e8998d76f4c8e8e2e6d81e6c3574db46edf12a1bff05329cd3bacbea8eeb2a46
23 +DIST combustion-1.3.1.gem 36864 BLAKE2B 08b0651d33b15ffbf9ee01186f90e7247623a06af3bd9e535f82495d3beb7fb7f0a570bd0f9a2a62233b98fb1f9c91ea1527f59fd747300fc68a8f0054b78ffd SHA512 59f456d29cf0b014b1a87a8996bc596cfc8a7d57a8ca514c726eb26264f35c3075d86b712bc1efa1d154a068afa4d389fd1a3efab44b050f07db5c334d7300f7
24
25 diff --git a/dev-ruby/combustion/combustion-1.3.1.ebuild b/dev-ruby/combustion/combustion-1.3.1.ebuild
26 new file mode 100644
27 index 00000000000..4b0534f0150
28 --- /dev/null
29 +++ b/dev-ruby/combustion/combustion-1.3.1.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +USE_RUBY="ruby25 ruby26 ruby27"
36 +
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 +"