diff options
author | 2024-11-08 15:17:46 +0100 | |
---|---|---|
committer | 2024-11-08 15:22:15 +0100 | |
commit | 392b01def11f52046dbe56249f4859b4e73fdca7 (patch) | |
tree | 1c8ebad8b8a3014f464be7b30f9d79fea712d7d4 | |
parent | dev-ruby/bcrypt-ruby: drop 3.1.19 (diff) | |
download | gentoo-392b01def11f52046dbe56249f4859b4e73fdca7.tar.gz gentoo-392b01def11f52046dbe56249f4859b4e73fdca7.tar.bz2 gentoo-392b01def11f52046dbe56249f4859b4e73fdca7.zip |
dev-ruby/asciidoctor: drop 2.0.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/asciidoctor/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/asciidoctor/asciidoctor-2.0.20.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest index 422a0f0abb6b..bcc66dd7e36b 100644 --- a/dev-ruby/asciidoctor/Manifest +++ b/dev-ruby/asciidoctor/Manifest @@ -1,2 +1 @@ -DIST asciidoctor-2.0.20.tar.gz 1700888 BLAKE2B 0b09610cc4a642eacd608bfbe8054c9358aca908adba088a21deceb25374fa4796a53a619957c9974fcb576016ce6573c891b39a6c6d66aa73585cd637310ff0 SHA512 b6b730de8f83e36630dc6146b4c0e07a26b502b695e78e50fc87790391126d52ef0b6b02b82ecb225adff680c94305b4e31403cc067bdbf1740e2d759417f440 DIST asciidoctor-2.0.23.tar.gz 1708942 BLAKE2B 870b0ea5be05ae4b2d91d7cfcf4d81b36f443740b591b8fd4f9bb547647cb777c5d9b03eb7982f84e6ac84ce5af3c9161a21e4d82ae56c70afd6ce138629675b SHA512 eeb6ef3268f8df2881fafccdb88480f203365d423f53ec9a42c3e9a91a6ec2d20048150019366a71ba0b2a9a0a90a6752fa7342ce558609ff8c242418e2f29c0 diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.20.ebuild b/dev-ruby/asciidoctor/asciidoctor-2.0.20.ebuild deleted file mode 100644 index 652352e03315..000000000000 --- a/dev-ruby/asciidoctor/asciidoctor-2.0.20.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -RUBY_FAKEGEM_GEMSPEC="asciidoctor.gemspec" - -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 ~riscv x86" -IUSE="" - -ruby_add_bdepend "test? ( - dev-util/cucumber - dev-ruby/rspec-expectations:* - dev-ruby/asciimath - dev-ruby/coderay - dev-ruby/concurrent-ruby - dev-ruby/erubi - dev-ruby/haml:6 - dev-ruby/nokogiri - dev-ruby/rouge - dev-ruby/slim - dev-ruby/tilt )" - -all_ruby_prepare() { - rm Gemfile || die - - sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid broken blocks_test.rb (already appears to be fixed upstream) - rm -f test/blocks_test.rb || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/asciidoctor.1 -} |