commit:     88acbf9727f015cd5c0feea9c61d6dcd8dd232a7
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 19:31:54 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 19:31:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88acbf97

profiles: drop ppc-aix, m68k-mint

This marks the end of an era of fun.  From now on, the Prefix
keywords/targets ppc-aix and m68k-mint are no more.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 profiles/arch.list                            |  2 --
 profiles/arch/base/make.defaults              |  2 +-
 profiles/arches.desc                          |  3 ---
 profiles/embedded/make.defaults               |  2 +-
 profiles/prefix/aix/5.2.0.0/eapi              |  1 -
 profiles/prefix/aix/5.2.0.0/parent            |  1 -
 profiles/prefix/aix/5.2.0.0/ppc/eapi          |  1 -
 profiles/prefix/aix/5.2.0.0/ppc/make.defaults |  6 ------
 profiles/prefix/aix/5.2.0.0/ppc/parent        |  1 -
 profiles/prefix/aix/5.3.0.0/eapi              |  1 -
 profiles/prefix/aix/5.3.0.0/parent            |  1 -
 profiles/prefix/aix/5.3.0.0/ppc/eapi          |  1 -
 profiles/prefix/aix/5.3.0.0/ppc/make.defaults |  6 ------
 profiles/prefix/aix/5.3.0.0/ppc/parent        |  1 -
 profiles/prefix/aix/6.1.0.0/eapi              |  1 -
 profiles/prefix/aix/6.1.0.0/parent            |  1 -
 profiles/prefix/aix/6.1.0.0/ppc/eapi          |  1 -
 profiles/prefix/aix/6.1.0.0/ppc/make.defaults |  6 ------
 profiles/prefix/aix/6.1.0.0/ppc/parent        |  1 -
 profiles/prefix/aix/7.1.0.0/eapi              |  1 -
 profiles/prefix/aix/7.1.0.0/parent            |  1 -
 profiles/prefix/aix/7.1.0.0/ppc/eapi          |  1 -
 profiles/prefix/aix/7.1.0.0/ppc/make.defaults |  6 ------
 profiles/prefix/aix/7.1.0.0/ppc/parent        |  1 -
 profiles/prefix/aix/7.2.0.0/eapi              |  1 -
 profiles/prefix/aix/7.2.0.0/parent            |  1 -
 profiles/prefix/aix/7.2.0.0/ppc/eapi          |  1 -
 profiles/prefix/aix/7.2.0.0/ppc/make.defaults |  6 ------
 profiles/prefix/aix/7.2.0.0/ppc/parent        |  1 -
 profiles/prefix/aix/eapi                      |  1 -
 profiles/prefix/aix/make.defaults             | 19 -------------------
 profiles/prefix/aix/package.mask              | 10 ----------
 profiles/prefix/aix/package.unmask            | 12 ------------
 profiles/prefix/aix/package.use.force         |  6 ------
 profiles/prefix/aix/package.use.mask          |  6 ------
 profiles/prefix/aix/packages                  |  9 ---------
 profiles/prefix/aix/parent                    |  3 ---
 profiles/prefix/aix/profile.bashrc            | 14 --------------
 profiles/prefix/aix/use.force                 |  9 ---------
 profiles/prefix/aix/use.mask                  | 23 -----------------------
 profiles/prefix/mint/eapi                     |  1 -
 profiles/prefix/mint/m68k/eapi                |  1 -
 profiles/prefix/mint/m68k/make.defaults       |  6 ------
 profiles/prefix/mint/m68k/parent              |  1 -
 profiles/prefix/mint/m68k/use.mask            |  5 -----
 profiles/prefix/mint/make.defaults            | 12 ------------
 profiles/prefix/mint/package.use.force        |  9 ---------
 profiles/prefix/mint/package.use.mask         | 14 --------------
 profiles/prefix/mint/packages                 |  4 ----
 profiles/prefix/mint/parent                   |  3 ---
 profiles/prefix/mint/use.mask                 | 27 ---------------------------
 profiles/profiles.desc                        | 10 ----------
 52 files changed, 2 insertions(+), 262 deletions(-)

