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: Wed, 17 Oct 2018 05:13:53
Message-Id: 1539752383.09fd100e1e7f0ae48d78bddceeed399ed615b6c0.graaff@gentoo
1 commit: 09fd100e1e7f0ae48d78bddceeed399ed615b6c0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 04:59:43 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 04:59:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fd100e
7
8 dev-ruby/combustion: add 1.0.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-ruby/combustion/Manifest | 1 +
14 dev-ruby/combustion/combustion-1.0.0.ebuild | 25 +++++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
18 index 0099f6ee8ab..86ea2da565b 100644
19 --- a/dev-ruby/combustion/Manifest
20 +++ b/dev-ruby/combustion/Manifest
21 @@ -1 +1,2 @@
22 DIST combustion-0.9.1.gem 18432 BLAKE2B db569f0e97c756b5ebbe9fe33186d793ea8be97c9a629db0f263576a15bad1deaa353e43afff0ec72807be7fc9fc87075696ce5fbd20abaa0dc064a9d448d4a1 SHA512 9a64b0cd440ea10f1318b24f7643303d9cd7d7ac6d8d2d16a5b7b6e656a6cbbc98684636520a12950ab038bc819ee817763e802996914cc7ee6ba0fb12ae9248
23 +DIST combustion-1.0.0.gem 18432 BLAKE2B 27b082fadcc621a54fdb34fe646760179ebeef2b45cace0ec4ed354b22ca45b61fc66d7900b321f8847bd906fc3dd2c8ded22146d100a71a6d21a399a948d083 SHA512 b006b34a25969ff9a1865f02193b602027f449275f46fa19f6ca57f925b84c552df54e8f35b9ef7ae7cc3008cf384a2618596711d1e700150335474894fd4b4b
24
25 diff --git a/dev-ruby/combustion/combustion-1.0.0.ebuild b/dev-ruby/combustion/combustion-1.0.0.ebuild
26 new file mode 100644
27 index 00000000000..79c9f3a42f8
28 --- /dev/null
29 +++ b/dev-ruby/combustion/combustion-1.0.0.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +USE_RUBY="ruby23 ruby24 ruby25"
36 +
37 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
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 +"