commit:     400309d9b7e384fc600fb96102ca3c7a12ede20f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 05:52:11 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May  6 06:53:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400309d9

dev-ruby/haml-rails: update EAPI 6 -> 8, add ruby30

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/haml-rails/haml-rails-2.0.1-r1.ebuild | 30 ++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/haml-rails/haml-rails-2.0.1-r1.ebuild 
b/dev-ruby/haml-rails/haml-rails-2.0.1-r1.ebuild
new file mode 100644
index 000000000000..42ee8c50bef2
--- /dev/null
+++ b/dev-ruby/haml-rails/haml-rails-2.0.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides Haml generators for Rails 4"
+HOMEPAGE="https://github.com/indirect/haml-rails";
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/actionpack-5.1:*
+       >=dev-ruby/activesupport-5.1:*
+       >=dev-ruby/railties-5.1:*
+       >=dev-ruby/haml-4.0.6:* <dev-ruby/haml-6:*
+       >=dev-ruby/html2haml-1.0.1"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rails-5.1 )"
+
+all_ruby_prepare() {
+       sed -i -e "/[Bb]undler/d" Rakefile || die
+}

Reply via email to