commit:     a18b4035b3ed1233ce5992f61210885c07fa3481
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 05:22:17 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 05:22:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18b4035

dev-ruby/actionpack-action_caching: drop 1.2.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../actionpack-action_caching-1.2.2.ebuild         | 33 ----------------------
 1 file changed, 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
-}

Reply via email to