Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/little-plugger/files/
Date: Mon, 31 Oct 2016 12:10:03
Message-Id: 1477915211.153c066d7870f11eaf15b0b96dc4b81ae5e53f92.monsieurp@gentoo
1 commit: 153c066d7870f11eaf15b0b96dc4b81ae5e53f92
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 16:19:29 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 12:00:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153c066d
7
8 dev-ruby/little-plugger: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2417
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../files/little-plugger-1.1.3-ruby20-spec.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 diff --git a/dev-ruby/little-plugger/files/little-plugger-1.1.3-ruby20-spec.patch b/dev-ruby/little-plugger/files/little-plugger-1.1.3-ruby20-spec.patch
18 deleted file mode 100644
19 index 71b9611..00000000
20 --- a/dev-ruby/little-plugger/files/little-plugger-1.1.3-ruby20-spec.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- a/spec/little-plugger_spec.rb 2013-12-03 19:30:13.104060898 +0000
24 -+++ b/spec/little-plugger_spec.rb 2013-12-03 19:31:18.716236041 +0000
25 -@@ -18,7 +18,7 @@
26 - it "generates a default plugin module" do
27 - LittlePlugger.default_plugin_module('little_plugger').should be == LittlePlugger
28 - lambda {LittlePlugger.default_plugin_module('little_plugger/plugins')}.
29 -- should raise_error(NameError, 'uninitialized constant LittlePlugger::Plugins')
30 -+ should raise_error(NameError, /uninitialized constant (LittlePlugger::)?Plugins/)
31 - LittlePlugger.default_plugin_module('process/status').should be == Process::Status
32 - end
33 - end