diff options
-rw-r--r-- | dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild b/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild deleted file mode 100644 index 6b8ce913e124..000000000000 --- a/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="Action caching for Action Pack (removed from core in Rails 4.0)" -HOMEPAGE="https://github.com/rails/actionpack-action_caching" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0:*" - -ruby_add_bdepend "test? ( >=dev-ruby/activerecord-4.0.0 - || ( dev-ruby/railties:6.1 ) - dev-ruby/mocha )" - -all_ruby_prepare() { - sed -i -e "/bundler/d" Rakefile test/abstract_unit.rb || die - sed -i -e "/git/d" ${PN}.gemspec || die - sed -i -e '1igem "activerecord", "<7"; gem "railties", "<7"' test/abstract_unit.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test test/caching_test.rb || die -} |