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: Thu, 31 Oct 2019 06:49:33
Message-Id: 1572504226.9b89d70b0e0134e155b56b1a253928b7b48a0df9.graaff@gentoo
1 commit: 9b89d70b0e0134e155b56b1a253928b7b48a0df9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 06:43:46 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 06:43:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b89d70b
7
8 dev-ruby/hoe: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/hoe/Manifest | 2 --
14 dev-ruby/hoe/hoe-3.17.1.ebuild | 48 ------------------------------------------
15 dev-ruby/hoe/hoe-3.18.0.ebuild | 48 ------------------------------------------
16 3 files changed, 98 deletions(-)
17
18 diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest
19 index ee1f983e72a..81ecc00c40b 100644
20 --- a/dev-ruby/hoe/Manifest
21 +++ b/dev-ruby/hoe/Manifest
22 @@ -1,5 +1,3 @@
23 DIST hoe-3.16.0.gem 188416 BLAKE2B 48383c46512a359a269ca3475ec701b1443e0ef71b31d1ca1604de391ed4df6b0ad27dd1c5f6ed04751047d211f2c6299245361cf131e2418f224324ac9934c3 SHA512 66cefb5a24906e19bbf0c82c8539d6d101b84d0dc1d3ce1910e4117357639489968271e76e86bd3c432b9ef7e3b24a78294c06210cbef280860f7dac18100606
24 -DIST hoe-3.17.1.gem 188416 BLAKE2B 0fef6dd9ae4bda93f527d7451d0d591cdc4ba1361aaec531f82e0d7ff03575845c3d5ff85189d76f9ecec17797774fd0ca82f7332a4588d086a494095af99a9d SHA512 5e4b83309ed88da098a5ae8698f9686cea1657f4554fff72446bac46bc567125232a3c5a5b941bd6d5ea18dc53f3cbf5b329f2f0623ef74e81d81586edc63ca3
25 DIST hoe-3.17.2.gem 188416 BLAKE2B a6f4f93cc2d724b1c1e855c4e6976b5dbb469c4e10fc9c181b6cafaeb7088f9c19bd4bb5b858a25f011dead1b6e8392d349fe9e86d704a6a4d627cddab8de46a SHA512 d6703cd8913ac7055c33dbfead5610bd197be90ac3aeeaf2e4498ab088447d7e08dbe1ad3fdc602afd26fc7cfda12d73dd43a605b9bf59ecd83b1cfd8845f55b
26 -DIST hoe-3.18.0.gem 190976 BLAKE2B 227dab02241ffa1992fd80d357fcc8ec12a703413a25f38e7c22d97a187b968d334db7fe6b5d49ebe6027b05df660530dab9dd470bbd5816e7e766d86c4de94d SHA512 87b24dd77200a6013eca50b57c001c437035ab5e74809a941a28616d9a722b130a624f1137d7c55eacccc497c5c57f2ccfe872d160915b1a00a71cdf2e76695b
27 DIST hoe-3.18.1.gem 190976 BLAKE2B 1b99125fddc42253918d2b9412401c0ed54a12006347b400050ecda17a1ce4491bf0419bc6ea28b68d5e1d77990973171c822862d93ee2cdc00a078f4e137587 SHA512 c281cdb2e89272ea84e54cd36d0cdec77cf6dd51f745c0aa99593586781e5182129f967086f008c33b38d25d7a3aacd2fa1899752e63f725d5ecf5fd5c04682c
28
29 diff --git a/dev-ruby/hoe/hoe-3.17.1.ebuild b/dev-ruby/hoe/hoe-3.17.1.ebuild
30 deleted file mode 100644
31 index b83e7ee5473..00000000000
32 --- a/dev-ruby/hoe/hoe-3.17.1.ebuild
33 +++ /dev/null
34 @@ -1,48 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -USE_RUBY="ruby23 ruby24 ruby25"
40 -
41 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
42 -
43 -RUBY_FAKEGEM_DOCDIR="doc"
44 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
45 -
46 -RUBY_FAKEGEM_EXTRAINSTALL="template"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="Hoe extends rake to provide full project automation"
51 -HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
56 -IUSE="doc"
57 -
58 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
59 -
60 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-13.0"
61 -
62 -all_ruby_prepare() {
63 - # Skip isolation
64 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
65 -
66 - # Skip test depending on specifics of gem command name
67 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
68 -
69 - # Gem.bin_wrapper does not work as expected on Gentoo.
70 - sed -i -e 's/#{Gem.bin_wrapper "rdoc"}/-S rdoc/' lib/hoe/rcov.rb lib/hoe/publish.rb test/test_hoe_publish.rb || die
71 -
72 - # Avoid test with random sort order
73 - sed -i -e '/test_possibly_better/askip "ordering issues"' test/test_hoe.rb || die
74 -}
75 -
76 -all_ruby_compile() {
77 - all_fakegem_compile
78 -
79 - if use doc; then
80 - rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
81 - fi
82 -}
83
84 diff --git a/dev-ruby/hoe/hoe-3.18.0.ebuild b/dev-ruby/hoe/hoe-3.18.0.ebuild
85 deleted file mode 100644
86 index 09811c75d60..00000000000
87 --- a/dev-ruby/hoe/hoe-3.18.0.ebuild
88 +++ /dev/null
89 @@ -1,48 +0,0 @@
90 -# Copyright 1999-2019 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -USE_RUBY="ruby24 ruby25 ruby26"
95 -
96 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
97 -
98 -RUBY_FAKEGEM_DOCDIR="doc"
99 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
100 -
101 -RUBY_FAKEGEM_EXTRAINSTALL="template"
102 -
103 -inherit ruby-fakegem
104 -
105 -DESCRIPTION="Hoe extends rake to provide full project automation"
106 -HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
107 -
108 -LICENSE="MIT"
109 -SLOT="0"
110 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
111 -IUSE="doc"
112 -
113 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
114 -
115 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-13.0"
116 -
117 -all_ruby_prepare() {
118 - # Skip isolation
119 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
120 -
121 - # Skip test depending on specifics of gem command name
122 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
123 -
124 - # Gem.bin_wrapper does not work as expected on Gentoo.
125 - sed -i -e 's/#{Gem.bin_wrapper "rdoc"}/-S rdoc/' lib/hoe/rcov.rb lib/hoe/publish.rb test/test_hoe_publish.rb || die
126 -
127 - # Avoid test with random sort order
128 - sed -i -e '/test_possibly_better/askip "ordering issues"' test/test_hoe.rb || die
129 -}
130 -
131 -all_ruby_compile() {
132 - all_fakegem_compile
133 -
134 - if use doc; then
135 - rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
136 - fi
137 -}