commit: e1dfe459df094bbd6dc3d170e747b59af5a3fd85 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Fri Oct 8 06:03:05 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Oct 8 06:03:05 2021 +0000 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=e1dfe459
dev-ruby/gems: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff <hans <AT> degraaff.org> dev-ruby/gems/gems-1.0.0.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-ruby/gems/gems-1.0.0.ebuild b/dev-ruby/gems/gems-1.0.0.ebuild deleted file mode 100644 index f188068..0000000 --- a/dev-ruby/gems/gems-1.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby25" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit ruby-fakegem - -DESCRIPTION="Wrapper for the RubyGems.org API" -HOMEPAGE="https://github.com/rubygems/gems" -SRC_URI="https://github.com/rubygems/gems/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/webmock )" - -all_ruby_prepare() { - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die -}
