Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/
Date: Fri, 07 Feb 2020 06:17:03
Message-Id: 1581056203.9a8b5dec185cd8748aec62bf6d4b1999d377f2ac.juippis@gentoo
1 commit: 9a8b5dec185cd8748aec62bf6d4b1999d377f2ac
2 Author: Ralph Seichter <github <AT> seichter <DOT> de>
3 AuthorDate: Thu Feb 6 20:36:23 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 06:16:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8b5dec
7
8 www-servers/nginx-unit: Bump to version 1.15.0
9
10 Upstream bugfix release. This ebuild adds support for PHP 7.4
11 and removes support for PHP 5.6 and 7.1.
12
13 Package-Manager: Portage-2.3.84, Repoman-2.3.20
14 Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
15 Closes: https://github.com/gentoo/gentoo/pull/14584
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 www-servers/nginx-unit/Manifest | 1 +
19 www-servers/nginx-unit/metadata.xml | 1 +
20 www-servers/nginx-unit/nginx-unit-1.15.0.ebuild | 79 +++++++++++++++++++++++++
21 3 files changed, 81 insertions(+)
22
23 diff --git a/www-servers/nginx-unit/Manifest b/www-servers/nginx-unit/Manifest
24 index 09116eb80fe..655df639ef5 100644
25 --- a/www-servers/nginx-unit/Manifest
26 +++ b/www-servers/nginx-unit/Manifest
27 @@ -1,4 +1,5 @@
28 DIST nginx-unit-1.12.0.tar.gz 681661 BLAKE2B 1e497172a37fdcd33d0ced5b97675bff42f4cadab2f9363316e667c90c8b4dc4b43f4b8d5cff9f547daa7e92d532550434907515134a5c958586f1822beea749 SHA512 a55a084ed6e1cd3f784bd81571772ca29ca9a0d19089c9bb74c88258d2e1ef872978219c47b6dc2610711ae1aa95ef68ddb77f45747a2eacdd9d92c6f8fee28b
29 DIST nginx-unit-1.13.0.tar.gz 693159 BLAKE2B fd2e803188e66c16d5956f26e693c81273b1f3f69c9b68209f15bca6abd0e06b9fb9e03eb32ab640b8f601260b439abee1c4aa9cd03ed92fd26ab55893a6a6ab SHA512 cf33295604040963545b04f72f1a894431d4ee22a2c7b9560f18a694f110ee3bf243c90f65cfa4760a0009a5a7b132b75e1bb51439b19255e15148e8f4e9b9a7
30 DIST nginx-unit-1.14.0.tar.gz 708603 BLAKE2B 482ab76a1eaef2943c0000c6dd2adf37aca285304b306e5b05d67e9cca30665269d11c1a585bd1a638d6811b8ee6370ef3cf682bebaf7165585cdaea51f3a5c8 SHA512 0cfe5364d427ff09d08c3b1b134827665f8bf70b8871f3c4506680e4c2d61249a53581122c42276b590f5eb077c398ae6a6c2fa46f24c680844b7d365f2ca66b
31 +DIST nginx-unit-1.15.0.tar.gz 712284 BLAKE2B 8db45644a22a4043de660ed0dcb94957e6e9f26ee1735a0a053128b0995cfb670d9c52d7d64ffa2292818cc7aed79071fdd753186f010e1bd0fae876f886adff SHA512 3be17ba5290d323283e962a3a5b9c244c3c45302848b62fdad2fd92129e330c8783b4f76273dedc7b010ed71bd6a4bf1cc4085a3425288b1e28dc532e1a1bf5a
32 DIST nginx-unit-1.8.0.tar.gz 511226 BLAKE2B e396b27954840a5f1ad3a4cd9501a5e5fe769a754c51043da784a2c4596e6acc33089f495bf412a0db086e5c715a51292c7dece004a6512564421a431b6c339e SHA512 1d0ad05343ff70aff4c6e221a36c20df95fa2e2262ae5c69963a9bcb9ef883151e8a2fa9fef29f43ac5489aa5cbb3e9dfd10cf5e7f6d7a98742b490ebf3a0413
33
34 diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml
35 index ae56567e450..c6f29a25070 100644
36 --- a/www-servers/nginx-unit/metadata.xml
37 +++ b/www-servers/nginx-unit/metadata.xml
38 @@ -21,6 +21,7 @@
39 <flag name="php7-1">Support for PHP 7.1</flag>
40 <flag name="php7-2">Support for PHP 7.2</flag>
41 <flag name="php7-3">Support for PHP 7.3</flag>
42 + <flag name="php7-4">Support for PHP 7.4</flag>
43 </use>
44 <upstream>
45 <remote-id type="github">nginx/unit</remote-id>
46
47 diff --git a/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild
48 new file mode 100644
49 index 00000000000..6dcccc6d706
50 --- /dev/null
51 +++ b/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild
52 @@ -0,0 +1,79 @@
53 +# Copyright 1999-2020 Gentoo Authors
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=7
57 +
58 +PYTHON_COMPAT=(python2_7 python3_{6,7,8})
59 +
60 +inherit flag-o-matic python-single-r1
61 +
62 +MY_P="unit-${PV}"
63 +DESCRIPTION="Dynamic web and application server"
64 +HOMEPAGE="https://unit.nginx.org"
65 +SRC_URI="https://unit.nginx.org/download/${MY_P}.tar.gz -> ${P}.tar.gz"
66 +
67 +LICENSE="Apache-2.0"
68 +SLOT="0"
69 +KEYWORDS="~amd64"
70 +MY_USE="perl python ruby"
71 +MY_USE_PHP="php7-2 php7-3 php7-4"
72 +IUSE="${MY_USE} ${MY_USE_PHP} ssl"
73 +REQUIRED_USE="|| ( ${IUSE} )
74 + python? ( ${PYTHON_REQUIRED_USE} )"
75 +
76 +DEPEND="perl? ( dev-lang/perl:= )
77 + php7-2? ( dev-lang/php:7.2[embed] )
78 + php7-3? ( dev-lang/php:7.3[embed] )
79 + php7-4? ( dev-lang/php:7.4[embed] )
80 + python? ( ${PYTHON_DEPS} )
81 + ruby? ( dev-lang/ruby:* )
82 + ssl? ( dev-libs/openssl:0 )"
83 +RDEPEND="${DEPEND}"
84 +S="${WORKDIR}/${MY_P}"
85 +
86 +pkg_setup() {
87 + use python && python-single-r1_pkg_setup
88 +}
89 +
90 +src_prepare() {
91 + eapply_user
92 + sed -i '/^CFLAGS/d' auto/make || die
93 +}
94 +
95 +src_configure() {
96 + local opt=(
97 + --control=unix:/run/${PN}.sock
98 + --log=/var/log/${PN}
99 + --modules=$(get_libdir)/${PN}
100 + --pid=/run/${PN}.pid
101 + --prefix=/usr
102 + --state=/var/lib/${PN}
103 + )
104 + use ssl && opt+=( --openssl )
105 + export AR="$(tc-getAR)"
106 + export CC="$(tc-getCC)"
107 + ./configure ${opt[@]} --ld-opt="${LDFLAGS}" || die "Core configuration failed"
108 + # Modules require position-independent code
109 + append-cflags $(test-flags-CC -fPIC)
110 + for flag in ${MY_USE} ; do
111 + if use ${flag} ; then
112 + ./configure ${flag} || die "Module configuration failed: ${flag}"
113 + fi
114 + done
115 + for flag in ${MY_USE_PHP} ; do
116 + if use ${flag} ; then
117 + local php_slot="/usr/$(get_libdir)/${flag/-/.}"
118 + ./configure php \
119 + --module=${flag} \
120 + --config=${php_slot}/bin/php-config \
121 + --lib-path=${php_slot}/$(get_libdir) || die "Module configuration failed: ${flag}"
122 + fi
123 + done
124 +}
125 +
126 +src_install() {
127 + default
128 + diropts -m 0770
129 + keepdir /var/lib/${PN}
130 + newinitd "${FILESDIR}/${PN}.initd" ${PN}
131 +}