commit:     8762ef69210822c67f8664e75c3e3497539be703
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 06:47:26 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 06:47:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8762ef69

dev-ruby/slim: drop 5.1.1, 5.2.0

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

 dev-ruby/slim/Manifest          |  2 --
 dev-ruby/slim/slim-5.1.1.ebuild | 76 -----------------------------------------
 dev-ruby/slim/slim-5.2.0.ebuild | 70 -------------------------------------
 3 files changed, 148 deletions(-)

diff --git a/dev-ruby/slim/Manifest b/dev-ruby/slim/Manifest
index 202f243ff664..a559ef968e60 100644
--- a/dev-ruby/slim/Manifest
+++ b/dev-ruby/slim/Manifest
@@ -1,3 +1 @@
-DIST slim-5.1.1.gem 100864 BLAKE2B 
ea5c469702dca808bdc0555044a8d6a5a0b34e8d5b03a9c97e6e31ccb169725be6f76fc1f252d14673e92a53ac1a42caf023a3d1bacb66c4091710f8e9772c1a
 SHA512 
935d488ad11478b28d51125ddbf7f0cb81f7791587bb69c7ead434eacf44c309958459dcff7228b6562b8972d6cb7125f3d451d21bfa2ded2f7ee1b55703d1f4
-DIST slim-5.2.0.gem 101376 BLAKE2B 
19039b0f6d4a789564ff00df90bee214ccdb1827349d0f95b658d06fedd593cae6abbc50cf5e5438691d15c8d660964b38217f700f2d2c726c7670104c10af0f
 SHA512 
85fd367460296eba9d4244832b1225b41f052f05b17ec9e38cc5db6accae1a5cd551bd61290a0c6885a42970f8219d5d00c0fd229616f3369e0f5575b6df72ea
 DIST slim-5.2.1.gem 101376 BLAKE2B 
4c713440daa74461818be56ed263a3574b7022f17055a27219525fe79d3e80eeb5618d6e450ae1019265b514f0deb65e48d33fff9c3b593fbb2e0f3bf82db22b
 SHA512 
bfe0f45bc928aa73604961b5e1253303c30e0c8e87935dc01f44b7014a34ed5661fb55a0dcfb21fbf355f366adb0aa476a327bca2d74f59bb6fcd7e630cc3e68

diff --git a/dev-ruby/slim/slim-5.1.1.ebuild b/dev-ruby/slim/slim-5.1.1.ebuild
deleted file mode 100644
index c914625d9a54..000000000000
--- a/dev-ruby/slim/slim-5.1.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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="4"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
-IUSE="doc"
-
-ruby_add_rdepend "
-       !dev-ruby/slim:5
-       >=dev-ruby/tilt-2.1.0:*
-       >=dev-ruby/temple-0.10.0:0.7
-"
-# sass tests are currently disabled:
-# 
https://github.com/slim-template/slim/commit/bd9d4601cd8142aa9fdbc0d87c9f9132a9a56cda
-ruby_add_bdepend "
-       doc? (
-               dev-ruby/yard
-               dev-ruby/redcarpet
-       )
-       test? (
-               dev-ruby/minitest:5
-               dev-ruby/kramdown:2
-               dev-ruby/redcarpet
-               dev-ruby/sassc
-               >=dev-ruby/test-unit-3.5
-       )
-"
-
-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
-
-       # 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
-
-       # Fix minitest deprecation
-       sed -i -e 's/MiniTest/Minitest/' test/literate/helper.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
-}

diff --git a/dev-ruby/slim/slim-5.2.0.ebuild b/dev-ruby/slim/slim-5.2.0.ebuild
deleted file mode 100644
index b2f698a165ae..000000000000
--- a/dev-ruby/slim/slim-5.2.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32"
-
-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="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-IUSE="doc"
-
-ruby_add_rdepend "
-       !dev-ruby/slim:5
-       >=dev-ruby/tilt-2.1.0:*
-       >=dev-ruby/temple-0.10.0:0.7
-"
-# sass tests are currently disabled:
-# 
https://github.com/slim-template/slim/commit/bd9d4601cd8142aa9fdbc0d87c9f9132a9a56cda
-ruby_add_bdepend "
-       doc? (
-               dev-ruby/yard
-               dev-ruby/redcarpet
-       )
-       test? (
-               dev-ruby/minitest:5
-               dev-ruby/kramdown:2
-               dev-ruby/redcarpet
-               dev-ruby/sassc
-               >=dev-ruby/test-unit-3.5
-       )
-"
-
-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
-
-       # 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