commit: e66f0d9d25bb2a074dbcb68209c82df0e03ddec0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 07:38:01 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 07:42:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66f0d9d
dev-ruby/asciidoctor-diagram: drop 2.2.12
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/asciidoctor-diagram/Manifest | 1 -
.../asciidoctor-diagram-2.2.12.ebuild | 53 ----------------------
2 files changed, 54 deletions(-)
diff --git a/dev-ruby/asciidoctor-diagram/Manifest
b/dev-ruby/asciidoctor-diagram/Manifest
index 6770c9ce9f49..89506e10a8a2 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,2 +1 @@
-DIST asciidoctor-diagram-2.2.12.tar.gz 14093006 BLAKE2B
2f2349c6694c35ea74bfc74e145eb2f34a422354e1ad4bc87b23bda66443ced7b14ccbce3b015d545fd84d89a6aee44c0c98743b9410c0a460571c83ca1c03ca
SHA512
0a960a0f48bd1c129b218f0b70686f7d2f5745f84e484e3152e2532c51bf2987bbefec4cef06d579de1c881545ecdc34a607a00ad1af09ed748c7c66571570ac
DIST asciidoctor-diagram-2.2.14.tar.gz 14085153 BLAKE2B
b62fbbc0ba5a5c53a92b1c9cd7d20047a0e6f4ec71ff7daeab379c3be2546b105b900e7fa6c49f00f6320de2087115d5944b9df9be443ad60cc0d330d5b12234
SHA512
8e343726788e61fa6846d756911f3df9ef276f706ec2668e7d74fc7b5b2cf3c8984f1d5031af5d8d2c55260f3bebf981d0bcd5dd1c032e504b32bee167cb626e
diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.2.12.ebuild
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.2.12.ebuild
deleted file mode 100644
index cb24f379e007..000000000000
--- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.2.12.ebuild
+++ /dev/null
@@ -1,53 +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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A set of Asciidoctor extensions that enable you to add diagrams"
-HOMEPAGE="https://github.com/asciidoctor/asciidoctor-diagram"
-SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND+=" virtual/jre"
-DEPEND+=" test? (
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- media-gfx/imagemagick[png,postscript]
- media-gfx/graphviz
- media-sound/lilypond
- sci-visualization/gnuplot
-)"
-ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 <dev-ruby/asciidoctor-3"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -e '/c.formatter/ s:^:#:' \
- -e '/logger.*DEBUG/ s:^:#:' \
- -i spec/test_helper_methods.rb || die
-
- # Remove some diagram dependencies that contains vendored code and
- # are currently not packaged. Please file a bug if you have a need
- # for these diagram types.
- sed -i -e '/\(ditaamini\|plantuml\)/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} ||
die
-
- # Avoid specs for unpackaged tools
- rm -f
spec/{a2s,barcode,blockdiag,bpmn,bytefield,d2,dbml,diagrams,ditaa,dpic,erd,graphviz_py,mermaid,msc,nomnoml,pikchr,plantuml,shaape,smcat,structurizr,svgbob,symbolator,syntrax,umlet,vega,wavedrom}_spec.rb
|| die
-}
-
-all_ruby_install() {
- all_fakegem_install
-}