summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-21 07:46:46 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-21 07:46:46 +0100
commit5056cf1c8b69258f4afac8e03cbc5196cd54a778 (patch)
treee06256ff7e8b5513c56299e91275b5fc8ed506fb /dev-ruby/instance_storage
parentprofiles/features/selinux: unmask systemd-tmpfiles (diff)
downloadgentoo-5056cf1c8b69258f4afac8e03cbc5196cd54a778.tar.gz
gentoo-5056cf1c8b69258f4afac8e03cbc5196cd54a778.tar.bz2
gentoo-5056cf1c8b69258f4afac8e03cbc5196cd54a778.zip
dev-ruby/instance_storage: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 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.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
deleted file mode 100644
index 69d31d800ab3..000000000000
--- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die
-}