commit: 449f07aecfc4afc32d36a486cb9d51060dc40303 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 26 08:11:27 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 26 08:16:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449f07ae
dev-ruby/typed-array: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild | 25 ------------------------ 1 file changed, 25 deletions(-) diff --git a/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild b/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild deleted file mode 100644 index 6adfa5e72386..000000000000 --- a/dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -inherit ruby-fakegem -DESCRIPTION="Gem provides enforced-type functionality to Arrays" -HOMEPAGE="https://github.com/yaauie/typed-array" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_prepare() { - # There is a trash... - rm "${S}"/lib/typed-array/.DS_Store || die -}
