commit:     1edb3a64944cf9b28e417b934bbc8e3ae9e0fbec
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 09:42:15 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 10:04:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edb3a64

dev-ruby/rb-readline: drop 0.5.5

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rb-readline/rb-readline-0.5.5.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild 
b/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild
deleted file mode 100644
index 92b86661dc6c..000000000000
--- a/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild
+++ /dev/null
@@ -1,26 +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_RECIPE_DOC="rdoc"
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby implementation of the GNU readline C library"
-HOMEPAGE="https://rubygems.org/gems/rb-readline";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "dev-ruby/rake
-               >=dev-ruby/minitest-5.2"
-
-all_ruby_prepare() {
-       sed -i -e '/bundler/ s:^:#:' Rakefile || die
-
-       # Skip a test that fails when run in the ebuild environment.
-       sed -i -e '/test_readline_with_default_parameters_does_not_error/,/end/ 
s:^:#:' test/test_readline.rb || die
-}

Reply via email to