summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-23 12:54:41 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-24 07:37:14 +0100
commit0d90134b561128b96b6f17ccdf5bd616c9d0fc58 (patch)
treef6bf9af092c465d33afc71538d8a8796d0651728 /dev-ruby/typed-array
parentdev-ruby/netrc: all arches stable (diff)
downloadgentoo-0d90134b561128b96b6f17ccdf5bd616c9d0fc58.tar.gz
gentoo-0d90134b561128b96b6f17ccdf5bd616c9d0fc58.tar.bz2
gentoo-0d90134b561128b96b6f17ccdf5bd616c9d0fc58.zip
dev-ruby/typed-array: add ruby30
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-r2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild b/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild
new file mode 100644
index 000000000000..bc521b92641d
--- /dev/null
+++ b/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+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
+}