diff --git a/profiles/arch.list b/profiles/arch.list
index b790001fa25..fd0f7494ce4 100644
--- a/profiles/arch.list
+++ b/profiles/arch.list
@@ -14,7 +14,6 @@ sparc
 x86
 
 # Prefix keywords
-ppc-aix
 amd64-linux
 arm-linux
 arm64-linux
@@ -24,7 +23,6 @@ arm64-macos
 ppc-macos
 x86-macos
 x64-macos
-m68k-mint
 sparc-solaris
 sparc64-solaris
 x64-solaris

diff --git a/profiles/arch/base/make.defaults b/profiles/arch/base/make.defaults
index 94164561ce0..635d0b0db9a 100644
--- a/profiles/arch/base/make.defaults
+++ b/profiles/arch/base/make.defaults
@@ -3,6 +3,6 @@
 
 USE_EXPAND_UNPREFIXED="ARCH"
 USE_EXPAND_IMPLICIT="ARCH"
-USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 
arm64-macos hppa ia64 m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix 
ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos 
x64-solaris x64-winnt x86 x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
+USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 
arm64-macos hppa ia64 m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 
sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt 
x86 x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
 
 PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ARCH USE_EXPAND_VALUES_ARCH"

diff --git a/profiles/arches.desc b/profiles/arches.desc
index 264149975db..af01a5da339 100644
--- a/profiles/arches.desc
+++ b/profiles/arches.desc
@@ -24,8 +24,6 @@ sparc         stable
 x86            stable
 
 # Prefix keywords
-ppc-aix                testing
-amd64-linux    testing
 arm-linux      testing
 arm64-linux    testing
 ppc64-linux    testing
@@ -34,7 +32,6 @@ arm64-macos   testing
 ppc-macos      testing
 x86-macos      testing
 x64-macos      testing
-m68k-mint      testing
 sparc-solaris  testing
 sparc64-solaris        testing
 x64-solaris    testing

diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index 43106d8c28e..d31cb0f7172 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -23,7 +23,7 @@ LINGUAS="en"
 IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
 USE_EXPAND_UNPREFIXED="ARCH"
 USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
-USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 
m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sparc 
sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 
x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
+USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 
m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris 
sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-fbsd x86-linux 
x86-macos x86-solaris x86-winnt"
 USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX 
Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD 
OpenBSD SunOS Winnt"
 USE_EXPAND_VALUES_USERLAND="BSD GNU"

diff --git a/profiles/prefix/aix/5.2.0.0/eapi b/profiles/prefix/aix/5.2.0.0/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/5.2.0.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/5.2.0.0/parent 
b/profiles/prefix/aix/5.2.0.0/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/5.2.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/5.2.0.0/ppc/eapi 
b/profiles/prefix/aix/5.2.0.0/ppc/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/5.2.0.0/ppc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/5.2.0.0/ppc/make.defaults 
b/profiles/prefix/aix/5.2.0.0/ppc/make.defaults
deleted file mode 100644
index 4957fcf7471..00000000000
--- a/profiles/prefix/aix/5.2.0.0/ppc/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix5.2.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"

diff --git a/profiles/prefix/aix/5.2.0.0/ppc/parent 
b/profiles/prefix/aix/5.2.0.0/ppc/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/5.2.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/5.3.0.0/eapi b/profiles/prefix/aix/5.3.0.0/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/5.3.0.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/5.3.0.0/parent 
b/profiles/prefix/aix/5.3.0.0/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/5.3.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/5.3.0.0/ppc/eapi 
b/profiles/prefix/aix/5.3.0.0/ppc/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/5.3.0.0/ppc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/5.3.0.0/ppc/make.defaults 
b/profiles/prefix/aix/5.3.0.0/ppc/make.defaults
deleted file mode 100644
index c1c7ee8d60b..00000000000
--- a/profiles/prefix/aix/5.3.0.0/ppc/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix5.3.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"

diff --git a/profiles/prefix/aix/5.3.0.0/ppc/parent 
b/profiles/prefix/aix/5.3.0.0/ppc/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/5.3.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/6.1.0.0/eapi b/profiles/prefix/aix/6.1.0.0/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/6.1.0.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/6.1.0.0/parent 
b/profiles/prefix/aix/6.1.0.0/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/6.1.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/6.1.0.0/ppc/eapi 
b/profiles/prefix/aix/6.1.0.0/ppc/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/6.1.0.0/ppc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/6.1.0.0/ppc/make.defaults 
b/profiles/prefix/aix/6.1.0.0/ppc/make.defaults
deleted file mode 100644
index 84bf77f3fbe..00000000000
--- a/profiles/prefix/aix/6.1.0.0/ppc/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix6.1.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"

