commit:     6f15fdf44a7bd3f10ec4268a5f7ab7d38c87b40e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 06:19:25 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 06:19:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f15fdf4

dev-ruby/slim: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/slim/Manifest          |  1 -
 dev-ruby/slim/slim-3.0.8.ebuild | 50 -----------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-ruby/slim/Manifest b/dev-ruby/slim/Manifest
index 0b1bc8e42be..2834f3a7180 100644
--- a/dev-ruby/slim/Manifest
+++ b/dev-ruby/slim/Manifest
@@ -1,3 +1,2 @@
 DIST slim-3.0.7.gem 97280 BLAKE2B 
8346e2dd6330b597e0c1f0d4257978c1acbe38014c2fed249a9137b73ca8ee4945a63e2c1453144b7a9acc3f07a755e2ae31622c6b8d8e5554569a01d7d142cb
 SHA512 
b410ed35941a3cfc68f8ab5649450381f830f94c8503e062afcd097f5a669df4cf8035d0baefd42bffaad5d12766baf70bad3eed82149fd861f615649ee469c0
-DIST slim-3.0.8.gem 99328 BLAKE2B 
a63191186223e32f36cc19b9513b22b2312c9d848aa39067d687cc92b46de9415c1d8cc618cf4b79547405b1899e4b5fe7bcb9b142d6e2a7a7cf101af2df618f
 SHA512 
c9ed748c221f1bc25f3442900e93db6674520388c8d958bb40516172b97da042cd2e20fd924f9c85382b08eb39e399ae675c4d4e0b1d884ceef7339697345dd4
 DIST slim-3.0.9.gem 99840 BLAKE2B 
e449585fe5642c1980b4d8fb0c93979d8c16020c331f1bc2993c6f7b5bb3e55c1b85595711bf3acdc369c6a3fbfdc6873a8208c59aedaa49dead1cd9166347d4
 SHA512 
220dbcde230aab05e294022924346fbb02a1bf813a7c97910c2f60d7b3a7dd498d04f6f4f2883b895d2a3e6e9f526331914e3ab4560e748de2bd991358cca90d

diff --git a/dev-ruby/slim/slim-3.0.8.ebuild b/dev-ruby/slim/slim-3.0.8.ebuild
deleted file mode 100644
index 164ebcf865b..00000000000
--- a/dev-ruby/slim/slim-3.0.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-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 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/tilt-1.3.3:* <dev-ruby/tilt-2.1:*
-       >=dev-ruby/temple-0.7.6: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
-
-       sed -i -e '/s\.files/ s/git ls-files/find . -type f -print/' \
-               -e '/s\.executables/ s:git ls-files -- bin/\*:find bin -type f 
-print:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_prepare() {
-       sed -i -e '/Open3/ s:ruby:'${RUBY}':' test/core/test_commands.rb || die
-}

Reply via email to