diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-26 08:41:55 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-26 08:43:59 +0200 |
commit | f7cdd4512a96edd608ac95fef4fd0d5a503194bc (patch) | |
tree | dba7886a661d4fad1533078fc825dc990a46189d /dev-ruby/combustion | |
parent | dev-ruby/eventmachine: drop 1.2.7-r1 (diff) | |
download | gentoo-f7cdd4512a96edd608ac95fef4fd0d5a503194bc.tar.gz gentoo-f7cdd4512a96edd608ac95fef4fd0d5a503194bc.tar.bz2 gentoo-f7cdd4512a96edd608ac95fef4fd0d5a503194bc.zip |
dev-ruby/combustion: drop 1.3.4, 1.3.5
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/combustion')
-rw-r--r-- | dev-ruby/combustion/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/combustion/combustion-1.3.4.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/combustion/combustion-1.3.5.ebuild | 24 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest index 4cd211210192..0b19ec13d1d9 100644 --- a/dev-ruby/combustion/Manifest +++ b/dev-ruby/combustion/Manifest @@ -1,4 +1,2 @@ -DIST combustion-1.3.4.gem 16384 BLAKE2B 305a38d4e4a59903eb23318ec64389b80b051b7e2fce1de962fec26a0ba76eff1236226aad8072615d333e1ba797153771474b7096ec1b052d2bba63f4beafdb SHA512 251f4f219048f6ce7b8236c5b35463916f3d3f6d35be392e7d7b4854f2c2d68d585e6f35040a0ae866b7339db957866c022e756f474fce9d6b6e1e63cf237c94 -DIST combustion-1.3.5.gem 16384 BLAKE2B e03ea70848b400e6ca037bb94f2d23f8bb70e7472d1d004e93fed62eace08d5adb56dcf458a506c6a2dc161001d67a71f7f75621f14e1d66da08dd858d892ed2 SHA512 6f67a09197080b4345b6b7a70531513aca1c31cb1bdb40adca760a2dda83baca8d95f924fadcf096cf2228f74222bca0f700c0cb9c22172618ef8b1ddea8573a DIST combustion-1.3.6.gem 17408 BLAKE2B 88fb0863d12005606a743a50a6fc19fa11d9c738f8cecd922779440ae78878f21d7af8a33833be418d4e265f86dd01d1f49e31e4521613f2f10cfb9f7e10ce76 SHA512 2ce565af100a998d4fd79b595e2ca8571f5872e9a7adfd2d99ae8cab0ebfc8ee07aa4ccf24af37464d9094feed5e114b68ee45197459c7e0fdb1e190458ef218 DIST combustion-1.3.7.gem 17408 BLAKE2B 702ed32108f6d6dd85da39fce6643d0b55d124798afe03141082493fee9142624e2fb684a14d6d2615b5068498357b7b2d97bd4594f8e8f0ae0ae594b80e6bec SHA512 400c2209c72209a3d670b32569d3dce8623926a1ef531db7cca66cd8f6e1fd56fe96dc4cbe2f6dde6fffa8582883e6b511850fb16051b06fe709c12cf1baa026 diff --git a/dev-ruby/combustion/combustion-1.3.4.ebuild b/dev-ruby/combustion/combustion-1.3.4.ebuild deleted file mode 100644 index 7098a4162651..000000000000 --- a/dev-ruby/combustion/combustion-1.3.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27" - -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.3.5.ebuild b/dev-ruby/combustion/combustion-1.3.5.ebuild deleted file mode 100644 index f4c3bac3c853..000000000000 --- a/dev-ruby/combustion/combustion-1.3.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" - -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:* -" |