mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ruby/asciidoctor-diagram: cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST asciidoctor-diagram-1.5.7.tar.gz 10500954 BLAKE2B e257bd92b8a75cf9061254a0f6dc5ba2b9dae6e1f7b7c9e9d69449d16b52894bb22a022d411cce848b5313de73b40f3c2e28744217a394345ded06cc9f587639 SHA512 bb6e7f036e4e4075686b9852aeb5ead592dc3ed7853f80b042a696abe267255f536247e44309086c8fab1ea91f7ac48c059b1641d0ebc84263442a73951beba4
|
||||
DIST asciidoctor-diagram-1.5.9.tar.gz 10250161 BLAKE2B ebeb184259042a9088c5a8f6c5afc86a69f6fcea62964ac2f571f21b6b2b382cdf2cad8abc1e99ca781b4663da956982f1a5d418126089b17bac0e68bdce0fea SHA512 b25f5c2b8ddfc2b9bdc26ef47b5a2ae8d28992ac26f70ccc4c9046a45e9338b5ed2b82cccb0f01dd44155e043b620410b468ef6b12dfe03ae20a67e4d109be05
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby22 ruby23"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
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*"
|
||||
|
||||
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/{blockdiag,erd,mermaid,msc,shaape,svgbob,syntrax,umlet,wavedrom}_spec.rb || die
|
||||
}
|
||||
|
||||
all_ruby_install() {
|
||||
all_fakegem_install
|
||||
}
|
||||
Reference in New Issue
Block a user