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 F0FC2138334 for ; Thu, 13 Dec 2018 22:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE6C3E0E41; Thu, 13 Dec 2018 22:31:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AB22AE0E41 for ; Thu, 13 Dec 2018 22:31:55 +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 344B4335C36 for ; Thu, 13 Dec 2018 22:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E20643A for ; Thu, 13 Dec 2018 22:31:52 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1544740306.99eac6afbf413d91531cc3c6865b59b9a86a3286.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/xbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/xbox/eapi profiles/arch/x86/xbox/make.defaults profiles/arch/x86/xbox/package.mask profiles/arch/x86/xbox/parent X-VCS-Directories: profiles/arch/x86/xbox/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 99eac6afbf413d91531cc3c6865b59b9a86a3286 X-VCS-Branch: master Date: Thu, 13 Dec 2018 22:31:52 +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: 69699280-3f12-43e2-a91c-b20ac7a38589 X-Archives-Hash: d87b423aaa48d13709e4e261f95a8e2a commit: 99eac6afbf413d91531cc3c6865b59b9a86a3286 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Dec 13 22:29:21 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Dec 13 22:31:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99eac6af profiles: delete unreachable arch/x86/xbox Delete an old benign profile. It's difference from defaults is the following: PROFILE_ARCH="xbox" # not used in ebuilds CPU_FLAGS_X86="mmx sse" CFLAGS="-O2 -march=pentium3 -pipe" I suggest using those values directly on vanilla x86. Signed-off-by: Sergei Trofimovich gentoo.org> profiles/arch/x86/xbox/eapi | 1 - profiles/arch/x86/xbox/make.defaults | 10 ---------- profiles/arch/x86/xbox/package.mask | 2 -- profiles/arch/x86/xbox/parent | 1 - 4 files changed, 14 deletions(-) diff --git a/profiles/arch/x86/xbox/eapi b/profiles/arch/x86/xbox/eapi deleted file mode 100644 index 7ed6ff82de6..00000000000 --- a/profiles/arch/x86/xbox/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/arch/x86/xbox/make.defaults b/profiles/arch/x86/xbox/make.defaults deleted file mode 100644 index 77e30c62110..00000000000 --- a/profiles/arch/x86/xbox/make.defaults +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -PROFILE_ARCH="xbox" -CPU_FLAGS_X86="mmx sse" - -CFLAGS="-O2 -march=pentium3 -pipe" -CXXFLAGS="${CFLAGS}" -FFLAGS="${CFLAGS}" -FCFLAGS="${CFLAGS}" diff --git a/profiles/arch/x86/xbox/package.mask b/profiles/arch/x86/xbox/package.mask deleted file mode 100644 index 633c704dafd..00000000000 --- a/profiles/arch/x86/xbox/package.mask +++ /dev/null @@ -1,2 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/arch/x86/xbox/parent b/profiles/arch/x86/xbox/parent deleted file mode 100644 index f3229c5b987..00000000000 --- a/profiles/arch/x86/xbox/parent +++ /dev/null @@ -1 +0,0 @@ -..