commit:     33aa7c54af1d636180f9cd285dafbf688218a4a8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 05:40:39 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 05:49:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa7c54

dev-ruby/blankslate: add ruby30

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/blankslate/blankslate-3.1.3-r1.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-ruby/blankslate/blankslate-3.1.3-r1.ebuild 
b/dev-ruby/blankslate/blankslate-3.1.3-r1.ebuild
new file mode 100644
index 00000000000..77e55da8870
--- /dev/null
+++ b/dev-ruby/blankslate/blankslate-3.1.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Base class with almost all of the methods from Object and Kernel 
being removed"
+HOMEPAGE="https://rubygems.org/gems/blankslate";
+
+IUSE=""
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+all_ruby_prepare() {
+       # Avoid test failing with rspec 2.x.
+       sed -i -e '/cleanliness/,/^  end/ s:^:#:' spec/blankslate_spec.rb || die
+}

Reply via email to