commit:     f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 06:35:11 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 06:44:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a1cadf

dev-ruby/instance_storage: drop 1.0.0-r1, 2.0.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../instance_storage-1.0.0-r1.ebuild                | 21 ---------------------
 .../instance_storage/instance_storage-2.0.0.ebuild  | 21 ---------------------
 2 files changed, 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
-}

Reply via email to