diff --git a/profiles/prefix/aix/6.1.0.0/ppc/parent 
b/profiles/prefix/aix/6.1.0.0/ppc/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/6.1.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/7.1.0.0/eapi b/profiles/prefix/aix/7.1.0.0/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/7.1.0.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/7.1.0.0/parent 
b/profiles/prefix/aix/7.1.0.0/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/7.1.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/7.1.0.0/ppc/eapi 
b/profiles/prefix/aix/7.1.0.0/ppc/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/7.1.0.0/ppc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/7.1.0.0/ppc/make.defaults 
b/profiles/prefix/aix/7.1.0.0/ppc/make.defaults
deleted file mode 100644
index 0a100e97e6e..00000000000
--- a/profiles/prefix/aix/7.1.0.0/ppc/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix7.1.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"

diff --git a/profiles/prefix/aix/7.1.0.0/ppc/parent 
b/profiles/prefix/aix/7.1.0.0/ppc/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/7.1.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/7.2.0.0/eapi b/profiles/prefix/aix/7.2.0.0/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/7.2.0.0/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/7.2.0.0/parent 
b/profiles/prefix/aix/7.2.0.0/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/7.2.0.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/aix/7.2.0.0/ppc/eapi 
b/profiles/prefix/aix/7.2.0.0/ppc/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/aix/7.2.0.0/ppc/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/aix/7.2.0.0/ppc/make.defaults 
b/profiles/prefix/aix/7.2.0.0/ppc/make.defaults
deleted file mode 100644
index 3889a5c0d91..00000000000
--- a/profiles/prefix/aix/7.2.0.0/ppc/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="ppc-aix"
-CHOST="powerpc-ibm-aix7.2.0.0"
-ACCEPT_KEYWORDS="~ppc-aix"

diff --git a/profiles/prefix/aix/7.2.0.0/ppc/parent 
b/profiles/prefix/aix/7.2.0.0/ppc/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/aix/7.2.0.0/ppc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

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

diff --git a/profiles/prefix/aix/make.defaults 
b/profiles/prefix/aix/make.defaults
deleted file mode 100644
index 4a1d10f6f86..00000000000
--- a/profiles/prefix/aix/make.defaults
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# System-wide defaults for all AIX profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="AIX"
-KERNEL="AIX"
-
-# no scanelf
-FEATURES="nostrip"
-
-# multilib build stuff, single ABI (no multilib)
-MULTILIB_ABIS="ppc"
-DEFAULT_ABI="ppc"
-ABI="ppc"
-IUSE_IMPLICIT="abi_ppc_32"
-LIBDIR_ppc="lib"

diff --git a/profiles/prefix/aix/package.mask b/profiles/prefix/aix/package.mask
deleted file mode 100644
index 60c217c107d..00000000000
--- a/profiles/prefix/aix/package.mask
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Michael Haubenwallner <[email protected]> (2017-03-03)
-# Breaks (openssh, ...) because of PR target/65058
->=sys-devel/gcc-4.8.5
-
-# Fabian Groffen <[email protected]> (2007-04-04)
-# This is the only linker for AIX
--sys-devel/native-cctools

diff --git a/profiles/prefix/aix/package.unmask 
b/profiles/prefix/aix/package.unmask
deleted file mode 100644
index 7a6601cedf9..00000000000
--- a/profiles/prefix/aix/package.unmask
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Michael Haubenwallner <[email protected]> (2017-03-03)
-# Only these versions have the patches for proper AIX support.
-# note: these ebuilds come from repo/proj/prefix.git
-~sys-devel/gcc-4.2.4
-~sys-devel/gcc-4.8.4
-
-# Michael Haubenwallner <[email protected]> (2014-04-14)
-# Endless loop while compiling gcc-4.2.4 for yet unknown reason.
-~sys-devel/make-4.0

