Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/files/
Date: Tue, 08 Aug 2017 22:37:05
Message-Id: 1502231797.9fc32c8470289d9bc32f2ab38f27368541c2402d.prometheanfire@gentoo
1 commit: 9fc32c8470289d9bc32f2ab38f27368541c2402d
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 8 16:33:07 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 22:36:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc32c84
7
8 dev-ruby/facter: remove unused patch
9
10 .../facter/files/facter-3.5.0-collection-fix.patch | 24 ----------------------
11 1 file changed, 24 deletions(-)
12
13 diff --git a/dev-ruby/facter/files/facter-3.5.0-collection-fix.patch b/dev-ruby/facter/files/facter-3.5.0-collection-fix.patch
14 deleted file mode 100644
15 index edd10d2b903..00000000000
16 --- a/dev-ruby/facter/files/facter-3.5.0-collection-fix.patch
17 +++ /dev/null
18 @@ -1,24 +0,0 @@
19 -diff -Naur /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0.old/lib/inc/facter/facts/collection.hpp /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0/lib/inc/facter/facts/collection.hpp
20 ---- facter-3.5.0.old/lib/inc/facter/facts/collection.hpp 2016-10-21 18:32:16.000000000 -0500
21 -+++ facter-3.5.0/lib/inc/facter/facts/collection.hpp 2016-11-28 19:36:55.025454011 -0600
22 -@@ -94,7 +94,7 @@
23 - * for the facts they resolve
24 - */
25 - collection(std::set<std::string> const& blocklist = std::set<std::string>(),
26 -- std::unordered_map<std::string, int64_t> const& ttls = {});
27 -+ std::unordered_map<std::string, int64_t> const& ttls = std::unordered_map<std::string, int64_t>{});
28 -
29 - /**
30 - * Destructor for fact collection.
31 -diff -Naur /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0.old/lib/tests/collection_fixture.hpp /var/tmp/portage/dev-ruby/facter-3.5.0/work/all/facter-3.5.0/lib/tests/collection_fixture.hpp
32 ---- facter-3.5.0.old/lib/tests/collection_fixture.hpp 2016-10-21 18:32:16.000000000 -0500
33 -+++ facter-3.5.0/lib/tests/collection_fixture.hpp 2016-11-28 19:36:47.322311122 -0600
34 -@@ -10,7 +10,7 @@
35 - {
36 - public:
37 - collection_fixture(std::set<std::string> const& blocklist = std::set<std::string>(),
38 -- std::unordered_map<std::string, int64_t> const& ttls = {});
39 -+ std::unordered_map<std::string, int64_t> const& ttls = std::unordered_map<std::string, int64_t>{});
40 -
41 - protected:
42 - virtual std::vector<std::string> get_external_fact_directories() const override;