Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Fri, 05 Jan 2018 08:48:59
Message-Id: 1515142125.57951ab056bb8d3b62b70423c6c17b2fbda7e2c2.ultrabug@gentoo
1 commit: 57951ab056bb8d3b62b70423c6c17b2fbda7e2c2
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 08:48:27 2018 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 08:48:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57951ab0
7
8 www-servers/uwsgi: add php 7.x targets, wrt #641434
9
10 .../uwsgi/{uwsgi-2.0.15-r1.ebuild => uwsgi-2.0.15-r2.ebuild} | 8 +++++---
11 1 file changed, 5 insertions(+), 3 deletions(-)
12
13 diff --git a/www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.15-r2.ebuild
14 similarity index 97%
15 rename from www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild
16 rename to www-servers/uwsgi/uwsgi-2.0.15-r2.ebuild
17 index 5043eca69ae..85b336d9b68 100644
18 --- a/www-servers/uwsgi/uwsgi-2.0.15-r1.ebuild
19 +++ b/www-servers/uwsgi/uwsgi-2.0.15-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -12,7 +12,7 @@ USE_RUBY="ruby22 ruby23 ruby24"
27 PHP_EXT_INI="no"
28 PHP_EXT_NAME="dummy"
29 PHP_EXT_OPTIONAL_USE="php"
30 -USE_PHP="php5-6 php7-0" # deps must be registered separately below
31 +USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below
32
33 MY_P="${P/_/-}"
34
35 @@ -69,7 +69,7 @@ REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]} )
36 uwsgi_plugins_router_xmldir? ( xml !expat )
37 pypy? ( python_targets_python2_7 )
38 python? ( ${PYTHON_REQUIRED_USE} )
39 - python_asyncio? ( python_targets_python3_4 python_gevent )
40 + python_asyncio? ( || ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) python_gevent )
41 python_gevent? ( python )
42 expat? ( xml )"
43
44 @@ -113,6 +113,8 @@ CDEPEND="sys-libs/zlib
45 php? (
46 php_targets_php5-6? ( dev-lang/php:5.6[embed] )
47 php_targets_php7-0? ( dev-lang/php:7.0[embed] )
48 + php_targets_php7-1? ( dev-lang/php:7.1[embed] )
49 + php_targets_php7-2? ( dev-lang/php:7.2[embed] )
50 )
51 pypy? ( virtual/pypy )
52 python? ( ${PYTHON_DEPS} )