commit:     8b5d85b71146c246736d9ee1eca1c1a71e57c318
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 08:30:38 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 05:14:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5d85b7

dev-ruby/asciidoctor-diagram: drop 2.0.5

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

 .../asciidoctor-diagram-2.0.5.ebuild               | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild 
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild
deleted file mode 100644
index 48579c8ab99e..000000000000
--- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit multilib 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=""
-
-ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 <dev-ruby/asciidoctor-3"
-
-all_ruby_prepare() {
-       rm Gemfile || die
-       sed -i -e '/c.formatter/ s:^:#:' spec/test_helper.rb || die
-
-       # Avoid specs for unpackaged tools
-       rm -f 
spec/{a2s,blockdiag,bpmn,bytefield,dpic,erd,mermaid,msc,nomnoml,pikchr,shaape,smcat,svgbob,symbolator,syntrax,umlet,vega,wavedrom}_spec.rb
 || die
-}
-
-all_ruby_install() {
-       all_fakegem_install
-}

Reply via email to