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/robots/
Date: Fri, 24 Jun 2022 07:39:05
Message-Id: 1656055612.92a65e8759429254d23db520e1125fb4c2da38f7.graaff@gentoo
1 commit: 92a65e8759429254d23db520e1125fb4c2da38f7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 07:26:52 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 07:26:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a65e87
7
8 dev-ruby/robots: drop 0.10.1-r2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/robots/robots-0.10.1-r2.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-ruby/robots/robots-0.10.1-r2.ebuild b/dev-ruby/robots/robots-0.10.1-r2.ebuild
16 deleted file mode 100644
17 index 93a59b26eccf..000000000000
18 --- a/dev-ruby/robots/robots-0.10.1-r2.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
29 -
30 -inherit ruby-fakegem
31 -
32 -DESCRIPTION="A simple Ruby library to parse robots.txt"
33 -HOMEPAGE="https://rubygems.org/gems/robots"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~arm ~x86"
38 -IUSE=""
39 -
40 -all_ruby_prepare() {
41 - sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
42 -}