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: Sun, 08 May 2022 08:00:18
Message-Id: 1651996810.be44be1fa238d4d0be883714fe5f099d816d71a1.graaff@gentoo
1 commit: be44be1fa238d4d0be883714fe5f099d816d71a1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 07:48:02 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 08:00:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be44be1f
7
8 www-apache/passenger: drop 6.0.8, 6.0.12
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 www-apache/passenger/Manifest | 2 -
13 www-apache/passenger/passenger-6.0.12.ebuild | 126 --------------------------
14 www-apache/passenger/passenger-6.0.8.ebuild | 130 ---------------------------
15 3 files changed, 258 deletions(-)
16
17 diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
18 index ff782be6ad70..1d8922dad851 100644
19 --- a/www-apache/passenger/Manifest
20 +++ b/www-apache/passenger/Manifest
21 @@ -1,4 +1,2 @@
22 DIST passenger-6.0.11.tar.gz 8183414 BLAKE2B 9767c3f198d7a779dfefed1d1a2ab07e3dda964a61718475470266e3b4448a45d2c5e7416a2e148afa66241f74e91e98ccbec7f2a08f5d4d1e2eff2ac7de5f63 SHA512 977d8adb261c17d5f21115703b9b18c4d3bfc17f998fb880d3a28f68392db2f9e6a2cb7612211f08bc913fd2f417cb2b689fcab2317707e17e8ddea6aeb967d2
23 -DIST passenger-6.0.12.tar.gz 8234023 BLAKE2B fd045160b8ce457ca4e136431b6caaa2e97628b73be77883f6aaae4d5352f7d4ea1827dd1c3cac4c35140bb85789533d53bf8331eadd22abca88b0c07e85e4c2 SHA512 eee627e2ca8ac6f0bdab33e3670dc27933f29b021a232026ae6b30cec6134e8f58a92bf8223001820eb08817f475956a19069177901110ec8d67c1e87004e25b
24 DIST passenger-6.0.13.tar.gz 8216169 BLAKE2B 592b65ccfd7a043a6fcc1ea8061da3acaafd773caa2b5270e39906ee7f07cf3fb45654c5864eef53687d10c3079003a7ba8d3e8dfba50616b43516e1d457ce11 SHA512 25867f7bb7b7b09def800969884f5c3a2a5cf9dbb20817e02121a471e2eb6fb1e93d8ca3a4b103c5d17d6a61e33bf8edc29f54d496118b88c25147de85629d88
25 -DIST passenger-6.0.8.tar.gz 7567855 BLAKE2B ea8577c07a57eaea4e3b2b236808c9e54badb35368e948132af04220026b2676a71d066625a64cd98ce35118ae613bcbca8a0a1f8e0bc2a8d321c1165dec72f5 SHA512 ad35bee4a1c855b8f5401ab44e2a9b0cf3281e7fb1d8e09c8b12c54a465545d43285301c7d0fe16914e3c0fd5407d0d5cef31bb296f850d787903e6e006b368f
26
27 diff --git a/www-apache/passenger/passenger-6.0.12.ebuild b/www-apache/passenger/passenger-6.0.12.ebuild
28 deleted file mode 100644
29 index ace4e92b8d8c..000000000000
30 --- a/www-apache/passenger/passenger-6.0.12.ebuild
31 +++ /dev/null
32 @@ -1,126 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -USE_RUBY="ruby26 ruby27 ruby30"
38 -
39 -inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
40 -
41 -DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
42 -HOMEPAGE="https://www.phusionpassenger.com/"
43 -SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
48 -IUSE="apache2 debug"
49 -
50 -ruby_add_bdepend "dev-ruby/rake"
51 -
52 -ruby_add_rdepend "
53 - >=dev-ruby/rack-1.0.0:*
54 - >=dev-ruby/rake-0.8.1"
55 -
56 -# libev is bundled but with adapations that do not seem to be accepted
57 -# upstream, so we must use the bundled version :-(
58 -CDEPEND="
59 - >=dev-libs/libuv-1.8.0
60 - net-misc/curl[ssl]
61 - apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
62 -
63 -RDEPEND="${RDEPEND} ${CDEPEND}"
64 -DEPEND="${DEPEND} ${CDEPEND}"
65 -
66 -APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
67 -APACHE2_MOD_DEFINE="PASSENGER"
68 -
69 -want_apache2
70 -
71 -pkg_setup() {
72 - use debug && append-flags -DPASSENGER_DEBUG
73 - depend.apache_pkg_setup
74 -}
75 -
76 -all_ruby_prepare() {
77 - eapply "${FILESDIR}"/${PN}-5.1.11-gentoo.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 - # Fix hard-coded use of AR
102 - sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || die
103 -
104 - # Make sure apache support is not attempted with -apache2
105 - if ! use apache2 ; then
106 - sed -i -e '/fakeroot/ s/:apache2, //' build/packaging.rb || die
107 - fi
108 -}
109 -
110 -all_ruby_compile() {
111 - if use apache2 ; then
112 - V=1 EXTRA_LDFLAGS="${LDFLAGS}" \
113 - APXS2="${APXS}" \
114 - HTTPD="${APACHE_BIN}" \
115 - FS_LIBDIR='/usr/'$(get_libdir) \
116 - USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
117 - RANLIB=$(tc-getRANLIB) \
118 - ruby -S rake apache2 || die "rake failed"
119 - fi
120 -}
121 -
122 -each_ruby_compile() {
123 - append-flags -fno-strict-aliasing
124 -
125 - V=1 EXTRA_LDFLAGS="${LDFLAGS}" \
126 - APXS2="${APXS}" \
127 - HTTPD="${APACHE_BIN}" \
128 - FS_LIBDIR='/usr/'$(get_libdir) \
129 - USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
130 - RANLIB=$(tc-getRANLIB) \
131 - ${RUBY} -S rake native_support || die "rake failed"
132 -}
133 -
134 -all_ruby_install() {
135 - if use apache2 ; then
136 - APACHE2_MOD_FILE="${S}/buildout/apache2/mod_${PN}.so"
137 - apache-module_src_install
138 -
139 - # Patch in the correct libdir
140 - sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' "${D}${APACHE_MODULES_CONFDIR}/30_mod_${PN}.conf" || die
141 - fi
142 -
143 - dodoc CHANGELOG README.md doc/*.md
144 -}
145 -
146 -each_ruby_install() {
147 - DISTDIR="${D}" \
148 - RUBYLIBDIR="$(ruby_rbconfig_value vendordir)" \
149 - RUBYARCHDIR="$(ruby_rbconfig_value archdir)" \
150 - APXS2="${APXS}" \
151 - HTTPD="${APACHE_BIN}" \
152 - FS_DOCDIR="/usr/share/doc/${P}" \
153 - FS_LIBDIR='/usr/'$(get_libdir) \
154 - EXTRA_LDFLAGS="${LDFLAGS}" \
155 - USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
156 - RANLIB=$(tc-getRANLIB) \
157 - ${RUBY} -S rake fakeroot || die "rake failed"
158 -}
159
160 diff --git a/www-apache/passenger/passenger-6.0.8.ebuild b/www-apache/passenger/passenger-6.0.8.ebuild
161 deleted file mode 100644
162 index 4d290110e58a..000000000000
163 --- a/www-apache/passenger/passenger-6.0.8.ebuild
164 +++ /dev/null
165 @@ -1,130 +0,0 @@
166 -# Copyright 1999-2021 Gentoo Authors
167 -# Distributed under the terms of the GNU General Public License v2
168 -
169 -EAPI=6
170 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
171 -
172 -inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
173 -
174 -DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
175 -HOMEPAGE="https://www.phusionpassenger.com/"
176 -SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz"
177 -
178 -LICENSE="GPL-2"
179 -SLOT="0"
180 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
181 -IUSE="apache2 debug"
182 -
183 -ruby_add_bdepend "dev-ruby/rake"
184 -
185 -ruby_add_rdepend "
186 - >=dev-ruby/rack-1.0.0:*
187 - >=dev-ruby/rake-0.8.1"
188 -
189 -# libev is bundled but with adapations that do not seem to be accepted
190 -# upstream, so we must use the bundled version :-(
191 -CDEPEND="
192 - >=dev-libs/libuv-1.8.0
193 - net-misc/curl[ssl]
194 - apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
195 -
196 -RDEPEND="${RDEPEND} ${CDEPEND}"
197 -DEPEND="${DEPEND} ${CDEPEND}"
198 -
199 -APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
200 -APACHE2_MOD_DEFINE="PASSENGER"
201 -
202 -want_apache2
203 -
204 -pkg_setup() {
205 - use debug && append-flags -DPASSENGER_DEBUG
206 - depend.apache_pkg_setup
207 -}
208 -
209 -all_ruby_prepare() {
210 - eapply "${FILESDIR}"/${PN}-5.1.11-gentoo.patch
211 - eapply "${FILESDIR}"/${PN}-5.1.1-isnan.patch
212 -
213 - # Change these with sed instead of a patch so that we can easily use
214 - # the toolchain-funcs methods.
215 - sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
216 - -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
217 - -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
218 -
219 - # Avoid fixed debugging CFLAGs.
220 - sed -e '/debugging_cflags/areturn ""' -i src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
221 -
222 - # Use sed here so that we can dynamically set the documentation directory.
223 - sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
224 - -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
225 - src/ruby_supportlib/phusion_passenger.rb || die
226 - sed -i -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" src/cxx_supportlib/ResourceLocator.h || die
227 -
228 - # Don't install a tool that won't work in our setup.
229 - sed -i -e '/passenger-install-apache2-module/d' src/ruby_supportlib/phusion_passenger/packaging.rb || die
230 - rm -f bin/passenger-install-apache2-module || die "Unable to remove unneeded install script."
231 -
232 - # Make sure we use the system-provided version where possible
233 - rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove vendored code."
234 -
235 - # Avoid building documentation to avoid a dependency on mizuho.
236 - #sed -i -e 's/, :doc//' build/packaging.rb || die
237 - touch doc/*.html || die
238 -
239 - # Fix hard-coded use of AR
240 - sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || die
241 -
242 - # Make sure apache support is not attempted with -apache2
243 - if ! use apache2 ; then
244 - sed -i -e '/fakeroot/ s/:apache2, //' build/packaging.rb || die
245 - fi
246 -}
247 -
248 -all_ruby_compile() {
249 - if use apache2 ; then
250 - V=1 EXTRA_LDFLAGS="${LDFLAGS}" \
251 - APXS2="${APXS}" \
252 - HTTPD="${APACHE_BIN}" \
253 - FS_LIBDIR='/usr/'$(get_libdir) \
254 - USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
255 - RANLIB=$(tc-getRANLIB) \
256 - ruby -S rake apache2 || die "rake failed"
257 - fi
258 -}
259 -
260 -each_ruby_compile() {
261 - append-flags -fno-strict-aliasing
262 -
263 - V=1 EXTRA_LDFLAGS="${LDFLAGS}" \
264 - APXS2="${APXS}" \
265 - HTTPD="${APACHE_BIN}" \
266 - FS_LIBDIR='/usr/'$(get_libdir) \
267 - USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
268 - RANLIB=$(tc-getRANLIB) \
269 - ${RUBY} -S rake native_support || die "rake failed"
270 -}
271 -
272 -all_ruby_install() {
273 - if use apache2 ; then
274 - APACHE2_MOD_FILE="${S}/buildout/apache2/mod_${PN}.so"
275 - apache-module_src_install
276 -
277 - # Patch in the correct libdir
278 - sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' "${D}${APACHE_MODULES_CONFDIR}/30_mod_${PN}.conf" || die
279 - fi
280 -
281 - dodoc CHANGELOG README.md
282 -}
283 -
284 -each_ruby_install() {
285 - DISTDIR="${D}" \
286 - RUBYLIBDIR="$(ruby_rbconfig_value vendordir)" \
287 - RUBYARCHDIR="$(ruby_rbconfig_value archdir)" \
288 - APXS2="${APXS}" \
289 - HTTPD="${APACHE_BIN}" \
290 - FS_LIBDIR='/usr/'$(get_libdir) \
291 - EXTRA_LDFLAGS="${LDFLAGS}" \
292 - USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \
293 - RANLIB=$(tc-getRANLIB) \
294 - ${RUBY} -S rake fakeroot || die "rake failed"
295 -}