diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-21 13:43:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-21 13:43:24 +0000 |
| commit | bbe03519a37a075f45ee85b37dca2d5bb5a20fca (patch) | |
| tree | 92be50e0fe7183e8798b737339825de2ae72eecc /dev-ruby/instance_storage | |
| parent | 4710fe013c0cab188d8a876def55aa991d889421 (diff) | |
| download | baldeagleos-repo-bbe03519a37a075f45ee85b37dca2d5bb5a20fca.tar.gz baldeagleos-repo-bbe03519a37a075f45ee85b37dca2d5bb5a20fca.tar.xz baldeagleos-repo-bbe03519a37a075f45ee85b37dca2d5bb5a20fca.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/instance_storage')
| -rw-r--r-- | dev-ruby/instance_storage/instance_storage-1.0.0.ebuild | 22 |
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 -} |
