commit:     ed98f39c52340cae412bef65bb3d33b61ad7d352
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 16:36:48 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 16:43:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed98f39c

dev-ruby/webrobots: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/webrobots/Manifest                  |  1 -
 dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild | 34 ----------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/webrobots/Manifest b/dev-ruby/webrobots/Manifest
index 44d3a90a333..e5b696a3436 100644
--- a/dev-ruby/webrobots/Manifest
+++ b/dev-ruby/webrobots/Manifest
@@ -1,2 +1 @@
-DIST webrobots-0.1.1.gem 17408 BLAKE2B 
a6adccda1d69c095a3d240d79676f3955ba3cdcea74bb6b35e873eccf34aed101012650cfc553a250818611913dc699dc6883c2f678547884618aa5fe90515e1
 SHA512 
f303c238620d17cb64064d11eb352d2afb32529f7092609484e5e232ccbc903683f89116a0e5232605b6d0286a4a76b82e71e44884a7b77d12125f3b3c6c5a34
 DIST webrobots-0.1.2.gem 24064 BLAKE2B 
e77c7b83b16faa7c6d65f6133a5e2231a4e270d8463251c2e6a91a5bd1f11af431d4bca4f11bf40e2e84829c1b8256a39d048a371ce4a062af6bba9dafe25c49
 SHA512 
8b2a27a1758e613bced16b59a2b1708f468921388882d7ea483c7b6cbb5173fa24032f4db271734820225c5e90d3f30d07c5fb682d0d807c637f535ef7256097

diff --git a/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild 
b/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild
deleted file mode 100644
index 2fa1e1e8da1..00000000000
--- a/dev-ruby/webrobots/webrobots-0.1.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to help write robots.txt compliant web robots"
-HOMEPAGE="http://rubygems.org/gems/webrobots";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.4.4"
-
-ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-       sed -i -e '/bundler/,/end/d' Rakefile test/helper.rb || die
-
-       # Avoid tests for live websites requirering a network connection.
-       sed -i -e '/robots.txt in the real world/,/^  end/ s:^:#:' 
test/test_webrobots.rb || die
-}
-
-each_ruby_test() {
-       ruby-ng_testrb-2 -Ilib test/test_*.rb
-}

Reply via email to