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