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/rb-readline/
Date: Fri, 24 Jun 2022 10:04:47
Message-Id: 1656065078.1edb3a64944cf9b28e417b934bbc8e3ae9e0fbec.graaff@gentoo
1 commit: 1edb3a64944cf9b28e417b934bbc8e3ae9e0fbec
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 09:42:15 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 10:04:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edb3a64
7
8 dev-ruby/rb-readline: drop 0.5.5
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/rb-readline/rb-readline-0.5.5.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild b/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild
16 deleted file mode 100644
17 index 92b86661dc6c..000000000000
18 --- a/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild
19 +++ /dev/null
20 @@ -1,26 +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 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
28 -inherit ruby-fakegem
29 -
30 -DESCRIPTION="Ruby implementation of the GNU readline C library"
31 -HOMEPAGE="https://rubygems.org/gems/rb-readline"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~arm ~x86"
36 -IUSE=""
37 -
38 -ruby_add_bdepend "dev-ruby/rake
39 - >=dev-ruby/minitest-5.2"
40 -
41 -all_ruby_prepare() {
42 - sed -i -e '/bundler/ s:^:#:' Rakefile || die
43 -
44 - # Skip a test that fails when run in the ebuild environment.
45 - sed -i -e '/test_readline_with_default_parameters_does_not_error/,/end/ s:^:#:' test/test_readline.rb || die
46 -}