commit:     a4cf060566c54c51261555e5c3a70490040479b6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 16:14:41 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 16:42:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cf0605

dev-ruby/hoe: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/hoe/Manifest             |  1 -
 dev-ruby/hoe/hoe-3.13.0-r1.ebuild | 44 ---------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest
index 5087c63c492..bc4c1eb97bd 100644
--- a/dev-ruby/hoe/Manifest
+++ b/dev-ruby/hoe/Manifest
@@ -1,2 +1 @@
-DIST hoe-3.13.0.gem 130048 BLAKE2B 
9b5c63b539e8bc2faa3bbeed4a706d413ea1305c2104e3b215fa7c2a00ed06dcc4e13dd10a81c697d1e66405711e0c187e09f01463a3f14450efb2a5ec6dac3c
 SHA512 
0b6b109a063811651787ccf3d63eff2944024013a75c0c3362056d2fba6668141b7541fff8e53a9ef414899adc560546a98c452878aa5c53620a115fef7ce242
 DIST hoe-3.16.0.gem 188416 BLAKE2B 
48383c46512a359a269ca3475ec701b1443e0ef71b31d1ca1604de391ed4df6b0ad27dd1c5f6ed04751047d211f2c6299245361cf131e2418f224324ac9934c3
 SHA512 
66cefb5a24906e19bbf0c82c8539d6d101b84d0dc1d3ce1910e4117357639489968271e76e86bd3c432b9ef7e3b24a78294c06210cbef280860f7dac18100606

diff --git a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild 
b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
deleted file mode 100644
index 10657938c0c..00000000000
--- a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="template"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hoe extends rake to provide full project automation"
-HOMEPAGE="http://seattlerb.rubyforge.org/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"
-
-ruby_add_bdepend ">=dev-ruby/rdoc-4.0" # Needed for rdoc call in compile, 
RDEPEND could have it merged too late.
-ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rdoc-4.0"
-
-all_ruby_prepare() {
-       # Skip isolation
-       sed -i -e '/isolate/ s:^:#:' Rakefile || die
-
-       # Skip test depending on specifics of gem command name
-       sed -i -e '/test_nosudo/,/^  end/ s:^:#:' test/test_hoe.rb || die
-
-       # Gem.bin_wrapper does not work as expected on Gentoo.
-       sed -i -e 's/Gem.bin_wrapper//' lib/hoe/rcov.rb lib/hoe/publish.rb 
test/test_hoe_publish.rb || die
-}
-
-all_ruby_compile() {
-       all_fakegem_compile
-
-       rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main 
README.txt lib History.txt Manifest.txt README.txt || die
-}

Reply via email to