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: Mon, 11 Feb 2019 22:25:43
Message-Id: 1549923922.00add3f965bf3bcb42bbede266702cf263b2705f.ultrabug@gentoo
1 commit: 00add3f965bf3bcb42bbede266702cf263b2705f
2 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 22:25:22 2019 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 22:25:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00add3f9
7
8 www-servers/uwsgi: remove obsolete php7-0 in favor of php7-3
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
12
13 www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild | 4 ++--
14 www-servers/uwsgi/uwsgi-2.0.17.1.ebuild | 6 +++---
15 www-servers/uwsgi/uwsgi-2.0.17.ebuild | 6 +++---
16 3 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
19 index 4baa3deaef8..08f75a25f17 100644
20 --- a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
21 +++ b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
22 @@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24 ruby25"
23 PHP_EXT_INI="no"
24 PHP_EXT_NAME="dummy"
25 PHP_EXT_OPTIONAL_USE="php"
26 -USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below
27 +USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately below
28
29 MY_P="${P/_/-}"
30
31 @@ -117,9 +117,9 @@ CDEPEND="
32 perl? ( dev-lang/perl:= )
33 php? (
34 php_targets_php5-6? ( dev-lang/php:5.6[embed] )
35 - php_targets_php7-0? ( dev-lang/php:7.0[embed] )
36 php_targets_php7-1? ( dev-lang/php:7.1[embed] )
37 php_targets_php7-2? ( dev-lang/php:7.2[embed] )
38 + php_targets_php7-3? ( dev-lang/php:7.3[embed] )
39 )
40 pypy? ( virtual/pypy )
41 python? ( ${PYTHON_DEPS} )
42
43 diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
44 index 54a77a5c73b..953baaab672 100644
45 --- a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
46 +++ b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2018 Gentoo Authors
49 +# Copyright 1999-2019 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24"
54 PHP_EXT_INI="no"
55 PHP_EXT_NAME="dummy"
56 PHP_EXT_OPTIONAL_USE="php"
57 -USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below
58 +USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately below
59
60 MY_P="${P/_/-}"
61
62 @@ -112,9 +112,9 @@ CDEPEND="sys-libs/zlib
63 perl? ( dev-lang/perl:= )
64 php? (
65 php_targets_php5-6? ( dev-lang/php:5.6[embed] )
66 - php_targets_php7-0? ( dev-lang/php:7.0[embed] )
67 php_targets_php7-1? ( dev-lang/php:7.1[embed] )
68 php_targets_php7-2? ( dev-lang/php:7.2[embed] )
69 + php_targets_php7-3? ( dev-lang/php:7.3[embed] )
70 )
71 pypy? ( virtual/pypy )
72 python? ( ${PYTHON_DEPS} )
73
74 diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
75 index 799cf972f8b..9b2f7f84914 100644
76 --- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild
77 +++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
78 @@ -1,4 +1,4 @@
79 -# Copyright 1999-2018 Gentoo Authors
80 +# Copyright 1999-2019 Gentoo Authors
81 # Distributed under the terms of the GNU General Public License v2
82
83 EAPI=5
84 @@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24"
85 PHP_EXT_INI="no"
86 PHP_EXT_NAME="dummy"
87 PHP_EXT_OPTIONAL_USE="php"
88 -USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below
89 +USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately below
90
91 MY_P="${P/_/-}"
92
93 @@ -112,9 +112,9 @@ CDEPEND="sys-libs/zlib
94 perl? ( dev-lang/perl:= )
95 php? (
96 php_targets_php5-6? ( dev-lang/php:5.6[embed] )
97 - php_targets_php7-0? ( dev-lang/php:7.0[embed] )
98 php_targets_php7-1? ( dev-lang/php:7.1[embed] )
99 php_targets_php7-2? ( dev-lang/php:7.2[embed] )
100 + php_targets_php7-3? ( dev-lang/php:7.3[embed] )
101 )
102 pypy? ( virtual/pypy )
103 python? ( ${PYTHON_DEPS} )