summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-07-17 08:18:32 +0200
committerHans de Graaff <graaff@gentoo.org>2017-07-17 08:21:05 +0200
commita4d3e26dffc7712578140ed97b404f87b420c980 (patch)
tree2ae44f1b7a4b8594fc16fb327b1bbe9fc7a38475 /dev-ruby/html2haml/html2haml-2.1.0.ebuild
parentdev-ruby/haml: add 5.0.1 (diff)
downloadgentoo-a4d3e26dffc7712578140ed97b404f87b420c980.tar.gz
gentoo-a4d3e26dffc7712578140ed97b404f87b420c980.tar.bz2
gentoo-a4d3e26dffc7712578140ed97b404f87b420c980.zip
dev-ruby/html2haml: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/html2haml/html2haml-2.1.0.ebuild')
-rw-r--r--dev-ruby/html2haml/html2haml-2.1.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/html2haml/html2haml-2.1.0.ebuild b/dev-ruby/html2haml/html2haml-2.1.0.ebuild
deleted file mode 100644
index 7a2966c6980c..000000000000
--- a/dev-ruby/html2haml/html2haml-2.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-RUBY_FAKEGEM_EXTRADOC="README.md Changelog.markdown"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Convert HTML and HTML+Erb to Haml"
-HOMEPAGE="https://github.com/haml/html2haml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.0
- >=dev-ruby/erubis-2.7.0
- >=dev-ruby/ruby_parser-3.5
- >=dev-ruby/haml-4.0.0"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:0 )"
-
-all_ruby_prepare() {
- sed -i -e "/bundler/d" test/test_helper.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:test test/html2haml_test.rb || die
- ${RUBY} -Ilib:test test/erb_test.rb || die
-}