diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:15:16 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:57:13 +0100 |
commit | 9ea57d4b7cf36b56ea6802c67b0d40ee2147d2ab (patch) | |
tree | cce4a6be93969a33951136d71fe598bb9d42c766 /dev-ruby | |
parent | dev-ruby/cri: drop 2.15.11 (diff) | |
download | gentoo-9ea57d4b7cf36b56ea6802c67b0d40ee2147d2ab.tar.gz gentoo-9ea57d4b7cf36b56ea6802c67b0d40ee2147d2ab.tar.bz2 gentoo-9ea57d4b7cf36b56ea6802c67b0d40ee2147d2ab.zip |
dev-ruby/climate_control: drop 0.2.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/climate_control/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/climate_control/climate_control-0.2.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/climate_control/Manifest b/dev-ruby/climate_control/Manifest index 06e0fb17111c..0ee6efc27f73 100644 --- a/dev-ruby/climate_control/Manifest +++ b/dev-ruby/climate_control/Manifest @@ -1,2 +1 @@ -DIST climate_control-0.2.0.gem 9728 BLAKE2B 9868eef8836189d7567d8fd8f5dade874ed4baef883f38b2d6148bde4f1e24544f31fae75ff7bcec4dc685c1fdd23d5164817460eeaf151d8eb105e023bbd741 SHA512 c264d731fb02c7a15932d2724bcd54dff91d2370a0b5336444e167e0d39596974c3826db502be7dc1b6d99cdbbc022135822222a5a6cb6b822aa32a0913c1ec9 DIST climate_control-1.0.1.gem 9728 BLAKE2B f2d267e86c58fdbb7a85508f56a091166809d108c2e66702df50962086a89a134e6a47a1e53c36272c563f1d4a0225fc613490616d67fbe04e9647b7fe8cfda6 SHA512 2dfd790b444409275571881d19c3712c6542890499f3d55e5f8ea3775166c01adbb216a0749b0c4e126d631cba690c0edc3f8c49143fc0ff3bcc8b25545bf218 diff --git a/dev-ruby/climate_control/climate_control-0.2.0.ebuild b/dev-ruby/climate_control/climate_control-0.2.0.ebuild deleted file mode 100644 index 8353fa4ba4e6..000000000000 --- a/dev-ruby/climate_control/climate_control-0.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="NEWS README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Easily manage your environment" -HOMEPAGE="https://github.com/thoughtbot/climate_control" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - # Avoid dependencies on simplecov and git. - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die - sed -i -e 's/git ls-files/echo ""/' ${RUBY_FAKEGEM_GEMSPEC} || die -} |