Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yard/
Date: Sun, 26 Nov 2017 10:02:11
Message-Id: 1511690508.7e53bef4630176665b40117ab05b044dbdca3d46.graaff@gentoo
1 commit: 7e53bef4630176665b40117ab05b044dbdca3d46
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 07:40:22 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 10:01:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e53bef4
7
8 dev-ruby/yard: cleanup; drop hppa stable, bug 622498
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-ruby/yard/Manifest | 2 --
13 dev-ruby/yard/yard-0.8.7.3.ebuild | 35 ---------------------------
14 dev-ruby/yard/yard-0.8.7.6.ebuild | 50 ---------------------------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-ruby/yard/Manifest b/dev-ruby/yard/Manifest
18 index 6d01cc71fa6..7fca3d20a6c 100644
19 --- a/dev-ruby/yard/Manifest
20 +++ b/dev-ruby/yard/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST yard-0.8.7.3-git.tgz 854557 BLAKE2B a509aca8a37795d600767fc115671fbac6de3b1bd179f1e925136904730c3329c76856715ee8af7a3adc1fab1a6be080ea7c37c1e22497ecae369cfdf0630e5a SHA512 96b8a128bacd005e64c3a863ac6cc7377755397c7532b5541809c8a0f5b157cd7433644887823e2d3c4435a0bded59fc2785992fdcf5ebcbf616a4ffd912f6fa
23 -DIST yard-0.8.7.6-git.tgz 859257 BLAKE2B 044d0a42432fd4614593670388a4d02014d143dd3700974f0fa5a7185270800356d8e8da8e579993af6426de71a4a1c842ebec16c2bd2b2a14ce0802f2177602 SHA512 7f9d4100183e51a2059f01a06a77d9856961390975fd9981b81bf9ea55f047cfd9056c78b5400df277b8230f28990cb421216c4506bbeea797651f37ae2e5db1
24 DIST yard-0.9.11-git.tgz 916355 BLAKE2B e9f27fe129cf93c51dbf83f4a7d5745d385252ba63c90f85223f2e9436c22a55aaba296f263072069d39e4beaca3e0830775a8be121c64cdc2a15afd3539a73f SHA512 375a4878e61888cf73aaa06e9300195ae48b9898d8cd639fa796a067e5fa0b89d6ef62d327a388ee83953e80177515f4d8c070042188e3a1e597f48b82b3a72e
25 DIST yard-0.9.4-git.tgz 884608 BLAKE2B 9d17d7cdfa0432d769026f6bc12354be236b5d07d65bc510bfd6bdd5add12d87f77808832f9f011d327f13b495d499e395c232a3d77c7e779dd0ed40a676d911 SHA512 2255c56498dc147ee5ede5e4898ce7aad78e9350f317e5d5c942f6b12262e9e1d0893ffd985a6bf3822d6af902e8ff555c489e1d847049ba51a472ad3c4aa140
26 DIST yard-0.9.8-git.tgz 897925 BLAKE2B 55179a3adcdcbb59f3e6eacf5a946aa28a0d13de0b9e0c5e0844deacbcbe91142927a4ab1ed0e385696cd5e2e484bd8c20fe1656515114d4d55e14c2f1d9e257 SHA512 f2e340bb90e5da456f622aadbc12278a6db486ed8b5a2f9a7b4408d6201cb6388a1f4fe0f3ca7584fdab9d73533e49015f465fb39b5049fe2c27c18e1d6cd41e
27
28 diff --git a/dev-ruby/yard/yard-0.8.7.3.ebuild b/dev-ruby/yard/yard-0.8.7.3.ebuild
29 deleted file mode 100644
30 index 385a4f72fd9..00000000000
31 --- a/dev-ruby/yard/yard-0.8.7.3.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -USE_RUBY="ruby20 ruby21 ruby22"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
42 -RUBY_FAKEGEM_TASK_DOC="yard"
43 -
44 -RUBY_FAKEGEM_EXTRADOC="README.md"
45 -RUBY_FAKEGEM_DOCDIR="doc docs"
46 -
47 -RUBY_FAKEGEM_EXTRAINSTALL="templates"
48 -
49 -inherit ruby-fakegem
50 -
51 -DESCRIPTION="Documentation generation tool for the Ruby programming language"
52 -HOMEPAGE="http://yardoc.org/"
53 -
54 -# The gem lakes the gemspec file needed to pass tests.
55 -SRC_URI="https://github.com/lsegal/yard/archive/${PV}.tar.gz -> ${P}-git.tgz"
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -KEYWORDS="alpha amd64 arm 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"
60 -IUSE=""
61 -
62 -ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) )
63 - test? ( dev-ruby/rack )"
64 -
65 -all_ruby_prepare() {
66 - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
67 - sed -i -e "s/require 'bundler'; rescue LoadError//" spec/cli/server_spec.rb || die
68 -}
69
70 diff --git a/dev-ruby/yard/yard-0.8.7.6.ebuild b/dev-ruby/yard/yard-0.8.7.6.ebuild
71 deleted file mode 100644
72 index 2e44ba6e8a4..00000000000
73 --- a/dev-ruby/yard/yard-0.8.7.6.ebuild
74 +++ /dev/null
75 @@ -1,50 +0,0 @@
76 -# Copyright 1999-2016 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
82 -
83 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
84 -RUBY_FAKEGEM_TASK_DOC="yard"
85 -
86 -RUBY_FAKEGEM_EXTRADOC="README.md"
87 -RUBY_FAKEGEM_DOCDIR="doc docs"
88 -
89 -RUBY_FAKEGEM_EXTRAINSTALL="templates"
90 -
91 -inherit ruby-fakegem
92 -
93 -DESCRIPTION="Documentation generation tool for the Ruby programming language"
94 -HOMEPAGE="http://yardoc.org/"
95 -
96 -# The gem lakes the gemspec file needed to pass tests.
97 -SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"
98 -
99 -LICENSE="MIT"
100 -SLOT="0"
101 -KEYWORDS="~alpha ~amd64 ~arm ~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"
102 -IUSE=""
103 -
104 -ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )"
105 -
106 -USE_RUBY="ruby20 ruby21" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"
107 -
108 -all_ruby_prepare() {
109 - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
110 -
111 - # Avoid specs that make assumptions on load ordering that are not
112 - # true for us. This may be related to how we install in Gentoo. This
113 - # also drops a test requirement on dev-ruby/rack.
114 - rm -f spec/cli/server_spec.rb || die
115 -}
116 -
117 -each_ruby_prepare() {
118 - case ${RUBY} in
119 - *ruby23)
120 - # Avoid possible brittle test
121 - # https://github.com/lsegal/yard/issues/927
122 - sed -i -e '/should find lone comments/,/^ end/ s:^:#:' spec/parser/ruby/ruby_parser_spec.rb || die
123 - ;;
124 - esac
125 -}