removed unused dev-ruby/asciidoctor-plantuml.

This commit is contained in:
Micha Glave 2024-04-22 15:50:18 +02:00
parent 4f0c549791
commit 46b0003140
2 changed files with 0 additions and 35 deletions

View File

@ -1 +0,0 @@
DIST asciidoctor-plantuml-0.1.1.tar.gz 9935 BLAKE2B fa7ad502b3402e2bd6dac761225261d0d0fad973aeaee76d0e720c619ab694372c0994d87428742dfe907f8e506babb49252aa1c9a2482fad4205d31e3454631 SHA512 e49de8c08e1ecc2833e6ad6c4a0a238106135ed0abd92695feaf103e26674948435e2f02e01fdddf50d52f0be5223467cde2c0e1ff18e6b40b9ffc005198e73a

View File

@ -1,34 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
USE_RUBY="ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="LICENSE.txt README.adoc"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit multilib ruby-fakegem
DESCRIPTION="A set of Asciidoctor extensions that enable you to add plantuml-diagrams."
HOMEPAGE="https://github.com/hsanson/asciidoctor-plantuml"
SRC_URI="https://github.com/hsanson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend ">=dev-ruby/asciidoctor-2.0.17 <dev-ruby/asciidoctor-3"
all_ruby_prepare() {
rm Gemfile || die
}
all_ruby_install() {
all_fakegem_install
}