diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-01 07:46:59 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-01 07:58:32 +0100 |
commit | 963429aede278dbf4b30b280b0754b53fa0c0383 (patch) | |
tree | 03e5af045c5fb96dd1f6322cd7861d4ab9518fbe /dev-ruby/combustion | |
parent | dev-ruby/combustion: cleanup (diff) | |
download | gentoo-963429aede278dbf4b30b280b0754b53fa0c0383.tar.gz gentoo-963429aede278dbf4b30b280b0754b53fa0c0383.tar.bz2 gentoo-963429aede278dbf4b30b280b0754b53fa0c0383.zip |
dev-ruby/combustion: add 0.8.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/combustion')
-rw-r--r-- | dev-ruby/combustion/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/combustion/combustion-0.8.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest index ddb4adf530c8..839775d69f57 100644 --- a/dev-ruby/combustion/Manifest +++ b/dev-ruby/combustion/Manifest @@ -1 +1,2 @@ DIST combustion-0.7.0.gem 16896 BLAKE2B 241a05ca36cb231deb8e4f0fe6f0e6dae06f8a01e30a4bc078e9e9b4263d614a924a487a5b81c27142de99c69f60590208242b29930819c516ad72b3a3823567 SHA512 77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc +DIST combustion-0.8.0.gem 17920 BLAKE2B f318b2a2a6f1ee2103d396f9da52f5aeecdcd76008a91613118732b7253625ef40994680400ce3b8a3f781b08366c8bc15d9288ff9e8d8bd8af8afceb9af9a28 SHA512 145aa927dbedf0f5e8207538f0c741ce7c9a03ae696ad6a525bfcb0d4a3c89ae6f9f1b4ffc384d6aa82e2fa3ad802902a29db2fee9803e7a05dd69ea59c24419 diff --git a/dev-ruby/combustion/combustion-0.8.0.ebuild b/dev-ruby/combustion/combustion-0.8.0.ebuild new file mode 100644 index 000000000000..8ef121db7a55 --- /dev/null +++ b/dev-ruby/combustion/combustion-0.8.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Elegant Rails Engine Testing" +HOMEPAGE="https://github.com/pat/combustion" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/activesupport-3.0.0:* + >=dev-ruby/railties-3.0.0:* + >=dev-ruby/thor-0.14.6 +" |