commit:     c12e0addc4a2934b7c6178cd5bc1a1df47d56fbb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 05:07:06 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 18 05:07:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12e0add

dev-ruby/slim: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/slim/slim-3.0.7.ebuild | 45 -----------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/dev-ruby/slim/slim-3.0.7.ebuild b/dev-ruby/slim/slim-3.0.7.ebuild
deleted file mode 100644
index 7e3da4a828e..00000000000
--- a/dev-ruby/slim/slim-3.0.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A template language aiming to reduce the syntax to the essential 
parts"
-HOMEPAGE="http://slim-lang.com/";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~ppc"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/tilt-1.3.3:* <dev-ruby/tilt-2.1:*
-       >=dev-ruby/temple-0.7.3:0.7"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )"
-
-ruby_add_bdepend "test? ( dev-ruby/sass )"
-
-all_ruby_prepare() {
-       sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-       # This sinatra code expects tests to be installed but we strip those.
-       sed -i -e "s/require 'sinatra'/require 'bogussinatra'/" Rakefile || die
-
-       # Avoid tests for things we don't have. The builder test does not pass 
with tilt 2.x
-       sed -i -e '/test_wip_render_with_asciidoc/,/^  end/ s:^:#:' \
-               -e '/test_render_with_wiki/,/^  end/ s:^:#:' \
-               -e '/test_render_with_creole/,/^  end/ s:^:#:' \
-               -e '/test_render_with_builder/,/^  end/ s:^:#:' \
-               -e '/test_render_with_org/,/^  end/ s:^:#:' 
test/core/test_embedded_engines.rb || die
-}
-
-each_ruby_prepare() {
-       sed -i -e '/Open3/ s:ruby:'${RUBY}':' test/core/test_commands.rb || die
-}

Reply via email to