From 449f07aecfc4afc32d36a486cb9d51060dc40303 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 26 Nov 2021 09:11:27 +0100 Subject: dev-ruby/typed-array: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff --- dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild | 25 ------------------------ 1 file changed, 25 deletions(-) delete mode 100644 dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild (limited to 'dev-ruby/typed-array') 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 -} -- cgit v1.2.3-65-gdbad