diff --git a/dev-ruby/asciidoctor-plantuml/Manifest b/dev-ruby/asciidoctor-plantuml/Manifest deleted file mode 100644 index ec53103..0000000 --- a/dev-ruby/asciidoctor-plantuml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST asciidoctor-plantuml-0.1.1.tar.gz 9935 BLAKE2B fa7ad502b3402e2bd6dac761225261d0d0fad973aeaee76d0e720c619ab694372c0994d87428742dfe907f8e506babb49252aa1c9a2482fad4205d31e3454631 SHA512 e49de8c08e1ecc2833e6ad6c4a0a238106135ed0abd92695feaf103e26674948435e2f02e01fdddf50d52f0be5223467cde2c0e1ff18e6b40b9ffc005198e73a diff --git a/dev-ruby/asciidoctor-plantuml/asciidoctor-plantuml-0.1.1.ebuild b/dev-ruby/asciidoctor-plantuml/asciidoctor-plantuml-0.1.1.ebuild deleted file mode 100644 index 58d6d6f..0000000 --- a/dev-ruby/asciidoctor-plantuml/asciidoctor-plantuml-0.1.1.ebuild +++ /dev/null @@ -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