diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-01 07:43:25 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-01 07:58:30 +0100 |
commit | 793a420033a081f74a162a1435d7d0b32cf63e4e (patch) | |
tree | be00ec9b5d19831b9d544f9a70d38e4130a898d7 /dev-ruby/combustion | |
parent | dev-util/bats: Keyword unstable arm (diff) | |
download | gentoo-793a420033a081f74a162a1435d7d0b32cf63e4e.tar.gz gentoo-793a420033a081f74a162a1435d7d0b32cf63e4e.tar.bz2 gentoo-793a420033a081f74a162a1435d7d0b32cf63e4e.zip |
dev-ruby/combustion: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/combustion')
-rw-r--r-- | dev-ruby/combustion/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/combustion/combustion-0.5.5.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/combustion/combustion-0.6.0.ebuild | 25 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest index b9481711b93d..ddb4adf530c8 100644 --- a/dev-ruby/combustion/Manifest +++ b/dev-ruby/combustion/Manifest @@ -1,3 +1 @@ -DIST combustion-0.5.5.gem 14848 BLAKE2B 206611759ffbbde96bd29d4bd8ba464702b443a27f67d1abbba5733b9af640fe16fa33b00e68e0d5c0c5d2da1279c0ffd84b8a721836ac1a608b994b7a50451d SHA512 a27b228c9a9796c9bda61176421e9d03500361316606830b28dc101af9c9c4b94354455acbca0c009a64aedd39aff24d8ad7147a9dd4409b513a0858395c0ab8 -DIST combustion-0.6.0.gem 16384 BLAKE2B 2ce7d7cc81a7a2adf445d3de3e23bbd93e0b2e41c869a347f364740bf5a7d55357a06d31879c252ded891341d4e6518e7a93b3848cce67defd74e74ac4ab8ddd SHA512 0b2817a6f4a021a7e0975d6861c4fe1223c9303dd42ab312621bf4fb7de16d36e3ac9868053f45e11daa4bf1b0fa38c48e610ac7f89100868ea5ec8c350eca7d DIST combustion-0.7.0.gem 16896 BLAKE2B 241a05ca36cb231deb8e4f0fe6f0e6dae06f8a01e30a4bc078e9e9b4263d614a924a487a5b81c27142de99c69f60590208242b29930819c516ad72b3a3823567 SHA512 77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc diff --git a/dev-ruby/combustion/combustion-0.5.5.ebuild b/dev-ruby/combustion/combustion-0.5.5.ebuild deleted file mode 100644 index 22d7cbd5ffe9..000000000000 --- a/dev-ruby/combustion/combustion-0.5.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -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 -" diff --git a/dev-ruby/combustion/combustion-0.6.0.ebuild b/dev-ruby/combustion/combustion-0.6.0.ebuild deleted file mode 100644 index 4084818a9703..000000000000 --- a/dev-ruby/combustion/combustion-0.6.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" - -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 -" |