summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-06-28 22:25:08 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-06-29 07:13:16 +0000
commit9d1b53ec3f4077fb6ec0e11b60a461fd3c2baca1 (patch)
tree24e05da2ec954ae6fe766ffcaab5638a3a763a0a
parentapp-admin/python-update: remove unused patches (diff)
downloadgentoo-9d1b53ec3f4077fb6ec0e11b60a461fd3c2baca1.tar.gz
gentoo-9d1b53ec3f4077fb6ec0e11b60a461fd3c2baca1.tar.bz2
gentoo-9d1b53ec3f4077fb6ec0e11b60a461fd3c2baca1.zip
app-admin/puppet: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/1790 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--app-admin/puppet/files/puppet-fix-tests-4.x.patch18
-rw-r--r--app-admin/puppet/files/puppet-openrc-status-fix.patch15
2 files changed, 0 insertions, 33 deletions
diff --git a/app-admin/puppet/files/puppet-fix-tests-4.x.patch b/app-admin/puppet/files/puppet-fix-tests-4.x.patch
deleted file mode 100644
index 77d9cfbda60a..000000000000
--- a/app-admin/puppet/files/puppet-fix-tests-4.x.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./spec/unit/network/http/api/indirected_routes_spec.rb 2015-07-21 12:09:09.000000000 -0500
-+++ ./spec/unit/network/http/api/indirected_routes_spec.rb.new 2015-07-23 18:33:22.839914116 -0500
-@@ -144,15 +144,6 @@
- :env))))
- handler.uri2indirection("GET", "#{master_url_prefix}/node/bar", params)
- end
--
-- it "should not pass through an environment to check_authorization and fail if the environment is unknown" do
-- handler.expects(:check_authorization).with(anything,
-- anything,
-- Not(has_entry(:environment)))
-- expect(lambda { handler.uri2indirection("GET",
-- "#{master_url_prefix}/node/bar",
-- {:environment => 'bogus'}) }).to raise_error(ArgumentError)
-- end
- end
-
- describe "when converting a request into a URI" do
diff --git a/app-admin/puppet/files/puppet-openrc-status-fix.patch b/app-admin/puppet/files/puppet-openrc-status-fix.patch
deleted file mode 100644
index af568098d594..000000000000
--- a/app-admin/puppet/files/puppet-openrc-status-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur puppet-3.1.1-r2.orig/lib/puppet/provider/service/openrc.rb puppet-3.1.1-r2/lib/puppet/provider/service/openrc.rb
---- all/puppet-3.1.1.orig/lib/puppet/provider/service/openrc.rb 2013-06-05 03:32:53.646824966 -0400
-+++ all/puppet-3.1.1/lib/puppet/provider/service/openrc.rb 2013-06-05 03:37:25.333824967 -0400
-@@ -10,8 +10,10 @@
- defaultfor :operatingsystem => :gentoo
- defaultfor :operatingsystem => :funtoo
-
-+ has_command(:rcstatus, '/bin/rc-status') do
-+ environment :RC_SVCNAME => nil
-+ end
- commands :rcservice => '/sbin/rc-service'
-- commands :rcstatus => '/bin/rc-status'
- commands :rcupdate => '/sbin/rc-update'
-
- self::STATUSLINE = /^\s+(.*?)\s*\[\s*(.*)\s*\]$/