[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2019-06-21 Thread Sergei Trofimovich
commit: d40fdcf1e4bdd370a13800e73a383537beef365a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jun 21 06:48:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 21 06:51:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40fdcf1

profiles: drop unused releases/13.0, second attempt

No profiles (deprecated or not) refer to releases/13.0 anymore.

This reverts commit e6624c95f0c6f1e76cdb036dd9863fcadff4a2c1.
Bug: https://bugs.gentoo.org/688342
Closes: https://bugs.gentoo.org/672960

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/releases/13.0/eapi |  1 -
 profiles/releases/13.0/make.defaults|  5 -
 profiles/releases/13.0/package.mask | 32 
 profiles/releases/13.0/package.unmask   |  7 ---
 profiles/releases/13.0/package.use.mask |  7 ---
 profiles/releases/13.0/parent   |  1 -
 6 files changed, 53 deletions(-)

diff --git a/profiles/releases/13.0/eapi b/profiles/releases/13.0/eapi
deleted file mode 100644
index 7ed6ff82de6..000
--- a/profiles/releases/13.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/releases/13.0/make.defaults 
b/profiles/releases/13.0/make.defaults
deleted file mode 100644
index 475e60c7d65..000
--- a/profiles/releases/13.0/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Adding this one, since it makes sense.
-USE="bzip2"

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
deleted file mode 100644
index 870ec444d87..000
--- a/profiles/releases/13.0/package.mask
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Thomas Deutschmann  (23 Oct 2018)
-# requires >=net-libs/nodejs-8.11.0
->=www-client/firefox-63.0
-
-# Tomáš Mózes  (17 Sep 2018)
-# requires >=nodejs-8 which is not available in 13.0 based profiles.
->=www-apps/kibana-bin-6
-
-# Mike Gilbert  (16 Sep 2018)
-# requires >=nodejs-7.6.0 which is not available in 13.0 based profiles.
->=www-client/chromium-70
-
-# Patrick McLean  (10 Jul 2018)
-# requires >=nodejs-8.10 which is not available in 13.0 based profiles.
-# Please migrate to one of the 17.0 release profiles
->=sys-cluster/ceph-13
-
-# Andreas K. Hüttel  (29 Jan 2018)
-# Requires >=icu-60, which is not available in 13.0 based profiles.
-# Please migrate to one of the 17.0 release profiles.
->=app-office/libreoffice-bin-5.4.4
->=app-office/libreoffice-bin-debug-5.4.4
-
-# Andreas K. Hüttel  (27 May 2017)
-# This release and later require C++11 or C++14
-# So we mask it here, and unmask in 17.0 release profiles
->=dev-libs/icu-59
->=dev-libs/icu-layoutex-59
->=net-libs/nodejs-8.9.3

diff --git a/profiles/releases/13.0/package.unmask 
b/profiles/releases/13.0/package.unmask
deleted file mode 100644
index 9193178ce87..000
--- a/profiles/releases/13.0/package.unmask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Andreas Sturmlechner  (15 Jul 2018)
-# Unmask ICU 58 only for 13.0 based profiles
- (15 Jul 2018)
-# Requires >=icu-60, which is not available in 13.0 based profiles.
-# Please migrate to one of the 17.0 release profiles.
->=dev-qt/qtwebengine-5.11.1 system-icu

diff --git a/profiles/releases/13.0/parent b/profiles/releases/13.0/parent
deleted file mode 100644
index f3229c5b987..000
--- a/profiles/releases/13.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2019-06-10 Thread Brian Evans
commit: e6624c95f0c6f1e76cdb036dd9863fcadff4a2c1
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jun 10 13:15:25 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jun 10 13:15:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6624c95

Partially revert "profiles: drop deprecated 13.0 profiles, bug #672960"

The actual releases/13.0 files are required until all of hardnend/linux can be 
removed
This reverts commit d396d1941f8fb674218683e5fdbb248f2c713f36.

Signed-off-by: Brian Evans  gentoo.org>

 profiles/releases/13.0/eapi |  1 +
 profiles/releases/13.0/make.defaults|  5 +
 profiles/releases/13.0/package.mask | 32 
 profiles/releases/13.0/package.unmask   |  7 +++
 profiles/releases/13.0/package.use.mask |  7 +++
 profiles/releases/13.0/parent   |  1 +
 6 files changed, 53 insertions(+)

diff --git a/profiles/releases/13.0/eapi b/profiles/releases/13.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/releases/13.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/releases/13.0/make.defaults 
b/profiles/releases/13.0/make.defaults
new file mode 100644
index 000..475e60c7d65
--- /dev/null
+++ b/profiles/releases/13.0/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Adding this one, since it makes sense.
+USE="bzip2"

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
new file mode 100644
index 000..870ec444d87
--- /dev/null
+++ b/profiles/releases/13.0/package.mask
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Thomas Deutschmann  (23 Oct 2018)
+# requires >=net-libs/nodejs-8.11.0
+>=www-client/firefox-63.0
+
+# Tomáš Mózes  (17 Sep 2018)
+# requires >=nodejs-8 which is not available in 13.0 based profiles.
+>=www-apps/kibana-bin-6
+
+# Mike Gilbert  (16 Sep 2018)
+# requires >=nodejs-7.6.0 which is not available in 13.0 based profiles.
+>=www-client/chromium-70
+
+# Patrick McLean  (10 Jul 2018)
+# requires >=nodejs-8.10 which is not available in 13.0 based profiles.
+# Please migrate to one of the 17.0 release profiles
+>=sys-cluster/ceph-13
+
+# Andreas K. Hüttel  (29 Jan 2018)
+# Requires >=icu-60, which is not available in 13.0 based profiles.
+# Please migrate to one of the 17.0 release profiles.
+>=app-office/libreoffice-bin-5.4.4
+>=app-office/libreoffice-bin-debug-5.4.4
+
+# Andreas K. Hüttel  (27 May 2017)
+# This release and later require C++11 or C++14
+# So we mask it here, and unmask in 17.0 release profiles
+>=dev-libs/icu-59
+>=dev-libs/icu-layoutex-59
+>=net-libs/nodejs-8.9.3

diff --git a/profiles/releases/13.0/package.unmask 
b/profiles/releases/13.0/package.unmask
new file mode 100644
index 000..9193178ce87
--- /dev/null
+++ b/profiles/releases/13.0/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas Sturmlechner  (15 Jul 2018)
+# Unmask ICU 58 only for 13.0 based profiles
+ (15 Jul 2018)
+# Requires >=icu-60, which is not available in 13.0 based profiles.
+# Please migrate to one of the 17.0 release profiles.
+>=dev-qt/qtwebengine-5.11.1 system-icu

diff --git a/profiles/releases/13.0/parent b/profiles/releases/13.0/parent
new file mode 100644
index 000..f3229c5b987
--- /dev/null
+++ b/profiles/releases/13.0/parent
@@ -0,0 +1 @@
+..



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2018-10-22 Thread Thomas Deutschmann
commit: b20054a7558cac5f95c8a65bbce4f32aec172622
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Oct 23 00:41:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Oct 23 00:43:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20054a7

profiles/releases/13.0: mask >=www-client/firefox-63.0 which requires nodejs

Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/releases/13.0/package.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 275165ccf6c..870ec444d87 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (23 Oct 2018)
+# requires >=net-libs/nodejs-8.11.0
+>=www-client/firefox-63.0
+
 # Tomáš Mózes  (17 Sep 2018)
 # requires >=nodejs-8 which is not available in 13.0 based profiles.
 >=www-apps/kibana-bin-6



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2018-09-28 Thread Michał Górny
commit: ae31d3233b858c12de6b2cdaefe495c9fba41c40
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Sep 17 10:46:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 28 09:43:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae31d323

profiles/releases/13.0: mask >=www-apps/kibana-bin-6

It requires nodejs-8.

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 profiles/releases/13.0/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index eff23bec806..275165ccf6c 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Tomáš Mózes  (17 Sep 2018)
+# requires >=nodejs-8 which is not available in 13.0 based profiles.
+>=www-apps/kibana-bin-6
+
 # Mike Gilbert  (16 Sep 2018)
 # requires >=nodejs-7.6.0 which is not available in 13.0 based profiles.
 >=www-client/chromium-70



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2018-09-16 Thread Mike Gilbert
commit: ac547f4a2ddb3cb5eb903ff9f6aec04782f8447a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 16 16:50:15 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 16 16:58:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac547f4a

profiles: mask >=www-client/chromium-70 in 13.0 profiles

Signed-off-by: Mike Gilbert  gentoo.org>

 profiles/releases/13.0/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 1df5dca362c..eff23bec806 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mike Gilbert  (16 Sep 2018)
+# requires >=nodejs-7.6.0 which is not available in 13.0 based profiles.
+>=www-client/chromium-70
+
 # Patrick McLean  (10 Jul 2018)
 # requires >=nodejs-8.10 which is not available in 13.0 based profiles.
 # Please migrate to one of the 17.0 release profiles



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2018-07-22 Thread Andreas Sturmlechner
commit: 927149912fe73b919a1eecdc749a1f58c273538c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 21 18:47:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 11:21:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92714991

profiles: 13.0: Use package.unmask for ICU <59

 profiles/releases/13.0/package.mask   | 5 -
 profiles/releases/13.0/package.unmask | 7 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 378422f5160..1df5dca362c 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,11 +1,6 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Andreas Sturmlechner  (15 Jul 2018)
-# Unmask ICU 58 only for 13.0 based profiles
-- (10 Jul 2018)
 # requires >=nodejs-8.10 which is not available in 13.0 based profiles.
 # Please migrate to one of the 17.0 release profiles

diff --git a/profiles/releases/13.0/package.unmask 
b/profiles/releases/13.0/package.unmask
new file mode 100644
index 000..9193178ce87
--- /dev/null
+++ b/profiles/releases/13.0/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas Sturmlechner  (15 Jul 2018)
+# Unmask ICU 58 only for 13.0 based profiles
+

[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2018-07-15 Thread Andreas Sturmlechner
commit: 9fa6c70cb73c780bedaa482ac389df23d6631107
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 15 11:33:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 15 16:11:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa6c70c

profiles: 13.0: Mask >=dev-qt/qtwebengine-5.11.1[system-icu]

Bug: https://bugs.gentoo.org/660418

 profiles/releases/13.0/package.use.mask | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/releases/13.0/package.use.mask 
b/profiles/releases/13.0/package.use.mask
new file mode 100644
index 000..e272155ab77
--- /dev/null
+++ b/profiles/releases/13.0/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas Sturmlechner  (15 Jul 2018)
+# Requires >=icu-60, which is not available in 13.0 based profiles.
+# Please migrate to one of the 17.0 release profiles.
+>=dev-qt/qtwebengine-5.11.1 system-icu



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/, profiles/base/

2018-07-15 Thread Andreas Sturmlechner
commit: a13374b0aab53fbce75be0cae897818eaeee3193
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 15 11:48:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 15 16:11:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13374b0

profiles: Mask  (15 Jul 2018)
+# Old ICU is unsupported. ICU 58 only remains for 13.0 based profiles.
+ (15 Jul 2018)
+# Unmask ICU 58 only for 13.0 based profiles
+- (10 Jul 2018)
 # requires >=nodejs-8.10 which is not available in 13.0 based profiles.
 # Please migrate to one of the 17.0 release profiles



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2018-07-10 Thread Patrick McLean
commit: c8f7f4d42f374a1c830d5b2483bf03f0fcb4caba
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Jul 11 00:20:44 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jul 11 00:20:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f7f4d4

profiles/releases/13.0: Mask ceph-13 since it requires nodejs-8.10

 profiles/releases/13.0/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 2a0fa24c12a..1df5dca362c 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Patrick McLean  (10 Jul 2018)
+# requires >=nodejs-8.10 which is not available in 13.0 based profiles.
+# Please migrate to one of the 17.0 release profiles
+>=sys-cluster/ceph-13
+
 # Andreas K. Hüttel  (29 Jan 2018)
 # Requires >=icu-60, which is not available in 13.0 based profiles.
 # Please migrate to one of the 17.0 release profiles.



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/, profiles/hardened/linux/

2018-02-02 Thread Andreas Sturmlechner
commit: aaa35467a69909e5529f038d8cb0904e4541ecbf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  2 22:25:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  2 22:25:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa35467

profiles: Move LO-bin mask from hardened to 13.0 package.mask

Bug: https://bugs.gentoo.org/646410

 profiles/hardened/linux/package.mask | 7 +--
 profiles/releases/13.0/package.mask  | 8 +++-
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/profiles/hardened/linux/package.mask 
b/profiles/hardened/linux/package.mask
index e4c9930b052..099e6f9e0e3 100644
--- a/profiles/hardened/linux/package.mask
+++ b/profiles/hardened/linux/package.mask
@@ -1,11 +1,6 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2018 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
-# Requires >=icu-60, which is not available in 13.0 based profiles.
-# Please migrate to one of the new hardened profiles.
->=app-office/libreoffice-bin-5.4.4
->=app-office/libreoffice-bin-debug-5.4.4
-
 # Hardened versions of gcc-4.0* through gcc-4.2* are not available.
 =sys-devel/gcc-4.0*
 =sys-devel/gcc-4.1*

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 96c9a09c0b4..2a0fa24c12a 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,6 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel  (29 Jan 2018)
+# Requires >=icu-60, which is not available in 13.0 based profiles.
+# Please migrate to one of the 17.0 release profiles.
+>=app-office/libreoffice-bin-5.4.4
+>=app-office/libreoffice-bin-debug-5.4.4
+
 # Andreas K. Hüttel  (27 May 2017)
 # This release and later require C++11 or C++14
 # So we mask it here, and unmask in 17.0 release profiles



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2017-12-16 Thread Jeroen Roovers
commit: fca0a7f6bc935ec7942d042110a12b62c06599fb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 16 10:54:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 16 10:55:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca0a7f6

Mask >=net-libs/nodejs-8.9.3.

 profiles/releases/13.0/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 1efe36dd167..96c9a09c0b4 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -6,4 +6,4 @@
 # So we mask it here, and unmask in 17.0 release profiles
 >=dev-libs/icu-59
 >=dev-libs/icu-layoutex-59
->=net-libs/nodejs-9.0.0
+>=net-libs/nodejs-8.9.3



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/, profiles/releases/17.0/, profiles/base/

2017-11-30 Thread Andreas Hüttel
commit: e32996811a8ef16d1ba8275930ed4f9e1248c9b8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Nov 30 23:17:24 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Nov 30 23:17:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3299681

package.mask: Move the >=icu-59 mask from base to 13.0, remove the unmask from 
17.0

 profiles/base/package.mask  | 7 ---
 profiles/releases/13.0/package.mask | 7 +++
 profiles/releases/17.0/package.mask | 8 
 3 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 07fc9a5e631..320a6bbb1a0 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -1,9 +1,2 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
-# Andreas K. Hüttel  (27 May 2017)
-# This release and later require C++11 or C++14
-# So we mask it here, and unmask in 17.0 release profiles
->=dev-libs/icu-59
->=dev-libs/icu-layoutex-59
->=net-libs/nodejs-9.0.0

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 5b64a27123b..1efe36dd167 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,2 +1,9 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
+# Andreas K. Hüttel  (27 May 2017)
+# This release and later require C++11 or C++14
+# So we mask it here, and unmask in 17.0 release profiles
+>=dev-libs/icu-59
+>=dev-libs/icu-layoutex-59
+>=net-libs/nodejs-9.0.0

diff --git a/profiles/releases/17.0/package.mask 
b/profiles/releases/17.0/package.mask
index 16c53fd6201..d7a0f42bfec 100644
--- a/profiles/releases/17.0/package.mask
+++ b/profiles/releases/17.0/package.mask
@@ -9,14 +9,6 @@
 # packages is neither recommended nor supported in any way.
  (27 May 2017)
-# We can unmask ICU 59 and later now we for sure have a recent GCC
-# Note: "and later" is safe here since the profiles/package.mask
-# still overrides.
-->=dev-libs/icu-59
-->=dev-libs/icu-layoutex-59
-->=net-libs/nodejs-9.0.0
-
 # Andreas K. Huettel  (1 Dec 2017)
 # The following packages require GCC 5 or earlier and are therefore
 # masked in the 17.0 profiles.



[gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/

2016-03-24 Thread Dennis Lamm
commit: 473b90ede9df17797813c5cac1aa0f79270b2a38
Author: Dennis Lamm  gentoo  org>
AuthorDate: Thu Mar 24 12:42:20 2016 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Thu Mar 24 12:43:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=473b90ed

profiles: releases/13.0 removed obsolete entry

 profiles/releases/13.0/package.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 580c39a..4d1375a 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,7 +1,3 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-
-# Andreas K. Huettel  (14 Jan 2013)
-# Mask portage versions not supporting EAPI=5
-