commit: 4126f400492f6796cfad0f55faf48c690a81945e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jun 19 05:21:40 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jun 19 05:21:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4126f400
dev-ruby/asciidoctor: cleanup Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-ruby/asciidoctor/Manifest | 1 - dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild | 43 --------------------------- dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild | 43 --------------------------- 3 files changed, 87 deletions(-) diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest index 61ee1fa78d8..99bc4c64db3 100644 --- a/dev-ruby/asciidoctor/Manifest +++ b/dev-ruby/asciidoctor/Manifest @@ -1,2 +1 @@ -DIST asciidoctor-1.5.4.tar.gz 520793 SHA256 2963fdf5ce12962e3a514d7d83426897184c947de5df89300ee524970dc2f3bc SHA512 c3a6405a6c39d1aa70e4d10ce42a6f6e01f3b7ddd8f695e8043fce9116ac91ad1f1f881a449ee8a61172213720dae1285f9c4de03a5cec908de906ed5b14e626 WHIRLPOOL bb06147e6c77fc5d0133b0b747103ec362cc724624087cb84756b2a193540e6b164aed1c8a20a1578298be135e7b65938ae07a902409ba778c25792bd6350ec9 DIST asciidoctor-1.5.5.tar.gz 543437 SHA256 2da103a6b108ba31fced25c79d52318f41f349a8552917a11e910d194f95190b SHA512 6a95c2e48314a1f44d6398d83c490231baeb4ebea8d8c0e0ef361c884251fe054d48afceccadfb6c34947946920731e0194fc3e398b8dd8b8b320ea9d37f1f66 WHIRLPOOL 1772b12098b117200b36c5bf3fe9659b178ced7c9994fcc1332bc89c4b3dde1824feae70e3b9178569283c69c0345e37ac4394877feac4aa0ae32c103b91359e diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild deleted file mode 100644 index 7cdb159afe3..00000000000 --- a/dev-ruby/asciidoctor/asciidoctor-1.5.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -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" -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/tilt )" - -all_ruby_prepare() { - rm Gemfile || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/asciidoctor.1 -} diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild b/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild deleted file mode 100644 index 7cdb159afe3..00000000000 --- a/dev-ruby/asciidoctor/asciidoctor-1.5.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -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" -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/tilt )" - -all_ruby_prepare() { - rm Gemfile || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/asciidoctor.1 -}
