commit:     b18108c4532e705bfdf0d515521d017340f20475
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 04:24:23 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 04:39:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18108c4

dev-ruby/combustion: cleanup

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/combustion/Manifest                |  3 ---
 dev-ruby/combustion/combustion-1.1.0.ebuild | 25 -------------------------
 dev-ruby/combustion/combustion-1.1.1.ebuild | 24 ------------------------
 dev-ruby/combustion/combustion-1.1.2.ebuild | 24 ------------------------
 4 files changed, 76 deletions(-)

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 452a054f051..118ccc6ced8 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1,5 +1,2 @@
-DIST combustion-1.1.0.gem 18432 BLAKE2B 
32e3c124d21c9fe96e00bab6e600bb0fd40dc998fa72a5256f5f59fce96f6ea7070238b5d0e5668b828abdf6dee3a03b78d750d8695a6e48d1164d4207753320
 SHA512 
d948a0235fbf5dff32c7e448426ec7bf361bad63aeee771ead0030143914bbb33afe6a7e6092e227ff4684bf312ed9194f0f27d71c979b2abdfb13f0e5069158
-DIST combustion-1.1.1.gem 18432 BLAKE2B 
e9e5a8dd5e4bfd865be3ff168c7403b7fa7ff6af9b6bd380bbfb02d8ffbaf9e4f820ecfb71cba58256a6fda64ee702f2159c970c9031722ccc2a4d2f365eafaa
 SHA512 
559b34dfbc501c4be014fbfb6e3f8f61ca25b6ed2551da6bfc258be41161c5249e98e64faacbd9bd754d40c3a3f67d33eeadfe75624519cc4293f7528a7bea16
-DIST combustion-1.1.2.gem 18432 BLAKE2B 
0a8aa7b418b19cc5e75957850670cc01d3d400dd4073ce0771d3070d4a3f518ab8540b70a89eb5c345e2086418b12a807bc072b17ea83dfd10258bd8b2bdee95
 SHA512 
ab9358bb68b5797830c73c3b66021cbfebc71d927d581622909e47bff56240df7cbd1bb2f4b70743d13d1f178f27b9cd5ab6bf964704eeeff4367025b0991633
 DIST combustion-1.2.0.gem 18944 BLAKE2B 
b4851e19779849b0edbf9759052b7a3546ead143322b15267b02295dce6f6097aa84eee62dc9e36e3f1c7fc66642216e6ad6fd713c21014ff658ef79afc597f9
 SHA512 
3bb64441910cc2ce24bbaa3b05953c4b2b159a064478c03afe1aa9685fc22c7766e1d26c0cfc606a66d137dcdbe29457f0ba43218659678c52364560a50c01b9
 DIST combustion-1.3.0.gem 18944 BLAKE2B 
5a6f6f2ffd67ae180d3f34be0501ebb05f5a7e3a008b2588fa7c746c69760201b533fdbbab93df6c97fbeb642b6c3f190605b35fae4cb3c31b0b7b7c16d1fa77
 SHA512 
32ec2c2ab9b1c6a834cf334b3f41e60e495a9c366e57830fa27bc8554b6eff72e8998d76f4c8e8e2e6d81e6c3574db46edf12a1bff05329cd3bacbea8eeb2a46

diff --git a/dev-ruby/combustion/combustion-1.1.0.ebuild 
b/dev-ruby/combustion/combustion-1.1.0.ebuild
deleted file mode 100644
index ab7aab0e1df..00000000000
--- a/dev-ruby/combustion/combustion-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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-1.1.1.ebuild 
b/dev-ruby/combustion/combustion-1.1.1.ebuild
deleted file mode 100644
index e468a5cef19..00000000000
--- a/dev-ruby/combustion/combustion-1.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-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-1.1.2.ebuild 
b/dev-ruby/combustion/combustion-1.1.2.ebuild
deleted file mode 100644
index e468a5cef19..00000000000
--- a/dev-ruby/combustion/combustion-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-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
-"

Reply via email to