summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-26 09:11:27 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-26 09:16:57 +0100
commit449f07aecfc4afc32d36a486cb9d51060dc40303 (patch)
treed82c54a408c65478e269675fc28ce0645150907e /dev-ruby/typed-array
parentdev-ruby/tidy-ext: cleanup (diff)
downloadgentoo-449f07aecfc4afc32d36a486cb9d51060dc40303.tar.gz
gentoo-449f07aecfc4afc32d36a486cb9d51060dc40303.tar.bz2
gentoo-449f07aecfc4afc32d36a486cb9d51060dc40303.zip
dev-ruby/typed-array: 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/typed-array')
-rw-r--r--dev-ruby/typed-array/typed-array-0.1.2-r1.ebuild25
1 files changed, 0 insertions, 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
-}