asciidoctor-plantuml created based on asciidoctor-diagram.

This commit is contained in:
Micha Glave 2019-06-21 00:33:23 +02:00
parent a75dd44549
commit 6f62e94503
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST asciidoctor-plantuml-0.0.9.tar.gz 7282 BLAKE2B 2f332e5d506ba4a397d8392ddc658809a7dcb6119090e3aabedde88b22b41d19504be8cc9ac6590490602a4e73751567f29ded3596d31c259a790366dfc5d8d5 SHA512 4e549ad6b2771936635c1069faba348387394f9e921dc269b24ca283a2498a10b74b51d9e6f89f4e0e68d0852f47cffd44d864e4c0d5544760bd8b8e33d1aeab
EBUILD asciidoctor-plantuml-0.0.9.ebuild 768 BLAKE2B 5871915da6f74608b56971575f225f4263ce1786d63dd4f658fb167c987401d12c1795d7806c4b58e928f9f9217a1f6eaab3223a2832eb2b680ec03fdd0cc50f SHA512 045a50607d0f583ff9ba940d1348d0acaab797d4a9bd29f42e88ce8e5c5d9984e0b7135a40074b83398b8a386ab9e365383da64edd461f0fb2d5e86c61af389e

View File

@ -0,0 +1,34 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
USE_RUBY="ruby24 ruby25 ruby26"
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-1.5.0 <dev-ruby/asciidoctor-3"
all_ruby_prepare() {
rm Gemfile || die
}
all_ruby_install() {
all_fakegem_install
}