commit:     a403329b8785a91f8ff929902ec2eb64a66e52fd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 08:23:29 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 08:24:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a403329b

dev-ruby/kramdown-parser-gfm: update EAPI 7 -> 8

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

 .../kramdown-parser-gfm-1.1.0-r1.ebuild            | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/kramdown-parser-gfm/kramdown-parser-gfm-1.1.0-r1.ebuild 
b/dev-ruby/kramdown-parser-gfm/kramdown-parser-gfm-1.1.0-r1.ebuild
new file mode 100644
index 000000000000..cd1f019b9207
--- /dev/null
+++ b/dev-ruby/kramdown-parser-gfm/kramdown-parser-gfm-1.1.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit edo ruby-fakegem
+
+DESCRIPTION="A kramdown parser for the GFM dialect of Markdown"
+HOMEPAGE="https://github.com/kramdown/parser-gfm";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm64"
+SLOT="$(ver_cut 1)"
+IUSE="doc"
+
+ruby_add_rdepend "dev-ruby/kramdown:2"
+ruby_add_bdepend "test? ( dev-ruby/kramdown[latex] )"
+
+all_ruby_prepare() {
+       # Avoid testcase which is no longer compatible with newer rouge
+       rm -f test/testcases/codeblock_fenced.text || die
+
+       # Avoid test broken with current kramdown versions
+       rm -r test/testcases/header_ids.text || die
+}
+
+each_ruby_test() {
+       edo ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+}

Reply via email to