Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/
Date: Fri, 18 Dec 2015 05:13:32
Message-Id: 1450415601.098a3a35f6fa40900b6fa9cb29da3f557558c7f2.grknight@gentoo
1 commit: 098a3a35f6fa40900b6fa9cb29da3f557558c7f2
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 05:12:52 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 05:13:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098a3a35
7
8 Unmask php:7.0 to ~arch
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 profiles/base/use.mask | 3 ---
13 profiles/base/use.stable.mask | 4 ++++
14 profiles/package.mask | 16 +---------------
15 3 files changed, 5 insertions(+), 18 deletions(-)
16
17 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
18 index a7a4a07..266f2f7 100644
19 --- a/profiles/base/use.mask
20 +++ b/profiles/base/use.mask
21 @@ -13,9 +13,6 @@ php_targets_php5-4
22 # 540540 and 525674
23 sssd
24
25 -# php 7 is still masked for testing
26 -php_targets_php7-0
27 -
28 # cilk has been ported only to x86 systems
29 cilk
30
31
32 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
33 index 2d3846d..f9e89e4 100644
34 --- a/profiles/base/use.stable.mask
35 +++ b/profiles/base/use.stable.mask
36 @@ -5,6 +5,10 @@
37 # This file requires eapi 5 or later. New entries go on top.
38 # Please use the same syntax as in use.mask
39
40 +# Brian Evans <grknight@g.o> (18 Dec 2015)
41 +# Needs dev-lang/php:7.0 stable
42 +php_targets_php7-0
43 +
44 # Mike Gilbert <floppym@g.o> (02 Oct 2015)
45 # Needs dev-lang/python:3.5 stable
46 python_targets_python3_5
47
48 diff --git a/profiles/package.mask b/profiles/package.mask
49 index 2d87568..c6fe2fd 100644
50 --- a/profiles/package.mask
51 +++ b/profiles/package.mask
52 @@ -77,10 +77,6 @@ dev-java/jscience
53 # experimental features and accept a more unstable release.
54 >=www-client/chromium-49
55
56 -# Michael Orlitzky <mjo@g.o> (06 Dec 2015)
57 -# Masked for testing of the new apache2/php7 support.
58 ->=app-eselect/eselect-php-0.8.0
59 -
60 # Mike Gilbert <floppym@g.o> (06 Dec 2015)
61 # Masked for testing.
62 =sys-apps/dbus-1.10*
63 @@ -120,8 +116,7 @@ dev-java/jigsaw
64
65 # Brian Evans <grknight@g.o> (02 Dec 2015)
66 # All current targets are masked.
67 -# New version only works on PHP7.
68 -dev-php/pecl-taint
69 +<dev-php/pecl-taint-1.99.99
70
71 # Brian Evans <grknight@g.o> (02 Dec 2015)
72 # Zend Opcache was integrated into PHP versions 5.5 and later
73 @@ -229,10 +224,6 @@ dev-tex/latex-unicode
74 # Masked for removal in 30 days.
75 dev-perl/Parse-CPAN-Meta
76
77 -# Brian Evans <grknight@g.o> (06 Nov 2015)
78 -# Mask new versions of dev-php/pecl-yaml that only work with PHP-7+
79 ->=dev-php/pecl-yaml-2.0
80 -
81 # Michał Górny <mgorny@g.o> (30 Oct 2015)
82 # Uses unsafe ioctls that could result in data corruption. Upstream
83 # is working on replacing them in the wip/dedup-syscall branch.
84 @@ -327,11 +318,6 @@ dev-libs/iniparser:4
85 # See #551724 and duplicates
86 =sys-fs/udev-init-scripts-29
87
88 -# Ole Markus With <olemarkus@g.o> (12 Jun 2015)
89 -# Masking PHP 7 pre-release versions
90 -dev-lang/php:7.0
91 -=virtual/httpd-php-7.0
92 -
93 # Ryan Hill <rhill@g.o> (28 Apr 2015)
94 # Moving to /lib/gentoo/functions.sh broke the eclass
95 # by changing output it relies on. See bug #504118,