diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-08-27 08:35:11 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-08-27 08:44:49 +0200 |
commit | f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe (patch) | |
tree | 47a8722e7df177accf19616e9b3d7032e7ff83c6 /dev-ruby/instance_storage | |
parent | dev-ruby/io-wait: drop 0.2.1 (diff) | |
download | gentoo-f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe.tar.gz gentoo-f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe.tar.bz2 gentoo-f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe.zip |
dev-ruby/instance_storage: drop 1.0.0-r1, 2.0.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/instance_storage')
-rw-r--r-- | dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/instance_storage/instance_storage-2.0.0.ebuild | 21 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild deleted file mode 100644 index 00d83fbf0fce..000000000000 --- a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem -DESCRIPTION="Manage class instances with dictionary" -HOMEPAGE="https://rubygems.org/gems/instance_storage/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die -} diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild deleted file mode 100644 index 1eb61fc345f3..000000000000 --- a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem -DESCRIPTION="Manage class instances with dictionary" -HOMEPAGE="https://rubygems.org/gems/instance_storage/" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die -} |