Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/files/
Date: Tue, 23 Apr 2019 09:55:35
Message-Id: 1556013200.568264a49e6e0c0e44e24898e52828cd8b86195c.soap@gentoo
1 commit: 568264a49e6e0c0e44e24898e52828cd8b86195c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 07:54:48 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 09:53:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568264a4
7
8 dev-ruby/safe_yaml: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/11779
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 .../safe_yaml/files/safe_yaml-1.0.4-datetime.patch | 19 -------------------
15 1 file changed, 19 deletions(-)
16
17 diff --git a/dev-ruby/safe_yaml/files/safe_yaml-1.0.4-datetime.patch b/dev-ruby/safe_yaml/files/safe_yaml-1.0.4-datetime.patch
18 deleted file mode 100644
19 index 92e5505985c..00000000000
20 --- a/dev-ruby/safe_yaml/files/safe_yaml-1.0.4-datetime.patch
21 +++ /dev/null
22 @@ -1,19 +0,0 @@
23 -From 9dd1e8d9ad0396a8c9092c2e9f17d498c58e0208 Mon Sep 17 00:00:00 2001
24 -From: elifoster <elifosterwy@×××××.com>
25 -Date: Tue, 5 Dec 2017 14:30:13 -0800
26 -Subject: [PATCH] Fix uninitialized constant DateTime Close #80
27 -
28 ----
29 - lib/safe_yaml/parse/date.rb | 2 ++
30 - 1 file changed, 2 insertions(+)
31 -
32 -diff --git a/lib/safe_yaml/parse/date.rb b/lib/safe_yaml/parse/date.rb
33 -index cd3c62a..3a30a8b 100644
34 ---- a/lib/safe_yaml/parse/date.rb
35 -+++ b/lib/safe_yaml/parse/date.rb
36 -@@ -1,3 +1,5 @@
37 -+require 'time'
38 -+
39 - module SafeYAML
40 - class Parse
41 - class Date