summaryrefslogtreecommitdiff
path: root/dev-ruby/robots/robots-0.10.1-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/robots/robots-0.10.1-r2.ebuild')
-rw-r--r--dev-ruby/robots/robots-0.10.1-r2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/robots/robots-0.10.1-r2.ebuild b/dev-ruby/robots/robots-0.10.1-r2.ebuild
deleted file mode 100644
index 93a59b26eccf..000000000000
--- a/dev-ruby/robots/robots-0.10.1-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple Ruby library to parse robots.txt"
-HOMEPAGE="https://rubygems.org/gems/robots"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
-}