commit: d40fdcf1e4bdd370a13800e73a383537beef365a Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Jun 21 06:48:33 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Jun 21 06:51:26 2019 +0000 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 <slyfox <AT> 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..00000000000 --- 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..00000000000 --- 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..00000000000 --- 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 <[email protected]> (23 Oct 2018) -# requires >=net-libs/nodejs-8.11.0 ->=www-client/firefox-63.0 - -# Tomáš Mózes <[email protected]> (17 Sep 2018) -# requires >=nodejs-8 which is not available in 13.0 based profiles. ->=www-apps/kibana-bin-6 - -# Mike Gilbert <[email protected]> (16 Sep 2018) -# requires >=nodejs-7.6.0 which is not available in 13.0 based profiles. ->=www-client/chromium-70 - -# Patrick McLean <[email protected]> (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 <[email protected]> (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 <[email protected]> (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..00000000000 --- 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 <[email protected]> (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 deleted file mode 100644 index e272155ab77..00000000000 --- a/profiles/releases/13.0/package.use.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Andreas Sturmlechner <[email protected]> (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..00000000000 --- a/profiles/releases/13.0/parent +++ /dev/null @@ -1 +0,0 @@ -..