diff --git a/profiles/prefix/aix/package.use.force 
b/profiles/prefix/aix/package.use.force
deleted file mode 100644
index a30f00532c5..00000000000
--- a/profiles/prefix/aix/package.use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Michael Haubenwallner <[email protected]> (2009-03-18)
-# Plugins need to be built and installed using libtool (#261186)
-net-nds/openldap minimal

diff --git a/profiles/prefix/aix/package.use.mask 
b/profiles/prefix/aix/package.use.mask
deleted file mode 100644
index f7b06caec55..00000000000
--- a/profiles/prefix/aix/package.use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Michael Haubenwallner <[email protected]> (2012-02-16)
-# JIT implementation in pcre does not know about AIX.
-dev-libs/libpcre jit

diff --git a/profiles/prefix/aix/packages b/profiles/prefix/aix/packages
deleted file mode 100644
index d0c7983dff6..00000000000
--- a/profiles/prefix/aix/packages
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# AIX uses the native (non-source available) linker
-*sys-devel/native-cctools
-# because AIX ar isn't able to unpack .deb files, we need deb2targz
-*app-arch/deb2targz
-# need some dll helpers on AIX
-*sys-apps/aix-miscutils

diff --git a/profiles/prefix/aix/parent b/profiles/prefix/aix/parent
deleted file mode 100644
index 8f6bb2022d1..00000000000
--- a/profiles/prefix/aix/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../base
-../../arch/base
-..

diff --git a/profiles/prefix/aix/profile.bashrc 
b/profiles/prefix/aix/profile.bashrc
deleted file mode 100644
index b596fc8dda1..00000000000
--- a/profiles/prefix/aix/profile.bashrc
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# never use /bin/sh as CONFIG_SHELL on AIX: it is ways too slow,
-# as well as broken in some corner cases.
-export CONFIG_SHELL=${BASH}
-
-if [[ ${EBUILD_PHASE} == setup ]] ; then
-       if [[ ${CATEGORY}/${P} == app-arch/tar-1.29* ]] ; then
-               # for distinct EEXIST and ENOTEMPTY,
-               # https://savannah.gnu.org/patch/?9284
-               [[ " ${CPPFLAGS} "   == *" -D_LINUX_SOURCE_COMPAT "* ]] || 
CPPFLAGS="-D_LINUX_SOURCE_COMPAT ${CPPFLAGS}"
-       fi
-fi

diff --git a/profiles/prefix/aix/use.force b/profiles/prefix/aix/use.force
deleted file mode 100644
index f69f9dce1b4..00000000000
--- a/profiles/prefix/aix/use.force
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Re-add AIX OS
-kernel_AIX
-elibc_AIX
-
-# Force the flag corresponding to the default ABI
-abi_ppc_32

diff --git a/profiles/prefix/aix/use.mask b/profiles/prefix/aix/use.mask
deleted file mode 100644
index f346f8c52fc..00000000000
--- a/profiles/prefix/aix/use.mask
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Re-add AIX libc
--elibc_AIX
--kernel_AIX
-
-# these will more than likely never work on AIX
-3dfx
-acpi
-alsa
-apm
-caps
-djbfft
-fbcon
-ggi
-gpm
-hardened
-oss
-svga
-rtc
-uclibc
-v4l

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

diff --git a/profiles/prefix/mint/m68k/eapi b/profiles/prefix/mint/m68k/eapi
deleted file mode 100644
index 7ed6ff82de6..00000000000
--- a/profiles/prefix/mint/m68k/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/prefix/mint/m68k/make.defaults 
b/profiles/prefix/mint/m68k/make.defaults
deleted file mode 100644
index 326a928552c..00000000000
--- a/profiles/prefix/mint/m68k/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-ARCH="m68k-mint"
-CHOST="m68k-atari-mint"
-ACCEPT_KEYWORDS="~m68k-mint"

diff --git a/profiles/prefix/mint/m68k/parent b/profiles/prefix/mint/m68k/parent
deleted file mode 100644
index f3229c5b987..00000000000
--- a/profiles/prefix/mint/m68k/parent
+++ /dev/null
@@ -1 +0,0 @@
-..

