commit: 1b709a29a55278e17ecd1d0fd8df91f2021b3845
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 07:29:26 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 08:16:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b709a29
profiles: drop deprecated default and hardened musl profiles
Deteched by pkgcheck as:
UnusedProfileDirs: [ default/linux/musl/arm, default/linux/musl/x86,
hardened/linux/musl/arm ]
These profiles were deprecated and removed from profiles.desc
in commit fbe6d7bdaa09dc1839a43ecf57f3b34a6a712a99:
"""
Author: Anthony G. Basile <blueness <AT> gentoo.org>
Date: Wed Apr 10 16:38:10 2019 -0400
profiles: deprecate old arm/arm64/ppc/x86 musl profiles
"""
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
profiles/default/linux/musl/arm/armv7a/deprecated | 1 -
profiles/default/linux/musl/arm/armv7a/eapi | 1 -
.../default/linux/musl/arm/armv7a/make.defaults | 10 -------
.../default/linux/musl/arm/armv7a/package.mask | 18 ------------
profiles/default/linux/musl/arm/armv7a/parent | 1 -
profiles/default/linux/musl/arm/eapi | 1 -
profiles/default/linux/musl/arm/make.defaults | 24 ----------------
profiles/default/linux/musl/arm/package.use.force | 8 ------
profiles/default/linux/musl/arm/parent | 1 -
profiles/default/linux/musl/arm/use.force | 5 ----
profiles/default/linux/musl/arm/use.mask | 5 ----
profiles/default/linux/musl/x86/depcrecated | 1 -
profiles/default/linux/musl/x86/eapi | 1 -
profiles/default/linux/musl/x86/make.defaults | 24 ----------------
profiles/default/linux/musl/x86/package.use.force | 8 ------
profiles/default/linux/musl/x86/parent | 1 -
profiles/default/linux/musl/x86/use.force | 6 ----
profiles/default/linux/musl/x86/use.mask | 33 ----------------------
profiles/hardened/linux/musl/arm/armv7a/deprecated | 1 -
profiles/hardened/linux/musl/arm/armv7a/eapi | 1 -
profiles/hardened/linux/musl/arm/armv7a/parent | 3 --
profiles/hardened/linux/musl/arm/eapi | 1 -
22 files changed, 155 deletions(-)
diff --git a/profiles/default/linux/musl/arm/armv7a/deprecated
b/profiles/default/linux/musl/arm/armv7a/deprecated
deleted file mode 100644
index 2300c15ba6c..00000000000
--- a/profiles/default/linux/musl/arm/armv7a/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/17.0/musl/armv7a
diff --git a/profiles/default/linux/musl/arm/armv7a/eapi
b/profiles/default/linux/musl/arm/armv7a/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/default/linux/musl/arm/armv7a/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/musl/arm/armv7a/make.defaults
b/profiles/default/linux/musl/arm/armv7a/make.defaults
deleted file mode 100644
index 9310aa7711d..00000000000
--- a/profiles/default/linux/musl/arm/armv7a/make.defaults
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-CHOST="armv7a-hardfloat-linux-musleabi"
-CHOST_arm="${CHOST}"
-
-CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
diff --git a/profiles/default/linux/musl/arm/armv7a/package.mask
b/profiles/default/linux/musl/arm/armv7a/package.mask
deleted file mode 100644
index 6a132627c62..00000000000
--- a/profiles/default/linux/musl/arm/armv7a/package.mask
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Michał Górny <[email protected]> (18 Oct 2018)
-# Clang does not work correctly with the old *-hardfloat-* triplets.
-# Please switch to 17.0 profiles that use *eabihf triplets instead.
-# https://bugs.gentoo.org/595834
-dev-python/clang-python
-dev-util/lldb
-sys-devel/clang
-sys-devel/clang-common
-sys-devel/clang-runtime
-sys-libs/compiler-rt
-sys-libs/compiler-rt-sanitizers
-sys-libs/libcxx
-sys-libs/libcxxabi
-sys-libs/libomp
-sys-libs/llvm-libunwind
diff --git a/profiles/default/linux/musl/arm/armv7a/parent
b/profiles/default/linux/musl/arm/armv7a/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/default/linux/musl/arm/armv7a/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/linux/musl/arm/eapi
b/profiles/default/linux/musl/arm/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/default/linux/musl/arm/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/musl/arm/make.defaults
b/profiles/default/linux/musl/arm/make.defaults
deleted file mode 100644
index a56035197c4..00000000000
--- a/profiles/default/linux/musl/arm/make.defaults
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="arm"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="arm-unknown-linux-musleabi"
-CFLAGS="-O2"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-CHOST_arm="${CHOST}"
-
-# Anthony G. Basile <[email protected]> (25 Oct 2015)
-# Multilib-related setup, bug #515130
-ABI="arm"
-DEFAULT_ABI="arm"
-MULTILIB_ABIS="arm"
-CHOST_arm="${CHOST}"
-LIBDIR_arm="lib"
-
-# Michał Górny <[email protected]> (14 Mar 2017)
-# Unhide the ARM-specific USE_EXPANDs.
-USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
diff --git a/profiles/default/linux/musl/arm/package.use.force
b/profiles/default/linux/musl/arm/package.use.force
deleted file mode 100644
index da0371bfbf6..00000000000
--- a/profiles/default/linux/musl/arm/package.use.force
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Michał Górny <[email protected]> (24 Sep 2016)
-# Force the host target to avoid dependency hell
-dev-ml/llvm-ocaml llvm_targets_ARM
-sys-devel/clang llvm_targets_ARM
-sys-devel/llvm llvm_targets_ARM
diff --git a/profiles/default/linux/musl/arm/parent
b/profiles/default/linux/musl/arm/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/default/linux/musl/arm/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/linux/musl/arm/use.force
b/profiles/default/linux/musl/arm/use.force
deleted file mode 100644
index 11e95dae763..00000000000
--- a/profiles/default/linux/musl/arm/use.force
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Force the flag which corresponds to ARCH.
-arm
diff --git a/profiles/default/linux/musl/arm/use.mask
b/profiles/default/linux/musl/arm/use.mask
deleted file mode 100644
index 8dffd62b8e3..00000000000
--- a/profiles/default/linux/musl/arm/use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# Unmask the flag which corresponds to ARCH.
--arm
diff --git a/profiles/default/linux/musl/x86/depcrecated
b/profiles/default/linux/musl/x86/depcrecated
deleted file mode 100644
index de584d75234..00000000000
--- a/profiles/default/linux/musl/x86/depcrecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/x86/17.0/musl
diff --git a/profiles/default/linux/musl/x86/eapi
b/profiles/default/linux/musl/x86/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/default/linux/musl/x86/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/default/linux/musl/x86/make.defaults
b/profiles/default/linux/musl/x86/make.defaults
deleted file mode 100644
index 73fedb030e1..00000000000
--- a/profiles/default/linux/musl/x86/make.defaults
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="x86"
-ACCEPT_KEYWORDS="${ARCH}"
-
-CHOST="i686-gentoo-linux-musl"
-CFLAGS="-O2 -pipe"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-
-# Anthony G. Basile <[email protected]> (01 Jul 2014)
-# Multilib-related setup, bug #515130
-ABI="x86"
-DEFAULT_ABI="x86"
-MULTILIB_ABIS="x86"
-CHOST_x86="${CHOST}"
-LIBDIR_x86="lib"
-IUSE_IMPLICIT="abi_x86_32"
-
-# Anthony G. Basile <[email protected]> (26 Jan 2013)
-# Unhide the CPU_FLAGS_X86 USE_EXPANDs.
-USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"
diff --git a/profiles/default/linux/musl/x86/package.use.force
b/profiles/default/linux/musl/x86/package.use.force
deleted file mode 100644
index 55380264955..00000000000
--- a/profiles/default/linux/musl/x86/package.use.force
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Michał Górny <[email protected]> (24 Sep 2016)
-# Force the host target to avoid dependency hell
-dev-ml/llvm-ocaml llvm_targets_X86
-sys-devel/clang llvm_targets_X86
-sys-devel/llvm llvm_targets_X86
diff --git a/profiles/default/linux/musl/x86/parent
b/profiles/default/linux/musl/x86/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/default/linux/musl/x86/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default/linux/musl/x86/use.force
b/profiles/default/linux/musl/x86/use.force
deleted file mode 100644
index eb8c5dfc7f7..00000000000
--- a/profiles/default/linux/musl/x86/use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Force the flag which corresponds to arch/abi, bug #515130
-x86
-abi_x86_32
diff --git a/profiles/default/linux/musl/x86/use.mask
b/profiles/default/linux/musl/x86/use.mask
deleted file mode 100644
index 61e5564be9f..00000000000
--- a/profiles/default/linux/musl/x86/use.mask
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-
-# Force the flag which corresponds to arch/abi, bug #515130
--x86
--abi_x86_32
-
-# ssp is broken on x86 musl. This is critical for gcc-6.
-ssp
-
-# unmask all SIMD assembler flags
--cpu_flags_x86_3dnow
--cpu_flags_x86_3dnowext
--cpu_flags_x86_aes
--cpu_flags_x86_avx
--cpu_flags_x86_avx2
--cpu_flags_x86_fma3
--cpu_flags_x86_fma4
--cpu_flags_x86_mmx
--cpu_flags_x86_mmxext
--cpu_flags_x86_padlock
--cpu_flags_x86_popcnt
--cpu_flags_x86_sse
--cpu_flags_x86_sse2
--cpu_flags_x86_sse3
--cpu_flags_x86_sse4_1
--cpu_flags_x86_sse4_2
--cpu_flags_x86_sse4a
--cpu_flags_x86_ssse3
--cpu_flags_x86_xop
-
-# Masked on all profiles but x86, bug #458354
--video_cards_geode
diff --git a/profiles/hardened/linux/musl/arm/armv7a/deprecated
b/profiles/hardened/linux/musl/arm/armv7a/deprecated
deleted file mode 100644
index 97118bd98bd..00000000000
--- a/profiles/hardened/linux/musl/arm/armv7a/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/arm/17.0/musl/armv7a/hardened
diff --git a/profiles/hardened/linux/musl/arm/armv7a/eapi
b/profiles/hardened/linux/musl/arm/armv7a/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/hardened/linux/musl/arm/armv7a/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/hardened/linux/musl/arm/armv7a/parent
b/profiles/hardened/linux/musl/arm/armv7a/parent
deleted file mode 100644
index 4be939d87ce..00000000000
--- a/profiles/hardened/linux/musl/arm/armv7a/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../../../../default/linux/musl/arm/armv7a
-..
-../..
diff --git a/profiles/hardened/linux/musl/arm/eapi
b/profiles/hardened/linux/musl/arm/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/hardened/linux/musl/arm/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5