Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/
Date: Wed, 13 Feb 2019 13:57:01
Message-Id: 1550066125.17d9ad2f97ea0f2067090b3e00ac2fe25ac05b08.grknight@gentoo
1 commit: 17d9ad2f97ea0f2067090b3e00ac2fe25ac05b08
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 13 13:55:25 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 13 13:55:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d9ad2f
7
8 www-servers/nginx-unit: Drop PHP 7.0 support
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 www-servers/nginx-unit/metadata.xml | 1 -
14 www-servers/nginx-unit/nginx-unit-1.5.ebuild | 5 ++---
15 www-servers/nginx-unit/nginx-unit-1.6.ebuild | 5 ++---
16 www-servers/nginx-unit/nginx-unit-1.7.1.ebuild | 3 +--
17 www-servers/nginx-unit/nginx-unit-1.7.ebuild | 5 ++---
18 5 files changed, 7 insertions(+), 12 deletions(-)
19
20 diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml
21 index 73c93269432..c8f76efa6ee 100644
22 --- a/www-servers/nginx-unit/metadata.xml
23 +++ b/www-servers/nginx-unit/metadata.xml
24 @@ -18,7 +18,6 @@
25 </longdescription>
26 <use>
27 <flag name="php5-6">Support for PHP 5.6</flag>
28 - <flag name="php7-0">Support for PHP 7.0</flag>
29 <flag name="php7-1">Support for PHP 7.1</flag>
30 <flag name="php7-2">Support for PHP 7.2</flag>
31 </use>
32
33 diff --git a/www-servers/nginx-unit/nginx-unit-1.5.ebuild b/www-servers/nginx-unit/nginx-unit-1.5.ebuild
34 index e1eb3635fb1..f3124ecc86f 100644
35 --- a/www-servers/nginx-unit/nginx-unit-1.5.ebuild
36 +++ b/www-servers/nginx-unit/nginx-unit-1.5.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 +# Copyright 1999-2019 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43 @@ -16,13 +16,12 @@ LICENSE="Apache-2.0"
44 SLOT="0"
45 KEYWORDS="~amd64"
46 MY_USE="perl python ruby"
47 -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2"
48 +MY_USE_PHP="php5-6 php7-1 php7-2"
49 IUSE="${MY_USE} ${MY_USE_PHP}"
50 REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )"
51
52 DEPEND="perl? ( dev-lang/perl:= )
53 php5-6? ( dev-lang/php:5.6[embed] )
54 - php7-0? ( dev-lang/php:7.0[embed] )
55 php7-1? ( dev-lang/php:7.1[embed] )
56 php7-2? ( dev-lang/php:7.2[embed] )
57 python? ( ${PYTHON_DEPS} )
58
59 diff --git a/www-servers/nginx-unit/nginx-unit-1.6.ebuild b/www-servers/nginx-unit/nginx-unit-1.6.ebuild
60 index 9f7feccf3ea..f3124ecc86f 100644
61 --- a/www-servers/nginx-unit/nginx-unit-1.6.ebuild
62 +++ b/www-servers/nginx-unit/nginx-unit-1.6.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2018 Gentoo Authors
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -16,13 +16,12 @@ LICENSE="Apache-2.0"
70 SLOT="0"
71 KEYWORDS="~amd64"
72 MY_USE="perl python ruby"
73 -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2"
74 +MY_USE_PHP="php5-6 php7-1 php7-2"
75 IUSE="${MY_USE} ${MY_USE_PHP}"
76 REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )"
77
78 DEPEND="perl? ( dev-lang/perl:= )
79 php5-6? ( dev-lang/php:5.6[embed] )
80 - php7-0? ( dev-lang/php:7.0[embed] )
81 php7-1? ( dev-lang/php:7.1[embed] )
82 php7-2? ( dev-lang/php:7.2[embed] )
83 python? ( ${PYTHON_DEPS} )
84
85 diff --git a/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild
86 index 2bdb537bb53..f3124ecc86f 100644
87 --- a/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild
88 +++ b/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild
89 @@ -16,13 +16,12 @@ LICENSE="Apache-2.0"
90 SLOT="0"
91 KEYWORDS="~amd64"
92 MY_USE="perl python ruby"
93 -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2"
94 +MY_USE_PHP="php5-6 php7-1 php7-2"
95 IUSE="${MY_USE} ${MY_USE_PHP}"
96 REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )"
97
98 DEPEND="perl? ( dev-lang/perl:= )
99 php5-6? ( dev-lang/php:5.6[embed] )
100 - php7-0? ( dev-lang/php:7.0[embed] )
101 php7-1? ( dev-lang/php:7.1[embed] )
102 php7-2? ( dev-lang/php:7.2[embed] )
103 python? ( ${PYTHON_DEPS} )
104
105 diff --git a/www-servers/nginx-unit/nginx-unit-1.7.ebuild b/www-servers/nginx-unit/nginx-unit-1.7.ebuild
106 index 9f7feccf3ea..f3124ecc86f 100644
107 --- a/www-servers/nginx-unit/nginx-unit-1.7.ebuild
108 +++ b/www-servers/nginx-unit/nginx-unit-1.7.ebuild
109 @@ -1,4 +1,4 @@
110 -# Copyright 1999-2018 Gentoo Authors
111 +# Copyright 1999-2019 Gentoo Authors
112 # Distributed under the terms of the GNU General Public License v2
113
114 EAPI=7
115 @@ -16,13 +16,12 @@ LICENSE="Apache-2.0"
116 SLOT="0"
117 KEYWORDS="~amd64"
118 MY_USE="perl python ruby"
119 -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2"
120 +MY_USE_PHP="php5-6 php7-1 php7-2"
121 IUSE="${MY_USE} ${MY_USE_PHP}"
122 REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )"
123
124 DEPEND="perl? ( dev-lang/perl:= )
125 php5-6? ( dev-lang/php:5.6[embed] )
126 - php7-0? ( dev-lang/php:7.0[embed] )
127 php7-1? ( dev-lang/php:7.1[embed] )
128 php7-2? ( dev-lang/php:7.2[embed] )
129 python? ( ${PYTHON_DEPS} )