diff --git a/profiles/prefix/mint/m68k/use.mask 
b/profiles/prefix/mint/m68k/use.mask
deleted file mode 100644
index ef162720aed..00000000000
--- a/profiles/prefix/mint/m68k/use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# dlopen() doesn't work in MiNT
-dso

diff --git a/profiles/prefix/mint/make.defaults 
b/profiles/prefix/mint/make.defaults
deleted file mode 100644
index 89ce23bd914..00000000000
--- a/profiles/prefix/mint/make.defaults
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# System-wide defaults for all MiNT profiles
-# This file should rarely need to be changed
-
-# 'Sane' defaults
-ELIBC="mintlib"
-KERNEL="freemint"
-
-# openmp: bug #515616
-USE="fortran static-libs -openmp"

diff --git a/profiles/prefix/mint/package.use.force 
b/profiles/prefix/mint/package.use.force
deleted file mode 100644
index 993c1261aac..00000000000
--- a/profiles/prefix/mint/package.use.force
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Michael Haubenwallner <[email protected]> (2016-04-18)
-# adjust MiNT specifics via USE flags
-sys-apps/coreutils hostname kill
-
-#364789
-app-arch/libarchive static-libs

diff --git a/profiles/prefix/mint/package.use.mask 
b/profiles/prefix/mint/package.use.mask
deleted file mode 100644
index 376e04bd382..00000000000
--- a/profiles/prefix/mint/package.use.mask
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Alan Hourihane <[email protected]> (2014-03-11)
-# plays havoc with GNU pth bug #503764
-dev-lang/tcl threads
-
-# Alan Hourihane <[email protected]> (2011-12-30)
-# xz-utils plays havoc with GNU pth
-app-arch/xz-utils threads
-
-# Alan Hourihane <[email protected]> (2011-12-15)
-# MiNT doesn't have mmap, and jit requires it.
-dev-libs/libpcre jit

diff --git a/profiles/prefix/mint/packages b/profiles/prefix/mint/packages
deleted file mode 100644
index 1654df5ca8b..00000000000
--- a/profiles/prefix/mint/packages
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-*sys-devel/binutils

diff --git a/profiles/prefix/mint/parent b/profiles/prefix/mint/parent
deleted file mode 100644
index 8f6bb2022d1..00000000000
--- a/profiles/prefix/mint/parent
+++ /dev/null
@@ -1,3 +0,0 @@
-../../base
-../../arch/base
-..

diff --git a/profiles/prefix/mint/use.mask b/profiles/prefix/mint/use.mask
deleted file mode 100644
index 40285644249..00000000000
--- a/profiles/prefix/mint/use.mask
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Re-add MiNT libc
--elibc_mintlib
--kernel_freemint
-
-# these will more than likely never work on MiNT
-3dfx
-acpi
-alsa
-apm
-caps
-djbfft
-fbcon
-ggi
-gpm
-hardened
-ipv6
-oss
-svga
-rtc
-uclibc
-v4l
-
-# git doesn't work at this time, bug #339031\
-git

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 46295140523..eaeebb81c3d 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -324,13 +324,6 @@ sparc64-solaris            
prefix/sunos/solaris/5.11/sparc64               exp
 x86-solaris            prefix/sunos/solaris/5.11/x86                   exp
 x64-solaris            prefix/sunos/solaris/5.11/x64                   exp
 
-# AIX Profiles
-ppc-aix                        prefix/aix/5.2.0.0/ppc                          
exp
-ppc-aix                        prefix/aix/5.3.0.0/ppc                          
exp
-ppc-aix                        prefix/aix/6.1.0.0/ppc                          
exp
-ppc-aix                        prefix/aix/7.1.0.0/ppc                          
exp
-ppc-aix                        prefix/aix/7.2.0.0/ppc                          
exp
-
 # Windows Profiles
 x86-winnt              prefix/windows/winnt/x86                        exp
 x64-winnt              prefix/windows/winnt/x64                        exp
@@ -338,7 +331,4 @@ x64-winnt           prefix/windows/winnt/x64                
        exp
 # Cygwin Profiles
 x64-cygwin             prefix/windows/cygwin/x64                       exp
 
-# FreeMiNT
-m68k-mint              prefix/mint/m68k                                exp
-
 # vim: set ts=8 noet ft=conf:

Reply via email to