Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/files/
Date: Sat, 17 Feb 2018 08:37:20
Message-Id: 1518856626.2ca6f81d821bc24b896a53f697f292bacdf50f64.graaff@gentoo
1 commit: 2ca6f81d821bc24b896a53f697f292bacdf50f64
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 3 19:07:47 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 17 08:37:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca6f81d
7
8 www-apache/passenger: remove unused patch
9
10 .../passenger/files/passenger-5.0.20-gentoo.patch | 30 ----------------------
11 1 file changed, 30 deletions(-)
12
13 diff --git a/www-apache/passenger/files/passenger-5.0.20-gentoo.patch b/www-apache/passenger/files/passenger-5.0.20-gentoo.patch
14 deleted file mode 100644
15 index a9fe95f6b25..00000000000
16 --- a/www-apache/passenger/files/passenger-5.0.20-gentoo.patch
17 +++ /dev/null
18 @@ -1,30 +0,0 @@
19 ---- build/packaging.rb.~1~ 2013-10-27 00:00:00.000000000 +0200
20 -+++ build/packaging.rb 2015-09-28 07:44:04.584236386 +0200
21 -@@ -575,7 +575,7 @@
22 - psg_ruby = ENV['RUBY'] || "#{fs_bindir}/ruby"
23 - psg_free_ruby = ENV['FREE_RUBY'] || "/usr/bin/env ruby"
24 -
25 -- fakeroot = "pkg/fakeroot"
26 -+ fakeroot = ENV['DISTDIR']
27 - fake_rubylibdir = "#{fakeroot}#{psg_rubylibdir}"
28 - fake_nodelibdir = "#{fakeroot}#{psg_nodelibdir}"
29 - fake_libdir = "#{fakeroot}#{psg_libdir}"
30 -@@ -593,7 +593,6 @@
31 -
32 - packaging_method = ENV['NATIVE_PACKAGING_METHOD'] || ENV['PACKAGING_METHOD'] || "deb"
33 -
34 -- sh "rm -rf #{fakeroot}"
35 - sh "mkdir -p #{fakeroot}"
36 -
37 - # Ruby sources
38 -@@ -690,10 +689,6 @@
39 - change_shebang("#{fake_sbindir}/#{exe}", shebang)
40 - end
41 -
42 -- # Apache 2 module
43 -- sh "mkdir -p #{File.dirname(fake_apache2_module_path)}"
44 -- sh "cp #{APACHE2_TARGET} #{fake_apache2_module_path}"
45 --
46 - # Ruby extension sources
47 - sh "mkdir -p #{fake_ruby_extension_source_dir}"
48 - sh "cp -R #{PhusionPassenger.ruby_extension_source_dir}/* #{fake_ruby_extension_source_dir}"