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: Tue, 02 Apr 2019 04:23:59
Message-Id: 1554179030.b9d2dbe7a41f65f54f48c0d994704272e942c91d.graaff@gentoo
1 commit: b9d2dbe7a41f65f54f48c0d994704272e942c91d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 2 04:14:48 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 2 04:23:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d2dbe7
7
8 dev-ruby/yard: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/yard/Manifest | 3 ---
14 dev-ruby/yard/yard-0.9.14.ebuild | 46 ----------------------------------------
15 dev-ruby/yard/yard-0.9.15.ebuild | 46 ----------------------------------------
16 dev-ruby/yard/yard-0.9.16.ebuild | 46 ----------------------------------------
17 4 files changed, 141 deletions(-)
18
19 diff --git a/dev-ruby/yard/Manifest b/dev-ruby/yard/Manifest
20 index e533744ce15..f6cce5bc1e2 100644
21 --- a/dev-ruby/yard/Manifest
22 +++ b/dev-ruby/yard/Manifest
23 @@ -1,5 +1,2 @@
24 DIST yard-0.9.11-git.tgz 916355 BLAKE2B e9f27fe129cf93c51dbf83f4a7d5745d385252ba63c90f85223f2e9436c22a55aaba296f263072069d39e4beaca3e0830775a8be121c64cdc2a15afd3539a73f SHA512 375a4878e61888cf73aaa06e9300195ae48b9898d8cd639fa796a067e5fa0b89d6ef62d327a388ee83953e80177515f4d8c070042188e3a1e597f48b82b3a72e
25 -DIST yard-0.9.14-git.tgz 917830 BLAKE2B dd0d1d6dbc5aa9b549bd4c110f1abd57edc76b85e7c936bca8f7d35761d705ba86cd169c3c2b2141095dda68a8ab350b46bcbeb978d655addff78b110fbd2b71 SHA512 7974d431b2c1ef4830f225fd2012592405e7fb63546aeb52b74f4ad8b498926be979f3010bd315877bb4f738f6aa6c31f54b71832b461ebd3fa54fe1a1fccf5f
26 -DIST yard-0.9.15-git.tgz 918280 BLAKE2B f7ae54298cfb8d19e006ad5e18525c3e73e423894e37c3af1fbf555227c4f66bbbcdae781addf7ad30ac900d2af7458550558fe75d876d9fa4c0cd5a2a1a3668 SHA512 45e3a6e170c06c0f7e7ff508d33e87ed9922be3e8fca19d272553b84e678fa209c44460665b86e508145b147dbbc6d4664b95694dbcf91c421988b233e63dd40
27 -DIST yard-0.9.16-git.tgz 918424 BLAKE2B 41213a87b108bbacf3d700ffbce67806619ff417b8c883b8f7c33bb1eda1e1d97176226a801d8fb8a888a4ed4e2bcb45c46a65b236bc39c9100bcc6200c5778d SHA512 0027fccf87ec86a8ad5d62ec02b10a9c50be82212a7ad0f9f79d41627a2b88cb886fdc832e0df5c28cf737ad9f308670bd98b4dbb8ddc21aeba76b5c6928ecf1
28 DIST yard-0.9.18-git.tgz 919755 BLAKE2B ff0f53234880f1cd2d6ba312542ac560aa7a8cb1864a1bc123f855f2183bc1b5d55316e041e33d57aac18c4784575a1e196fe2113de6280d91a0bb69ade236f5 SHA512 754b2344c630642e191c037ec136976dd812c83051803cf10c4c810d267d405ba609dd5d194fafe4b55c0b123573aeae0139e3994cfacc94560a6ffddd5c6c4f
29
30 diff --git a/dev-ruby/yard/yard-0.9.14.ebuild b/dev-ruby/yard/yard-0.9.14.ebuild
31 deleted file mode 100644
32 index 4270103786c..00000000000
33 --- a/dev-ruby/yard/yard-0.9.14.ebuild
34 +++ /dev/null
35 @@ -1,46 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -USE_RUBY="ruby23 ruby24 ruby25"
42 -
43 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
44 -RUBY_FAKEGEM_TASK_DOC="yard"
45 -
46 -RUBY_FAKEGEM_EXTRADOC="README.md"
47 -RUBY_FAKEGEM_DOCDIR="doc docs"
48 -
49 -RUBY_FAKEGEM_EXTRAINSTALL="templates"
50 -
51 -inherit ruby-fakegem
52 -
53 -DESCRIPTION="Documentation generation tool for the Ruby programming language"
54 -HOMEPAGE="https://yardoc.org/"
55 -
56 -# The gem lakes the gemspec file needed to pass tests.
57 -SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"
58 -
59 -LICENSE="MIT"
60 -SLOT="0"
61 -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"
62 -IUSE=""
63 -
64 -ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )"
65 -
66 -ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
67 -
68 -all_ruby_prepare() {
69 - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
70 -
71 - # Avoid specs that make assumptions on load ordering that are not
72 - # true for us. This may be related to how we install in Gentoo. This
73 - # also drops a test requirement on dev-ruby/rack.
74 - rm -f spec/cli/server_spec.rb || die
75 -
76 - # Avoid specs that only work with bundler
77 - sed -i -e '/#initialize/,/^ end/ s:^:#:' spec/cli/yri_spec.rb || die
78 -
79 - # Avoid redcarpet-specific spec that is not optional
80 - sed -i -e '/autolinks URLs/askip "make redcarpet optional"' spec/templates/helpers/html_helper_spec.rb || die
81 -}
82
83 diff --git a/dev-ruby/yard/yard-0.9.15.ebuild b/dev-ruby/yard/yard-0.9.15.ebuild
84 deleted file mode 100644
85 index 4270103786c..00000000000
86 --- a/dev-ruby/yard/yard-0.9.15.ebuild
87 +++ /dev/null
88 @@ -1,46 +0,0 @@
89 -# Copyright 1999-2018 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -USE_RUBY="ruby23 ruby24 ruby25"
95 -
96 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
97 -RUBY_FAKEGEM_TASK_DOC="yard"
98 -
99 -RUBY_FAKEGEM_EXTRADOC="README.md"
100 -RUBY_FAKEGEM_DOCDIR="doc docs"
101 -
102 -RUBY_FAKEGEM_EXTRAINSTALL="templates"
103 -
104 -inherit ruby-fakegem
105 -
106 -DESCRIPTION="Documentation generation tool for the Ruby programming language"
107 -HOMEPAGE="https://yardoc.org/"
108 -
109 -# The gem lakes the gemspec file needed to pass tests.
110 -SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"
111 -
112 -LICENSE="MIT"
113 -SLOT="0"
114 -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"
115 -IUSE=""
116 -
117 -ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )"
118 -
119 -ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
120 -
121 -all_ruby_prepare() {
122 - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
123 -
124 - # Avoid specs that make assumptions on load ordering that are not
125 - # true for us. This may be related to how we install in Gentoo. This
126 - # also drops a test requirement on dev-ruby/rack.
127 - rm -f spec/cli/server_spec.rb || die
128 -
129 - # Avoid specs that only work with bundler
130 - sed -i -e '/#initialize/,/^ end/ s:^:#:' spec/cli/yri_spec.rb || die
131 -
132 - # Avoid redcarpet-specific spec that is not optional
133 - sed -i -e '/autolinks URLs/askip "make redcarpet optional"' spec/templates/helpers/html_helper_spec.rb || die
134 -}
135
136 diff --git a/dev-ruby/yard/yard-0.9.16.ebuild b/dev-ruby/yard/yard-0.9.16.ebuild
137 deleted file mode 100644
138 index 4270103786c..00000000000
139 --- a/dev-ruby/yard/yard-0.9.16.ebuild
140 +++ /dev/null
141 @@ -1,46 +0,0 @@
142 -# Copyright 1999-2018 Gentoo Foundation
143 -# Distributed under the terms of the GNU General Public License v2
144 -
145 -EAPI=6
146 -
147 -USE_RUBY="ruby23 ruby24 ruby25"
148 -
149 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
150 -RUBY_FAKEGEM_TASK_DOC="yard"
151 -
152 -RUBY_FAKEGEM_EXTRADOC="README.md"
153 -RUBY_FAKEGEM_DOCDIR="doc docs"
154 -
155 -RUBY_FAKEGEM_EXTRAINSTALL="templates"
156 -
157 -inherit ruby-fakegem
158 -
159 -DESCRIPTION="Documentation generation tool for the Ruby programming language"
160 -HOMEPAGE="https://yardoc.org/"
161 -
162 -# The gem lakes the gemspec file needed to pass tests.
163 -SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"
164 -
165 -LICENSE="MIT"
166 -SLOT="0"
167 -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"
168 -IUSE=""
169 -
170 -ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )"
171 -
172 -ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )"
173 -
174 -all_ruby_prepare() {
175 - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
176 -
177 - # Avoid specs that make assumptions on load ordering that are not
178 - # true for us. This may be related to how we install in Gentoo. This
179 - # also drops a test requirement on dev-ruby/rack.
180 - rm -f spec/cli/server_spec.rb || die
181 -
182 - # Avoid specs that only work with bundler
183 - sed -i -e '/#initialize/,/^ end/ s:^:#:' spec/cli/yri_spec.rb || die
184 -
185 - # Avoid redcarpet-specific spec that is not optional
186 - sed -i -e '/autolinks URLs/askip "make redcarpet optional"' spec/templates/helpers/html_helper_spec.rb || die
187 -}