commit:     984da43b0be06dc47cf1d98decbc4a23d16debd3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 18:43:08 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 18:43:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984da43b

dev-ruby/rb-readline: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/rb-readline/Manifest                 |  2 --
 dev-ruby/rb-readline/rb-readline-0.5.3.ebuild | 24 ------------------------
 dev-ruby/rb-readline/rb-readline-0.5.4.ebuild | 26 --------------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/rb-readline/Manifest b/dev-ruby/rb-readline/Manifest
index d7d6b6bc54b..20b75758315 100644
--- a/dev-ruby/rb-readline/Manifest
+++ b/dev-ruby/rb-readline/Manifest
@@ -1,3 +1 @@
-DIST rb-readline-0.5.3.gem 96256 BLAKE2B 
3e4583405a4b8de7b604c414e3369422c2d4f984205d9d65254376b6e4d134e1d747b433141108981ba96f872c5533337f572e9b7a6d88ea4c44195301fbaafd
 SHA512 
8fa020fdedd0184c7d220d347a035e202a142a347776d91dfe87b1a0a53d43c460ea70f2cabd2b6e5e643dd9ac52f1d70dc496bb54b7b2e78e7da85a82c0400e
-DIST rb-readline-0.5.4.gem 96768 BLAKE2B 
06d4690a71df8dd01e69da6e56fa501cd51717ca0ea730dfd4bb75fe2fe8565473677840e1d4c4af18cae16453bc8cb9ece62c1edb842a465720192846088b4a
 SHA512 
7b68ed196e5b1841774ce4b567dd36b2dbadca97416837b606060490a482955e7f01cfb2102c1b00f0c55bc7a8d2a7d6aedac95cb03fdd9063d1c513d3ee5b05
 DIST rb-readline-0.5.5.gem 96768 BLAKE2B 
d854731957dad1dc6abe6a6e1ed72397e49faf08314c8af568c0f8e6412ecaa38e937a807ac326af4f306f24dfe89a51b830663cca1544a3618ec2aaa6cbd1b9
 SHA512 
53ed9919eb2c057d2b26e87ba0ecabc73f0aed7fa22398b9e7f98e82bd7a0ed7ca89cb1944bf94400bf4289d6fb404aadb9a2781fa964e2f4c77d7e218e459ae

diff --git a/dev-ruby/rb-readline/rb-readline-0.5.3.ebuild 
b/dev-ruby/rb-readline/rb-readline-0.5.3.ebuild
deleted file mode 100644
index 7f9ef8713ea..00000000000
--- a/dev-ruby/rb-readline/rb-readline-0.5.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby implementation of the GNU readline C library"
-HOMEPAGE="http://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() {
-       # 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
-}

diff --git a/dev-ruby/rb-readline/rb-readline-0.5.4.ebuild 
b/dev-ruby/rb-readline/rb-readline-0.5.4.ebuild
deleted file mode 100644
index a56dc83d507..00000000000
--- a/dev-ruby/rb-readline/rb-readline-0.5.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby implementation of the GNU readline C library"
-HOMEPAGE="http://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