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/hoe/
Date: Tue, 28 Apr 2020 04:42:28
Message-Id: 1588048795.7ebcb79f4a128d0b941ff606902ea6cc17085f09.graaff@gentoo
1 commit: 7ebcb79f4a128d0b941ff606902ea6cc17085f09
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 09:15:36 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 04:39:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebcb79f
7
8 dev-ruby/hoe: cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/hoe/Manifest | 3 ---
14 dev-ruby/hoe/hoe-3.18.1.ebuild | 44 ------------------------------------------
15 dev-ruby/hoe/hoe-3.19.0.ebuild | 44 ------------------------------------------
16 dev-ruby/hoe/hoe-3.20.0.ebuild | 44 ------------------------------------------
17 4 files changed, 135 deletions(-)
18
19 diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest
20 index 0652563f7d4..0b6b0575bb0 100644
21 --- a/dev-ruby/hoe/Manifest
22 +++ b/dev-ruby/hoe/Manifest
23 @@ -1,5 +1,2 @@
24 DIST hoe-3.16.0.gem 188416 BLAKE2B 48383c46512a359a269ca3475ec701b1443e0ef71b31d1ca1604de391ed4df6b0ad27dd1c5f6ed04751047d211f2c6299245361cf131e2418f224324ac9934c3 SHA512 66cefb5a24906e19bbf0c82c8539d6d101b84d0dc1d3ce1910e4117357639489968271e76e86bd3c432b9ef7e3b24a78294c06210cbef280860f7dac18100606
25 -DIST hoe-3.18.1.gem 190976 BLAKE2B 1b99125fddc42253918d2b9412401c0ed54a12006347b400050ecda17a1ce4491bf0419bc6ea28b68d5e1d77990973171c822862d93ee2cdc00a078f4e137587 SHA512 c281cdb2e89272ea84e54cd36d0cdec77cf6dd51f745c0aa99593586781e5182129f967086f008c33b38d25d7a3aacd2fa1899752e63f725d5ecf5fd5c04682c
26 -DIST hoe-3.19.0.gem 191488 BLAKE2B 186b2ad78f4f7181fa1120a2e1736ee630e16c73c2c748333ce5aab745bec433b1b11019e0a96fbef65c1d5f7039925e9fa161fd54a83ebbaee8e25299be3565 SHA512 1bdc77f78f0b1a7e0832107d40679928d8f0edc0a1deeb0e63c7f8e2f7601b5cbe0bc6c19e6f8b2f26459710a31538f8efc433ef5e930058d852e945c0b280b0
27 -DIST hoe-3.20.0.gem 192000 BLAKE2B 1eab1396c2dce2001b104e0587a0616913b0d0babb3d5e3d28214d04a57f70b056ba2c50843326676eec9723f9bd82625bcdf7af00eb8f3d5ef3dedc150eef9c SHA512 38f000ab396453866eb87b31a90a8714ec5bd0d8615deee9e4ab8d4fae728ffdd38f836f6cd78f63e60998705d7f2e579e2d2bd3d8ca11421785868370e20e20
28 DIST hoe-3.21.0.gem 193024 BLAKE2B 2ff65edc6e0aebc93ebc8f3e628261ac3fabec4034b8e7b1bb3c38ab45c8b4641267a8c46c851ad69425c08782553c628574ae0a1417257cf64ba05a86de08f3 SHA512 39da93520bdb4efcbc58af58562ff8abbdecf45f92071ddb31f68ac799eb6f704431cea3d699aa039ba3a5217dc9b0f2d87f8b553d62860c34cb63803b625754
29
30 diff --git a/dev-ruby/hoe/hoe-3.18.1.ebuild b/dev-ruby/hoe/hoe-3.18.1.ebuild
31 deleted file mode 100644
32 index 18a0387ce12..00000000000
33 --- a/dev-ruby/hoe/hoe-3.18.1.ebuild
34 +++ /dev/null
35 @@ -1,44 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -USE_RUBY="ruby24 ruby25 ruby26"
41 -
42 -RUBY_FAKEGEM_DOCDIR="doc"
43 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
44 -
45 -RUBY_FAKEGEM_EXTRAINSTALL="template"
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="Hoe extends rake to provide full project automation"
50 -HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55 -IUSE="doc"
56 -
57 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
58 -
59 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-13.0"
60 -
61 -all_ruby_prepare() {
62 - # Skip isolation
63 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
64 -
65 - # Skip test depending on specifics of gem command name
66 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
67 -
68 - # Avoid test with random sort order
69 - sed -i -e '/test_possibly_better/askip "ordering issues"' test/test_hoe.rb || die
70 -}
71 -
72 -all_ruby_compile() {
73 - all_fakegem_compile
74 -
75 - if use doc; then
76 - rdoc --title "seattlerb's hoe-${PV} Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
77 - rm -f doc/js/*.gz || die
78 - fi
79 -}
80
81 diff --git a/dev-ruby/hoe/hoe-3.19.0.ebuild b/dev-ruby/hoe/hoe-3.19.0.ebuild
82 deleted file mode 100644
83 index 18a0387ce12..00000000000
84 --- a/dev-ruby/hoe/hoe-3.19.0.ebuild
85 +++ /dev/null
86 @@ -1,44 +0,0 @@
87 -# Copyright 1999-2020 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -USE_RUBY="ruby24 ruby25 ruby26"
92 -
93 -RUBY_FAKEGEM_DOCDIR="doc"
94 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
95 -
96 -RUBY_FAKEGEM_EXTRAINSTALL="template"
97 -
98 -inherit ruby-fakegem
99 -
100 -DESCRIPTION="Hoe extends rake to provide full project automation"
101 -HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
106 -IUSE="doc"
107 -
108 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
109 -
110 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-13.0"
111 -
112 -all_ruby_prepare() {
113 - # Skip isolation
114 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
115 -
116 - # Skip test depending on specifics of gem command name
117 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
118 -
119 - # Avoid test with random sort order
120 - sed -i -e '/test_possibly_better/askip "ordering issues"' test/test_hoe.rb || die
121 -}
122 -
123 -all_ruby_compile() {
124 - all_fakegem_compile
125 -
126 - if use doc; then
127 - rdoc --title "seattlerb's hoe-${PV} Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
128 - rm -f doc/js/*.gz || die
129 - fi
130 -}
131
132 diff --git a/dev-ruby/hoe/hoe-3.20.0.ebuild b/dev-ruby/hoe/hoe-3.20.0.ebuild
133 deleted file mode 100644
134 index 849e1530766..00000000000
135 --- a/dev-ruby/hoe/hoe-3.20.0.ebuild
136 +++ /dev/null
137 @@ -1,44 +0,0 @@
138 -# Copyright 1999-2020 Gentoo Authors
139 -# Distributed under the terms of the GNU General Public License v2
140 -
141 -EAPI=7
142 -USE_RUBY="ruby24 ruby25 ruby26"
143 -
144 -RUBY_FAKEGEM_DOCDIR="doc"
145 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
146 -
147 -RUBY_FAKEGEM_EXTRAINSTALL="template"
148 -
149 -inherit ruby-fakegem
150 -
151 -DESCRIPTION="Hoe extends rake to provide full project automation"
152 -HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
153 -
154 -LICENSE="MIT"
155 -SLOT="0"
156 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
157 -IUSE="doc"
158 -
159 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
160 -
161 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-15.0"
162 -
163 -all_ruby_prepare() {
164 - # Skip isolation
165 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
166 -
167 - # Skip test depending on specifics of gem command name
168 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
169 -
170 - # Avoid test with random sort order
171 - sed -i -e '/test_possibly_better/askip "ordering issues"' test/test_hoe.rb || die
172 -}
173 -
174 -all_ruby_compile() {
175 - all_fakegem_compile
176 -
177 - if use doc; then
178 - rdoc --title "seattlerb's hoe-${PV} Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
179 - rm -f doc/js/*.gz || die
180 - fi
181 -}