From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1ECF21382C5 for ; Thu, 31 Dec 2020 10:04:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F4DE086E; Thu, 31 Dec 2020 10:04:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 166B4E086E for ; Thu, 31 Dec 2020 10:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5E9A340DF9 for ; Thu, 31 Dec 2020 10:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21E63487 for ; Thu, 31 Dec 2020 10:04:24 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609409061.a9160b7464a1176ed63e7c4e7ce49f89e3afa647.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/10.5/x64/, profiles/prefix/darwin/macos/10.5/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/10.5/x64/eapi profiles/prefix/darwin/macos/10.5/x64/make.defaults profiles/prefix/darwin/macos/10.5/x64/package.mask profiles/prefix/darwin/macos/10.5/x64/package.unmask profiles/prefix/darwin/macos/10.5/x64/package.use.force profiles/prefix/darwin/macos/10.5/x64/package.use.mask profiles/prefix/darwin/macos/10.5/x64/parent profiles/prefix/darwin/macos/10.5/x64/use.mask profiles/prefix/darwin/macos/10.5/x86/eapi profiles/prefix/darwin/macos/10.5/x86/make.defaults profiles/prefix/darwin/macos/10.5/x86/package.mask profiles/prefix/darwin/macos/10.5/x86/package.unmask profiles/prefix/darwin/macos/10.5/x86/package.use.force profiles/prefix/darwin/macos/10.5/x86/package.use.mask profiles/prefix/darwin/macos/10.5/x86/parent profiles/prefix/darwin/macos/10.5/x86/use.mask X-VCS-Directories: profiles/prefix/darwin/macos/10.5/x64/ profiles/prefix/darwin/macos/10.5/x86/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a9160b7464a1176ed63e7c4e7ce49f89e3afa647 X-VCS-Branch: master Date: Thu, 31 Dec 2020 10:04:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77732565-c666-4279-9fae-db6ae415c2c4 X-Archives-Hash: 7b83bbc7a0f4c7da1943c006b1c26cdf commit: a9160b7464a1176ed63e7c4e7ce49f89e3afa647 Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 31 10:03:25 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Dec 31 10:04:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9160b74 profiles/prefix/darwin/macos: drop 10.5 Intel variants These are better off on 10.6 or later, only keep the ppc profile. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/10.5/x64/eapi | 1 - .../prefix/darwin/macos/10.5/x64/make.defaults | 5 ---- profiles/prefix/darwin/macos/10.5/x64/package.mask | 2 -- .../prefix/darwin/macos/10.5/x64/package.unmask | 3 --- .../prefix/darwin/macos/10.5/x64/package.use.force | 6 ----- .../prefix/darwin/macos/10.5/x64/package.use.mask | 4 --- profiles/prefix/darwin/macos/10.5/x64/parent | 2 -- profiles/prefix/darwin/macos/10.5/x64/use.mask | 30 ---------------------- profiles/prefix/darwin/macos/10.5/x86/eapi | 1 - .../prefix/darwin/macos/10.5/x86/make.defaults | 5 ---- profiles/prefix/darwin/macos/10.5/x86/package.mask | 2 -- .../prefix/darwin/macos/10.5/x86/package.unmask | 3 --- .../prefix/darwin/macos/10.5/x86/package.use.force | 6 ----- .../prefix/darwin/macos/10.5/x86/package.use.mask | 4 --- profiles/prefix/darwin/macos/10.5/x86/parent | 2 -- profiles/prefix/darwin/macos/10.5/x86/use.mask | 30 ---------------------- 16 files changed, 106 deletions(-) diff --git a/profiles/prefix/darwin/macos/10.5/x64/eapi b/profiles/prefix/darwin/macos/10.5/x64/eapi deleted file mode 100644 index 7ed6ff82de6..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/prefix/darwin/macos/10.5/x64/make.defaults b/profiles/prefix/darwin/macos/10.5/x64/make.defaults deleted file mode 100644 index dec1335075b..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/make.defaults +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -CHOST="x86_64-apple-darwin9" -CHOST_amd64="${CHOST}" diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.mask b/profiles/prefix/darwin/macos/10.5/x64/package.mask deleted file mode 100644 index 320a6bbb1a0..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/package.mask +++ /dev/null @@ -1,2 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.unmask b/profiles/prefix/darwin/macos/10.5/x64/package.unmask deleted file mode 100644 index ca74cff56ac..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/package.unmask +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.use.force b/profiles/prefix/darwin/macos/10.5/x64/package.use.force deleted file mode 100644 index 28967018e68..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/package.use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Elias Pipping (2007-09-30) -# compiles with -aqua, doesn't work, though -media-video/mplayer aqua diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.use.mask b/profiles/prefix/darwin/macos/10.5/x64/package.use.mask deleted file mode 100644 index 1a1871bef0c..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/package.use.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - - diff --git a/profiles/prefix/darwin/macos/10.5/x64/parent b/profiles/prefix/darwin/macos/10.5/x64/parent deleted file mode 100644 index 269f6f48bb1..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../arch/x64 diff --git a/profiles/prefix/darwin/macos/10.5/x64/use.mask b/profiles/prefix/darwin/macos/10.5/x64/use.mask deleted file mode 100644 index 3e153701348..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x64/use.mask +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# This file masks out USE flags that are simply NOT allowed in the default -# x86 profile. This works, for example, if another architecture's -# profile have a USE flag associated with (such as altivec, mmx, etc). - -# Unmask x86 instruction sets --cpu_flags_x86_mmx --cpu_flags_x86_mmxext --cpu_flags_x86_sse --cpu_flags_x86_sse2 --cpu_flags_x86_ssse3 --svga - -# Unmask nvidia XvMC support --nvidia - -# Unmask dev-db/oracle-instantclient-basic support --oci8-instant-client - -# Modular X: unmask for architectures on which they are available --input_devices_synaptics --input_devices_vmmouse --input_devices_wacom --video_cards_nvidia --video_cards_vmware - -# ibm is only used for ppc64 stuff -ibm diff --git a/profiles/prefix/darwin/macos/10.5/x86/eapi b/profiles/prefix/darwin/macos/10.5/x86/eapi deleted file mode 100644 index 7ed6ff82de6..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/prefix/darwin/macos/10.5/x86/make.defaults b/profiles/prefix/darwin/macos/10.5/x86/make.defaults deleted file mode 100644 index ce7d752b743..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/make.defaults +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -CHOST="i686-apple-darwin9" -CHOST_x86="${CHOST}" diff --git a/profiles/prefix/darwin/macos/10.5/x86/package.mask b/profiles/prefix/darwin/macos/10.5/x86/package.mask deleted file mode 100644 index 13d119cb0a6..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/package.mask +++ /dev/null @@ -1,2 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/prefix/darwin/macos/10.5/x86/package.unmask b/profiles/prefix/darwin/macos/10.5/x86/package.unmask deleted file mode 100644 index ca74cff56ac..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/package.unmask +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - diff --git a/profiles/prefix/darwin/macos/10.5/x86/package.use.force b/profiles/prefix/darwin/macos/10.5/x86/package.use.force deleted file mode 100644 index 28967018e68..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/package.use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Elias Pipping (2007-09-30) -# compiles with -aqua, doesn't work, though -media-video/mplayer aqua diff --git a/profiles/prefix/darwin/macos/10.5/x86/package.use.mask b/profiles/prefix/darwin/macos/10.5/x86/package.use.mask deleted file mode 100644 index 1a1871bef0c..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/package.use.mask +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - - diff --git a/profiles/prefix/darwin/macos/10.5/x86/parent b/profiles/prefix/darwin/macos/10.5/x86/parent deleted file mode 100644 index 93220d09682..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../arch/x86 diff --git a/profiles/prefix/darwin/macos/10.5/x86/use.mask b/profiles/prefix/darwin/macos/10.5/x86/use.mask deleted file mode 100644 index 3e153701348..00000000000 --- a/profiles/prefix/darwin/macos/10.5/x86/use.mask +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# This file masks out USE flags that are simply NOT allowed in the default -# x86 profile. This works, for example, if another architecture's -# profile have a USE flag associated with (such as altivec, mmx, etc). - -# Unmask x86 instruction sets --cpu_flags_x86_mmx --cpu_flags_x86_mmxext --cpu_flags_x86_sse --cpu_flags_x86_sse2 --cpu_flags_x86_ssse3 --svga - -# Unmask nvidia XvMC support --nvidia - -# Unmask dev-db/oracle-instantclient-basic support --oci8-instant-client - -# Modular X: unmask for architectures on which they are available --input_devices_synaptics --input_devices_vmmouse --input_devices_wacom --video_cards_nvidia --video_cards_vmware - -# ibm is only used for ppc64 stuff -ibm