Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 12/17] profiles: Remove unused php5-2 target
Date: Thu, 26 May 2016 19:01:19
Message-Id: 574747EE.2080806@gentoo.org
In Reply to: [gentoo-dev] [PATCH 12/17] profiles: Remove unused php5-2 target by "Michał Górny"
1 On 05/26/2016 02:43 PM, Michał Górny wrote:
2 > ---
3 > profiles/desc/php_targets.desc | 1 -
4 > 1 file changed, 1 deletion(-)
5 >
6 > diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc
7 > index 6108b0b..75d09ce 100644
8 > --- a/profiles/desc/php_targets.desc
9 > +++ b/profiles/desc/php_targets.desc
10 > @@ -9,4 +9,3 @@ php5-6 - Build against PHP 5.6
11 > php5-5 - Build against PHP 5.5
12 > php5-4 - Build against PHP 5.4
13 > php5-3 - Build against PHP 5.3
14 > -php5-2 - Build against PHP 5.2
15 >
16
17 I think media-libs/ming-0.4.4-r1.ebuild is the only thing left that
18 lists php5-3. Considering that we have
19
20 # Brian Evans <grknight@g.o> (22 Jan 2015)
21 # PHP module split into dev-php/ming-php which is still ~arch
22 <media-libs/ming-0.4.5 php
23
24 in base/package.use.mask, it's probably safe to kill php5-3, too, unless
25 that throws warnings.