diff options
Diffstat (limited to 'dev-ruby/robots')
| -rw-r--r-- | dev-ruby/robots/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/robots/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-ruby/robots/robots-0.10.1-r2.ebuild | 22 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/robots/Manifest b/dev-ruby/robots/Manifest new file mode 100644 index 000000000000..5ea1f39f2e22 --- /dev/null +++ b/dev-ruby/robots/Manifest @@ -0,0 +1 @@ +DIST robots-0.10.1.gem 10752 BLAKE2B 02c2ab5d6dcf5f861a4f290a0eac59f69083928183f79692de19e4909bb0bbfbedf718a083732b7ad5882192dca6be26c0272cac87117c61a74c53ea2b25c851 SHA512 57d5619e172961128c7e2f4175f299ecde28615680dc9fa2721ab86053515da46cae03b03dbdbf9a03a96387a361eefb013a7b3c3b3e61a26592ec4998d10bc5 diff --git a/dev-ruby/robots/metadata.xml b/dev-ruby/robots/metadata.xml new file mode 100644 index 000000000000..5070b38b1989 --- /dev/null +++ b/dev-ruby/robots/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zerochaos@gentoo.org</email> + <name>Rick Farina</name> + </maintainer> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="rubygems">robots</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-ruby/robots/robots-0.10.1-r2.ebuild b/dev-ruby/robots/robots-0.10.1-r2.ebuild new file mode 100644 index 000000000000..f49f4db9f13d --- /dev/null +++ b/dev-ruby/robots/robots-0.10.1-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +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 +} |
