commit: fdd1b37db116ed480934e2046e554bf107b0541b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Aug 27 06:46:03 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Aug 27 06:46:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd1b37d
dev-ruby/forgery: drop 0.8.1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/forgery/forgery-0.8.1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-ruby/forgery/forgery-0.8.1.ebuild b/dev-ruby/forgery/forgery-0.8.1.ebuild deleted file mode 100644 index 66650e553d57..000000000000 --- a/dev-ruby/forgery/forgery-0.8.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.markdown" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Easy and customizable generation of forged data" -HOMEPAGE="https://github.com/sevenwire/forgery" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die -}
