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/
Date: Fri, 02 Apr 2021 11:16:10
Message-Id: 1617362158.090c27c56a9cf23d6a20470a33f22cdbbdf1d255.graaff@gentoo
1 commit: 090c27c56a9cf23d6a20470a33f22cdbbdf1d255
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:36:49 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 11:15:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090c27c5
7
8 www-apache/passenger: add 6.0.8
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 www-apache/passenger/Manifest | 1 +
14 www-apache/passenger/passenger-6.0.8.ebuild | 130 ++++++++++++++++++++++++++++
15 2 files changed, 131 insertions(+)
16
17 diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
18 index 3663b63f595..1a1cd910c9b 100644
19 --- a/www-apache/passenger/Manifest
20 +++ b/www-apache/passenger/Manifest
21 @@ -1,2 +1,3 @@
22 DIST passenger-6.0.6.tar.gz 7347506 BLAKE2B 16332ca5c299c366c891eef0267889d024417bacafafb9b6faed94434f16a3823fd21e9251eeefe190a682e8530b49cde4af22008b1537466ee3d685554dcbac SHA512 57a013dbbddab13862c2d5445d048aafdc5a56297c56d3d642a39fe7757d3bcbd7e9e21aca36ebeb0f54a03d26e0886031a947cb098026a516900cc5bff42f0c
23 DIST passenger-6.0.7.tar.gz 7352163 BLAKE2B e002f03f761cfd1b2a79f3d518fe25fb1ead4f0431042b6bfe2ecf1b9900e6405abb4d67f9750302149f1d99990d2b42bc0fb1c855168b7003ac37eec3297b8f SHA512 6019a93ac500333098cee772b5240f6cbf3a75a8d7cdd2bccac58c28369dddca574dc7e1c239a8f21b863df4825e758bb5eae84b316842168dc875116a07bfca
24 +DIST passenger-6.0.8.tar.gz 7567855 BLAKE2B ea8577c07a57eaea4e3b2b236808c9e54badb35368e948132af04220026b2676a71d066625a64cd98ce35118ae613bcbca8a0a1f8e0bc2a8d321c1165dec72f5 SHA512 ad35bee4a1c855b8f5401ab44e2a9b0cf3281e7fb1d8e09c8b12c54a465545d43285301c7d0fe16914e3c0fd5407d0d5cef31bb296f850d787903e6e006b368f
25
26 diff --git a/www-apache/passenger/passenger-6.0.8.ebuild b/www-apache/passenger/passenger-6.0.8.ebuild
27 new file mode 100644
28 index 00000000000..17074fb367b
29 --- /dev/null
30 +++ b/www-apache/passenger/passenger-6.0.8.ebuild
31 @@ -0,0 +1,130 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +USE_RUBY="ruby25 ruby26 ruby27 ruby30"
37 +
38 +inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
39 +
40 +DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
41 +HOMEPAGE="https://www.phusionpassenger.com/"
42 +SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
47 +IUSE="apache2 debug"
48 +
49 +ruby_add_bdepend "dev-ruby/rake"
50 +
51 +ruby_add_rdepend "
52 + >=dev-ruby/rack-1.0.0:*
53 + >=dev-ruby/rake-0.8.1"
54 +
55 +# libev is bundled but with adapations that do not seem to be accepted
56 +# upstream, so we must use the bundled version :-(
57 +CDEPEND="
58 + >=dev-libs/libuv-1.8.0
59 + net-misc/curl[ssl]
60 + apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
61 +
62 +RDEPEND="${RDEPEND} ${CDEPEND}"
63 +DEPEND="${DEPEND} ${CDEPEND}"
64 +
65 +APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
66 +APACHE2_MOD_DEFINE="PASSENGER"
67 +
68 +want_apache2
69 +
70 +pkg_setup() {
71 + use debug && append-flags -DPASSENGER_DEBUG
72 + depend.apache_pkg_setup
73 +}
74 +
75 +all_ruby_prepare() {
76 + eapply "${FILESDIR}"/${PN}-5.1.11-gentoo.patch
77 + eapply "${FILESDIR}"/${PN}-5.1.1-isnan.patch
78 +
79 + # Change these with sed instead of a patch so that we can easily use
80 + # the toolchain-funcs methods.
81 + sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
82 + -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
83 + -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
84 +
85 + # Avoid fixed debugging CFLAGs.
86 + sed -e '/debugging_cflags/areturn ""' -i src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
87 +
88 + # Use sed here so that we can dynamically set the documentation directory.
89 + sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
90 + -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
91 + src/ruby_supportlib/phusion_passenger.rb || die
92 + sed -i -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" src/cxx_supportlib/ResourceLocator.h || die
93 +
94 + # Don't install a tool that won't work in our setup.
95 + sed -i -e '/passenger-install-apache2-module/d' src/ruby_supportlib/phusion_passenger/packaging.rb || die
96 + rm -f bin/passenger-install-apache2-module || die "Unable to remove unneeded install script."
97 +
98 + # Make sure we use the system-provided version where possible
99 + rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove vendored code."
100 +
101 + # Avoid building documentation to avoid a dependency on mizuho.
102 + #sed -i -e 's/, :doc//' build/packaging.rb || die
103 + touch doc/*.html || die
104 +
105 + # Fix hard-coded use of AR
106 + sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || die
107 +
108 + # Make sure apache support is not attempted with -apache2
109 + if ! use apache2 ; then
110 + sed -i -e '/fakeroot/ s/:apache2, //' build/packaging.rb || die
111 + fi
112 +}
113 +
114 +all_ruby_compile() {
115 + if use apache2 ; then
116 + V=1 EXTRA_LDFLAGS="${LDFLAGS}" \
117 + APXS2="${APXS}" \
118 + HTTPD="${APACHE_BIN}" \
119 + FS_LIBDIR='/usr/'$(get_libdir) \
120 + USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
121 + RANLIB=$(tc-getRANLIB) \
122 + ruby -S rake apache2 || die "rake failed"
123 + fi
124 +}
125 +
126 +each_ruby_compile() {
127 + append-flags -fno-strict-aliasing
128 +
129 + V=1 EXTRA_LDFLAGS="${LDFLAGS}" \
130 + APXS2="${APXS}" \
131 + HTTPD="${APACHE_BIN}" \
132 + FS_LIBDIR='/usr/'$(get_libdir) \
133 + USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
134 + RANLIB=$(tc-getRANLIB) \
135 + ${RUBY} -S rake native_support || die "rake failed"
136 +}
137 +
138 +all_ruby_install() {
139 + if use apache2 ; then
140 + APACHE2_MOD_FILE="${S}/buildout/apache2/mod_${PN}.so"
141 + apache-module_src_install
142 +
143 + # Patch in the correct libdir
144 + sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' "${D}${APACHE_MODULES_CONFDIR}/30_mod_${PN}.conf" || die
145 + fi
146 +
147 + dodoc CHANGELOG README.md
148 +}
149 +
150 +each_ruby_install() {
151 + DISTDIR="${D}" \
152 + RUBYLIBDIR="$(ruby_rbconfig_value vendordir)" \
153 + RUBYARCHDIR="$(ruby_rbconfig_value archdir)" \
154 + APXS2="${APXS}" \
155 + HTTPD="${APACHE_BIN}" \
156 + FS_LIBDIR='/usr/'$(get_libdir) \
157 + EXTRA_LDFLAGS="${LDFLAGS}" \
158 + USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
159 + RANLIB=$(tc-getRANLIB) \
160 + ${RUBY} -S rake fakeroot || die "rake failed"
161 +}