dev-ruby/haml-rails: drop 2.0.1-r1

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2023-08-29 19:15:46 +02:00
parent 0e3a38cc9f
commit ba9a858935
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST haml-rails-2.0.1.gem 13824 BLAKE2B 24fded0f576d92083a10737954e1a32eb8e5f6a8db11fabc55ac0de3b17377419606d44f5b2e202e0733d9f538166172a6b5f7e08ee7efd71ddf7d3e7f6c9107 SHA512 7ccf9d618ca7b7c1681a063c51cf9dae9ce5e245479e3e7ba87a170ee1ba3eb35ff59061195928792f19f7e33a12ae7de3d5a36d35958e2a1761a12dc51b26d0
DIST haml-rails-2.1.0.gem 13824 BLAKE2B 07a07966f88a4364d917f38518b184157fcf27bf0bcbc336369607df49baa68b4e54ab13d8980a0e76ab424e28a4b4c1bf4a6e37d3a06525bc01a62d9b1626d2 SHA512 c051ed4b776c95c1bae97b544d95512ece466c665c03d615e9f583fffb6a1474cb05a22d22402cab282bf8ede8ca64ffc60b8607fbff1fe188d81ebc3fb82776

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby27 ruby30 ruby31"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_RECIPE_DOC="yard"
inherit ruby-fakegem
DESCRIPTION="Provides Haml generators for Rails 4"
HOMEPAGE="https://github.com/haml/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
}