diff options
Diffstat (limited to 'dev-ruby/yard')
-rw-r--r-- | dev-ruby/yard/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.9.11.ebuild | 43 | ||||
-rw-r--r-- | dev-ruby/yard/yard-0.9.20.ebuild | 2 |
3 files changed, 2 insertions, 47 deletions
diff --git a/dev-ruby/yard/Manifest b/dev-ruby/yard/Manifest index 6fcb6e7999de..f855c2e183e5 100644 --- a/dev-ruby/yard/Manifest +++ b/dev-ruby/yard/Manifest @@ -1,5 +1,3 @@ -DIST yard-0.9.11-git.tgz 916355 BLAKE2B e9f27fe129cf93c51dbf83f4a7d5745d385252ba63c90f85223f2e9436c22a55aaba296f263072069d39e4beaca3e0830775a8be121c64cdc2a15afd3539a73f SHA512 375a4878e61888cf73aaa06e9300195ae48b9898d8cd639fa796a067e5fa0b89d6ef62d327a388ee83953e80177515f4d8c070042188e3a1e597f48b82b3a72e DIST yard-0.9.20-git.tgz 921130 BLAKE2B 37b1b2524147a1a8cb36c3835cce4e7666e2c8d3d5c187eb402000fb251df64111c4f104957ac9d28bd0e8d9328eb1d97571337ae54479626dcaab3cf07625a6 SHA512 b7e035a3598c8ef32fcbaae57254c0fb0cba875606b434571da2ef754f3171b5c42a4b3a45bd4bf41bce368f6fb7e448567f601a9cab5fbdae695bbec1b73608 -EBUILD yard-0.9.11.ebuild 1461 BLAKE2B 60b1a66dabb02817f1416eba5e1daf3122d546235eb8801a1417128004f2ef289813f358e964bab2ecbd5ca05b79cd734415fab5d7849832df893db3ebf68753 SHA512 03ea228f90bc06ababe97857ec7742935b989efa29b11bb41e854e46af4e53ecfdc44be3bf37bdbc343e5a04b164b7ee1ea0f2625f6da9857451670e429fe9c1 -EBUILD yard-0.9.20.ebuild 1811 BLAKE2B a704d1006706c785bce9e5b175509e9d99571eeae2929c6ca713194d8f84f06b09ff640c3fedb5246b1c3d30004fb94dbf8c8bead6ec8f1b181a8db2ad15b9ba SHA512 6f0a9326a2c83a16600933f544bcb9ed1b80bac39aa24ef1101daf32e22d81df303195e4af06de074f99a33b85c6859cea4b5766c85d9e898128775b46d4066f +EBUILD yard-0.9.20.ebuild 1810 BLAKE2B a9976c1b0409f66b081723d462339e3520cc4695953d9948b4465788b90fd89ff500e7ee75d0185c570ccc09962645d620c8d780ddbb2343be3450e9b5db6870 SHA512 829488bbb4ddb012c312bfeb6bd18cd269e6b3976c024465891269c23029d39c33e45a66f4641135f4b8eedabdb2f38ae390fe3661717a012f6d2f4cfeb4a512 MISC metadata.xml 337 BLAKE2B 1aedede1271d1f9a566743dd25b1fd9961e429b78bb5f9f36bd6ea66f631f376a273d7a094fba7121d099f3a4a3f0e7738753078e2a1a554cfe6cf32acc6e2b6 SHA512 0de30cc9c4a9d08649f141cb6df0ee9c05703831603c77a0605f0bf8e2f49b8324a782d092aaa690581e23d6d948fda9781b98770a3ba89ed6bfc0de351c11bb diff --git a/dev-ruby/yard/yard-0.9.11.ebuild b/dev-ruby/yard/yard-0.9.11.ebuild deleted file mode 100644 index 1837bcda0810..000000000000 --- a/dev-ruby/yard/yard-0.9.11.ebuild +++ /dev/null @@ -1,43 +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_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="yard" - -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_DOCDIR="doc docs" - -RUBY_FAKEGEM_EXTRAINSTALL="templates" - -inherit ruby-fakegem - -DESCRIPTION="Documentation generation tool for the Ruby programming language" -HOMEPAGE="https://yardoc.org/" - -# The gem lakes the gemspec file needed to pass tests. -SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )" - -ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die - - # Avoid specs that make assumptions on load ordering that are not - # true for us. This may be related to how we install in Gentoo. This - # also drops a test requirement on dev-ruby/rack. - rm -f spec/cli/server_spec.rb || die - - # Avoid redcarpet-specific spec that is not optional - sed -i -e '/autolinks URLs/askip "make redcarpet optional"' spec/templates/helpers/html_helper_spec.rb || die -} diff --git a/dev-ruby/yard/yard-0.9.20.ebuild b/dev-ruby/yard/yard-0.9.20.ebuild index f43b1350b8ea..5c5880dae066 100644 --- a/dev-ruby/yard/yard-0.9.20.ebuild +++ b/dev-ruby/yard/yard-0.9.20.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )" |