commit:     4e7ffcedb777b597c8f6d4f3f7c3ff644c448930
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 12:24:26 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 12:24:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7ffced

dev-ruby/pundit: drop 2.3.2

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

 dev-ruby/pundit/Manifest            |  1 -
 dev-ruby/pundit/pundit-2.3.2.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/pundit/Manifest b/dev-ruby/pundit/Manifest
index 1b1c9f0c8937..8195287fc961 100644
--- a/dev-ruby/pundit/Manifest
+++ b/dev-ruby/pundit/Manifest
@@ -1,2 +1 @@
-DIST pundit-2.3.2.gem 30720 BLAKE2B 
44745ef190e6cc2b503b5d6d341eafa8bc8325dcda0ed83c3c111e67ebfc27683c8918ab29eec625f04f88d206586429cce862b76115d0cf770f73d165cdd9ff
 SHA512 
8415b4f334ec0a97309aed4da4e36ece2a5705c64bd05ca7583367f53a7987a8bddb8ba3ac3e18febec1f023be703e5014d42cd258d42d7c7f535829c4a53cf8
 DIST pundit-2.4.0.gem 32256 BLAKE2B 
e027ac82d5d58be1cb2cbf0460c507805beb2ad366f7ed89d1f1179dd469349727f88d0b045d7a5d88b02df802d376bf643cdff71bba07ce33235cd1fea975e8
 SHA512 
4fef014fa392b6db61ae6e4a0bce44cf54569cf026db6825acddc8eb4b52bd48ea60cb56c84e8f9321948efbc4d3caafc77334bc25fce28c07ee56f40a25d492

diff --git a/dev-ruby/pundit/pundit-2.3.2.ebuild 
b/dev-ruby/pundit/pundit-2.3.2.ebuild
deleted file mode 100644
index 951d72e8c91f..000000000000
--- a/dev-ruby/pundit/pundit-2.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Object oriented authorization for Rails applications"
-HOMEPAGE="https://github.com/varvet/pundit https://rubygems.org/gems/pundit";
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
-
-ruby_add_bdepend "test? (
-       >=dev-ruby/actionpack-3.0.0
-       >=dev-ruby/activemodel-3.0.0
-       >=dev-ruby/railties-3.0.0
-)"
-
-all_ruby_prepare() {
-       sed -e "/pry/ s:^:#:" \
-               -e '3irequire "ostruct"' \
-               -i spec/spec_helper.rb || die
-}

Reply via email to