commit:     5b96d2a2afea8270b059a3f6e831a88d9947a6dd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 11:14:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 12:56:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b96d2a2

dev-ruby/kramdown: drop 2.4.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/kramdown/kramdown-2.4.0.ebuild | 55 ---------------------------------
 1 file changed, 55 deletions(-)

diff --git a/dev-ruby/kramdown/kramdown-2.4.0.ebuild 
b/dev-ruby/kramdown/kramdown-2.4.0.ebuild
deleted file mode 100644
index 3bfa09cc05bf..000000000000
--- a/dev-ruby/kramdown/kramdown-2.4.0.ebuild
+++ /dev/null
@@ -1,55 +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="README.md AUTHORS CONTRIBUTERS"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict 
syntax definition"
-HOMEPAGE="https://kramdown.gettalong.org/";
-
-LICENSE="MIT"
-
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="latex"
-
-LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra 
)"
-RDEPEND+=" ${LATEX_DEPS}"
-DEPEND+=" test? (
-       ${LATEX_DEPS}
-       >=app-text/htmltidy-5.0.0
-)"
-
-ruby_add_rdepend "
-       dev-ruby/rexml
-       >=dev-ruby/rouge-3.26.0:2
-       >=dev-ruby/stringex-1.5.1
-       !!<dev-ruby/kramdown-1.17.0-r2:0"
-
-ruby_add_bdepend "doc? ( dev-ruby/rdoc )
-       test? ( >=dev-ruby/minitest-5.0 )"
-
-all_ruby_prepare() {
-       if ! use latex; then
-               # Remove latex tests. They will fail gracefully when latex isn't
-               # present at all, but not when components are missing (most
-               # notable ucs.sty).
-               sed -i -e '/latex -v/,/^  end/ s:^:#:' test/test_files.rb || die
-       fi
-}
-
-each_ruby_test() {
-       ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       doman man/man1/kramdown.1
-}

Reply via email to