commit: 3758260b90d2c5c1bba25d1d450402dd82e634bf Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 16 07:59:13 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 16 08:52:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3758260b
dev-ruby/sfl: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/sfl/sfl-2.2-r1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-ruby/sfl/sfl-2.2-r1.ebuild b/dev-ruby/sfl/sfl-2.2-r1.ebuild deleted file mode 100644 index 6e1a75b1a1b..00000000000 --- a/dev-ruby/sfl/sfl-2.2-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit ruby-fakegem - -DESCRIPTION="Library providing spawn() which is almost perfectly compatible with ruby 1.9's" -HOMEPAGE="https://github.com/ujihisa/spawn-for-legacy" - -LICENSE="|| ( Ruby BSD-2 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="" - -all_ruby_prepare() { - rm -f Gemfile* || die - sed -i -e "s:/tmp:${TMPDIR}:" spec/sfl_spec.rb || die -}
