summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-06-10 09:15:25 -0400
committerBrian Evans <grknight@gentoo.org>2019-06-10 09:15:25 -0400
commite6624c95f0c6f1e76cdb036dd9863fcadff4a2c1 (patch)
tree5169cb219537420666b5cbb7db17dc1753f879cb /profiles/releases
parentapp-doc/devmanual: Update LICENSE. (diff)
downloadgentoo-e6624c95f0c6f1e76cdb036dd9863fcadff4a2c1.tar.gz
gentoo-e6624c95f0c6f1e76cdb036dd9863fcadff4a2c1.tar.bz2
gentoo-e6624c95f0c6f1e76cdb036dd9863fcadff4a2c1.zip
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 <grknight@gentoo.org>
Diffstat (limited to 'profiles/releases')
-rw-r--r--profiles/releases/13.0/eapi1
-rw-r--r--profiles/releases/13.0/make.defaults5
-rw-r--r--profiles/releases/13.0/package.mask32
-rw-r--r--profiles/releases/13.0/package.unmask7
-rw-r--r--profiles/releases/13.0/package.use.mask7
-rw-r--r--profiles/releases/13.0/parent1
6 files changed, 53 insertions, 0 deletions
diff --git a/profiles/releases/13.0/eapi b/profiles/releases/13.0/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /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 000000000000..475e60c7d655
--- /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 000000000000..870ec444d872
--- /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 <whissi@gentoo.org> (23 Oct 2018)
+# requires >=net-libs/nodejs-8.11.0
+>=www-client/firefox-63.0
+
+# Tomáš Mózes <hydrapolic@gmail.com> (17 Sep 2018)
+# requires >=nodejs-8 which is not available in 13.0 based profiles.
+>=www-apps/kibana-bin-6
+
+# Mike Gilbert <floppym@gentoo.org> (16 Sep 2018)
+# requires >=nodejs-7.6.0 which is not available in 13.0 based profiles.
+>=www-client/chromium-70
+
+# Patrick McLean <chutzpah@gentoo.org> (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 <dilfridge@gentoo.org> (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 <dilfridge@gentoo.org> (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 000000000000..9193178ce873
--- /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 <asturm@gentoo.org> (15 Jul 2018)
+# Unmask ICU 58 only for 13.0 based profiles
+<dev-libs/icu-59
+<dev-libs/icu-layoutex-59
diff --git a/profiles/releases/13.0/package.use.mask b/profiles/releases/13.0/package.use.mask
new file mode 100644
index 000000000000..e272155ab772
--- /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 <asturm@gentoo.org> (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 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/releases/13.0/parent
@@ -0,0 +1 @@
+..