Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/globalid/files/
Date: Thu, 28 Apr 2022 20:53:34
Message-Id: 1651179143.6e083f0f1dd76da7fcdd48f03e96acaa8b2dae10.conikost@gentoo
1 commit: 6e083f0f1dd76da7fcdd48f03e96acaa8b2dae10
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Apr 28 15:57:43 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 20:52:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e083f0f
7
8 dev-ruby/globalid: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25241
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/globalid-0.4.2-integer-time.patch | 23 ----------------------
16 1 file changed, 23 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 7cd1c627daf2..000000000000
21 --- a/dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch
22 +++ /dev/null
23 @@ -1,23 +0,0 @@
24 -From 1aec708b98d8657ef241d02813960e8af8ebd952 Mon Sep 17 00:00:00 2001
25 -From: Eugene Kenny <elkenny@×××××.com>
26 -Date: Sun, 26 Apr 2020 17:35:41 +0100
27 -Subject: [PATCH] Require time core extension for 1.year
28 -
29 -Since 39ab83a43a64b339739c6e8c7ab24bb1325204ed this file uses `1.year`
30 -without requiring the Active Support core extension that defines it.
31 ----
32 - lib/global_id/railtie.rb | 1 +
33 - 1 file changed, 1 insertion(+)
34 -
35 -diff --git a/lib/global_id/railtie.rb b/lib/global_id/railtie.rb
36 -index edc90d8..096c20b 100644
37 ---- a/lib/global_id/railtie.rb
38 -+++ b/lib/global_id/railtie.rb
39 -@@ -5,6 +5,7 @@
40 - require 'global_id'
41 - require 'active_support'
42 - require 'active_support/core_ext/string/inflections'
43 -+require 'active_support/core_ext/integer/time'
44 -
45 - class GlobalID
46 - # = GlobalID Railtie