commit: 6e083f0f1dd76da7fcdd48f03e96acaa8b2dae10 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Apr 28 15:57:43 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 28 20:52:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e083f0f
dev-ruby/globalid: remove unused patch(es) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25241 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/globalid-0.4.2-integer-time.patch | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch b/dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch deleted file mode 100644 index 7cd1c627daf2..000000000000 --- a/dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 1aec708b98d8657ef241d02813960e8af8ebd952 Mon Sep 17 00:00:00 2001 -From: Eugene Kenny <[email protected]> -Date: Sun, 26 Apr 2020 17:35:41 +0100 -Subject: [PATCH] Require time core extension for 1.year - -Since 39ab83a43a64b339739c6e8c7ab24bb1325204ed this file uses `1.year` -without requiring the Active Support core extension that defines it. ---- - lib/global_id/railtie.rb | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/global_id/railtie.rb b/lib/global_id/railtie.rb -index edc90d8..096c20b 100644 ---- a/lib/global_id/railtie.rb -+++ b/lib/global_id/railtie.rb -@@ -5,6 +5,7 @@ - require 'global_id' - require 'active_support' - require 'active_support/core_ext/string/inflections' -+require 'active_support/core_ext/integer/time' - - class GlobalID - # = GlobalID Railtie
