diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-09-16 07:58:13 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-09-16 07:58:13 +0200 |
commit | cdaf32aa03c18e661ad495520f79fdfb4dccadc2 (patch) | |
tree | c889df8aa263e504f7e7ae0308ea24c1e09c6c20 /dev-ruby/asciidoctor | |
parent | dev-ruby/asciidoctor-diagram: cleanup (diff) | |
download | gentoo-cdaf32aa03c18e661ad495520f79fdfb4dccadc2.tar.gz gentoo-cdaf32aa03c18e661ad495520f79fdfb4dccadc2.tar.bz2 gentoo-cdaf32aa03c18e661ad495520f79fdfb4dccadc2.zip |
dev-ruby/asciidoctor: cleanup
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/asciidoctor')
-rw-r--r-- | dev-ruby/asciidoctor/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/asciidoctor/asciidoctor-1.5.8.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest index 64b905b051f9..9eda14ef6e65 100644 --- a/dev-ruby/asciidoctor/Manifest +++ b/dev-ruby/asciidoctor/Manifest @@ -1,2 +1 @@ -DIST asciidoctor-1.5.8.tar.gz 583484 BLAKE2B f0c654c5e43a0ed061dbf80eb382fac1ea393870c7c2530649a5a41f1a5bd5e72ffb11e8ad8dd2925510e18f4528079ae532b623e6e7f38a119565df01139f58 SHA512 3f767cdf945361d81b0a89137fb1e77377cbb4171da790027cbb9cd8cf1deb03f24a8ec780b427b7bce34538e851a44682515fbaccf8558d61e22356b9d216dd DIST asciidoctor-2.0.10.tar.gz 613180 BLAKE2B 46125c85276eb0c7cf4404ca04d854449233e2cd14e24687aed9f95eb64ceb6ebac3d3ed73918679b9a5b047e41d82d02383d0e08acd0df5cc9bc216f14c79a3 SHA512 9ef908081569188d9903c7a7619fe0b50197f6f0cc922c4070e116bcd3f988a55da87443e84b6e260aabcc653a804fcaf29b96a722ab36f7ebb27ec11eb7ddbe diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.8.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.8.ebuild deleted file mode 100644 index b37428a5020c..000000000000 --- a/dev-ruby/asciidoctor/asciidoctor-1.5.8.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_TASK_TEST="test features" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and other formats" -HOMEPAGE="https://github.com/asciidoctor/asciidoctor" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86" -IUSE="" - -ruby_add_bdepend "test? ( - dev-util/cucumber - dev-ruby/rspec-expectations:* - dev-ruby/asciimath - dev-ruby/coderay - dev-ruby/erubis - dev-ruby/haml - dev-ruby/nokogiri - dev-ruby/slim - dev-ruby/thread_safe - dev-ruby/tilt )" - -all_ruby_prepare() { - rm Gemfile || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/asciidoctor.1 -} |