summaryrefslogtreecommitdiff
path: root/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/haml-rails/haml-rails-1.0.0.ebuild')
-rw-r--r--dev-ruby/haml-rails/haml-rails-1.0.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild b/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild
deleted file mode 100644
index cb53792b5c2d..000000000000
--- a/dev-ruby/haml-rails/haml-rails-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-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="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/actionpack-4.0.1:*
- >=dev-ruby/activesupport-4.0.1:*
- >=dev-ruby/railties-4.0.1:*
- >=dev-ruby/haml-4.0.6:* <dev-ruby/haml-6:*
- >=dev-ruby/html2haml-1.0.1"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rails-4.0.1 )"
-
-all_ruby_prepare() {
- sed -i -e "/[Bb]undler/d" Rakefile || die
-}