commit:     162e38b303a4b6f5f79ef8b3fe8b47533b20dfe0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 05:53:56 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 06:01:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162e38b3

dev-ruby/slim: drop 4.1.0-r4

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/slim/Manifest             |  1 -
 dev-ruby/slim/slim-4.1.0-r4.ebuild | 63 --------------------------------------
 2 files changed, 64 deletions(-)

diff --git a/dev-ruby/slim/Manifest b/dev-ruby/slim/Manifest
index 70d33e21cc6e..19b49ac9fd16 100644
--- a/dev-ruby/slim/Manifest
+++ b/dev-ruby/slim/Manifest
@@ -1,3 +1,2 @@
-DIST slim-4.1.0.gem 103424 BLAKE2B 
87de8411d6284569ac56366d4e2f3ee351c6908001cbda2926312f25c1c39520662371e826493d1346722bb507348bd8c117f3b0447b433bdb406435b80a70e2
 SHA512 
a929edcd1b194bc6abddf5757e0e942835f6c5e1555aa7bf021b0e850d74c9777637a2a0eafbdf2de7f0f0574eb03866c562826c656adcc0517cc4bfcb5ca897
 DIST slim-5.1.0.gem 100352 BLAKE2B 
19d0bea76a932d18a39fab30d0b1f2cd4f8f2eba108d79d2992112b568461cbc854a99d70b6ea97622e1928db7f33434221a054d77c5d3fa989da639fae176e5
 SHA512 
2cc39659a5c36cf37e3eea240f5326552fac0be8a42ff6bfe62837467bb77f8841b34d838d5a6945ff7195eb1e59842c64e04944d6882d132819f1ffbf609f50
 DIST slim-5.1.1.gem 100864 BLAKE2B 
ea5c469702dca808bdc0555044a8d6a5a0b34e8d5b03a9c97e6e31ccb169725be6f76fc1f252d14673e92a53ac1a42caf023a3d1bacb66c4091710f8e9772c1a
 SHA512 
935d488ad11478b28d51125ddbf7f0cb81f7791587bb69c7ead434eacf44c309958459dcff7228b6562b8972d6cb7125f3d451d21bfa2ded2f7ee1b55703d1f4

diff --git a/dev-ruby/slim/slim-4.1.0-r4.ebuild 
b/dev-ruby/slim/slim-4.1.0-r4.ebuild
deleted file mode 100644
index 9ede38c06816..000000000000
--- a/dev-ruby/slim/slim-4.1.0-r4.ebuild
+++ /dev/null
@@ -1,63 +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="CHANGES README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_RECIPE_DOC="rake"
-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="https://slim-template.github.io/";
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
-IUSE="doc"
-
-ruby_add_rdepend "
-       !dev-ruby/slim:5
-       >=dev-ruby/tilt-2.0.6:* =dev-ruby/tilt-2.0*:*
-       >=dev-ruby/temple-0.7.6:0.7
-"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )"
-
-ruby_add_bdepend "test? ( dev-ruby/redcarpet dev-ruby/sassc )"
-
-all_ruby_prepare() {
-       eapply "${FILESDIR}/${P}-temple.patch"
-
-       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
-
-       # Add missing include, bug 816573
-       sed -i -e "1irequire 'ostruct'" test/core/test_code_evaluation.rb || 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
-
-       # Avoid test failing due to tilt providing yet another markdown 
implementation
-       sed -i -e '/test_render_with_markdown/askip "new tilt version"' 
test/core/test_embedded_engines.rb || die
-       sed -i -e '/test_no_translation_of_embedded/askip "new tilt version"' 
test/translator/test_translator.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