From 725d71c0e4e0b66675eae3449ec4e22056da4fa8 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 27 Mar 2023 07:24:04 +0000 Subject: [PATCH] profiles: Sync with Gentoo It's from Gentoo commit c07171f9b11f56778cef8606138907393f2e7478. --- .../profiles/arch/alpha/package.use.mask | 3 +- .../profiles/arch/arm/package.use.stable.mask | 6 +- .../arch/arm64/big-endian/package.mask | 7 + .../profiles/arch/hppa/package.mask | 5 + .../profiles/arch/hppa/package.use.mask | 1 + .../profiles/arch/ia64/package.use.mask | 1 + .../profiles/arch/m68k/package.mask | 7 + .../arch/mips/mips64/n32/package.use.mask | 6 + .../mips/mipsel/mips64el/n32/package.use.mask | 6 + .../profiles/arch/mips/mipsel/package.mask | 7 + .../profiles/arch/mips/package.mask | 7 +- .../profiles/arch/mips/use.mask | 1 + .../profiles/arch/powerpc/package.mask | 9 +- .../arch/powerpc/ppc32/package.use.mask | 1 + .../arch/powerpc/ppc64/64le/package.mask | 7 + .../powerpc/ppc64/package.use.stable.mask | 6 +- .../profiles/arch/s390/package.mask | 7 + .../profiles/arch/s390/package.use.mask | 1 + .../profiles/arch/sparc/package.mask | 5 + .../profiles/arch/sparc/package.use.mask | 1 + .../profiles/base/make.defaults | 4 +- .../profiles/base/package.use.stable.mask | 4 - .../portage-stable/profiles/license_groups | 4 +- .../portage-stable/profiles/package.mask | 176 +++----------- .../portage-stable/profiles/profiles.desc | 214 +++++++++--------- .../portage-stable/profiles/thirdpartymirrors | 1 + 26 files changed, 235 insertions(+), 262 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/package.mask create mode 100644 sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.mask create mode 100644 sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/package.use.mask create mode 100644 sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/package.use.mask create mode 100644 sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/package.mask create mode 100644 sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask index 6cb33f3fd8..f69ce2e172 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Matt Turner (2023-02-15) @@ -120,6 +120,7 @@ media-libs/rubberband jni # media-libs/libavif isn't keyworded here media-libs/gd avif heif media-gfx/graphicsmagick heif +www-client/links avif # Sam James (2021-02-26) # dev-libs/efl not keyworded here diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask index b149b0eec5..19401bfc02 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-03-23) +# app-emacs/flycheck is not marked stable here yet +dev-util/pkgcheck emacs + # Sam James (2022-07-06) # sci-libs/sundials is not marked stable on arm sci-mathematics/octave sundials diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/package.mask new file mode 100644 index 0000000000..8f83c7d52c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/big-endian/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask index 16cb03e861..5022517084 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.mask @@ -1,6 +1,11 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh + # Sam James (2023-03-10) # Fails to build on HPPA w/ sys-kernel/linux-headers-6.2: # https://github.com/strace/strace/issues/241 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask index 9fcb85c3f4..6a75ab6ba3 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.mask @@ -152,6 +152,7 @@ media-libs/rubberband jni # media-libs/libavif isn't keyworded here media-libs/gd avif heif media-gfx/graphicsmagick heif +www-client/links avif # Georgy Yakovlev (2021-01-19) # uchardet not stable/keyworded yet on this arch diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask index 2c53b53fd8..d5c932d7b9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask @@ -121,6 +121,7 @@ media-libs/rubberband jni # media-libs/libavif isn't keyworded here media-libs/gd avif heif media-gfx/graphicsmagick heif +www-client/links avif # Akinori Hattori (2021-03-03) # dev-lang/ruby is not keyworded diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.mask new file mode 100644 index 0000000000..8f83c7d52c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/m68k/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/package.use.mask new file mode 100644 index 0000000000..8bd9168ec3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mips64/n32/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro (2023-03-20) +# Requires dev-lang/go, not available on n32 ABI +sys-libs/libcap tools diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/package.use.mask new file mode 100644 index 0000000000..8bd9168ec3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/mips64el/n32/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro (2023-03-20) +# Requires dev-lang/go, not available on n32 ABI +sys-libs/libcap tools diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/package.mask new file mode 100644 index 0000000000..e3e194c6e8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/mipsel/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +-dev-libs/tlsh diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask index 0bd14092c6..68f2756c44 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/package.mask @@ -1,6 +1,11 @@ -# Copyright 2006-2021 Gentoo Authors +# Copyright 2006-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh + # Mask pam_ldap and nss_ldap - openldap dep missing. sys-auth/pam_ldap sys-auth/nss_ldap diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask index a073c231ab..661f782192 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/mips/use.mask @@ -11,6 +11,7 @@ # in the future upon user request. vulkan vaapi +frei0r # matoro (2023-03-03) # app-crypt/tpm2-tss is not keyworded here diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask index 882732a133..5ecdf5968a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.mask @@ -1,6 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh +dev-python/tlsh +dev-util/diffoscope + # Georgy Yakovlev (2020-09-22) # criu does not work on ppc64be and ppc32 sys-process/criu diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask index 30c0907796..0a3e615568 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc32/package.use.mask @@ -117,6 +117,7 @@ dev-python/diskcache test # media-libs/libheif isn't keyworded here # media-libs/libavif isn't keyworded here media-libs/gd avif heif +www-client/links avif # Sam James (2021-02-28) # compiler-rt* has no support for ppc32 (yet?) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask index 703c39a8fa..aa8fec70dd 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +-dev-libs/tlsh +-dev-python/tlsh +-dev-util/diffoscope + # Jimi Huotari (2023-01-11) # Requires media-libs/libva since 29.0.0, which is unmasked here. ->=media-video/obs-studio-29.0.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask index 52c4c9f964..254986f243 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James (2023-03-23) +# app-emacs/flycheck is not marked stable here yet +dev-util/pkgcheck emacs + # Andrew Ammerlaan (2022-09-23) # The corresponding Qt5 modules are not stable keyworded on ppc64, and we don't want to # keyword them solely because of PyQt5 while there are no other in-tree users. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask new file mode 100644 index 0000000000..8f83c7d52c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask index ca0d8c3533..9662c6dfee 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask @@ -79,6 +79,7 @@ media-libs/libcanberra sound # media-libs/libavif isn't keyworded here media-libs/gd avif heif media-gfx/graphicsmagick heif +www-client/links avif # Sam James (2022-04-24) # Unkeyworded dev-tcltk/* dependencies diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask index 538d5c80fc..467d775a6b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2022-03-20) +# Broken on big-endian (#861710) +# https://github.com/trendmicro/tlsh/issues/131 +dev-libs/tlsh + # matoro (2023-03-07) # Fails tests disastrously. Present evidence of passing test suite # before removing, please. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask index ed39d11b93..169c00198a 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask @@ -162,6 +162,7 @@ media-libs/rubberband jni media-libs/gd avif heif net-libs/webkit-gtk avif media-gfx/graphicsmagick heif +www-client/links avif # Sam James (2021-02-26) # dev-libs/efl not keyworded here diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults index 68ff36a90c..d7ebad36ea 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults @@ -101,8 +101,8 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # Manuel Rüger (2015-09-09) # Default Ruby build target(s) -# Updated to include ruby30 on 2023-01-15 -RUBY_TARGETS="ruby27 ruby30" +# Updated to remove ruby27 on 2023-03-26 +RUBY_TARGETS="ruby30" # Andreas K. Hüttel (2022-10-22) # These USE flags are what is common between the various sub-profiles. Stages 2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask index ecd863f4b8..6d1df4e1af 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask @@ -33,10 +33,6 @@ net-libs/gssdp man # depend in turn on subprocess-tee. dev-python/subprocess-tee test-full -# Arthur Zamarin (2022-09-16) -# app-emacs/flycheck is not stable -dev-util/pkgcheck emacs - # Matt Turner (2022-05-11) # app-text/pandoc is not stable app-text/nuspell doc diff --git a/sdk_container/src/third_party/portage-stable/profiles/license_groups b/sdk_container/src/third_party/portage-stable/profiles/license_groups index dc1aa07eb7..c4ad5fb336 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/license_groups +++ b/sdk_container/src/third_party/portage-stable/profiles/license_groups @@ -15,7 +15,7 @@ # https://www.gnu.org/licenses/license-list.html # GPL or LGPL with various exceptions are also included here, because # they are more permissive than the licenses they are based on. -GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FSFAP FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2+-with-openssl-exception GPL-2-with-classpath-exception GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-2+-with-Pyinstaller-Bootloader-exception GPL-3 GPL-3+ GPL-3+-with-autoconf-exception GPL-3+-with-font-exception GPL-3-with-font-exception GPL-3-with-openssl-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.2 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA UPX-exception vim W3C WTFPL-2 wxWinLL-3.1 ZLIB ZPL +GPL-COMPATIBLE AGPL-3 AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 Boost-1.0 BSD BSD-2 CC0-1.0 CeCILL-2 Clarified-Artistic Clear-BSD ECL-2.0 FSFAP FTL gcc-runtime-library-exception-3.1 GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-2+-with-openssl-exception GPL-2-with-classpath-exception GPL-2-with-exceptions GPL-2-with-font-exception GPL-2-with-linking-exception GPL-2-with-MySQL-FLOSS-exception GPL-2+-with-Pyinstaller-Bootloader-exception GPL-3 GPL-3+ GPL-3+-with-autoconf-exception GPL-3+-with-font-exception GPL-3-with-font-exception GPL-3-with-openssl-exception HPND IJG ISC LGPL-2 LGPL-2+ LGPL-2-with-linking-exception LGPL-2.1 LGPL-2.1+ LGPL-2.1-with-linking-exception LGPL-3 LGPL-3+ LGPL-3-with-linking-exception libgcc libstdc++ metapackage MIT MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 OPENLDAP PSF-2 PSF-2.4 public-domain PYTHON qwt Ruby Ruby-BSD SGI-B-2.0 Sleepycat tanuki-community Transmission-OpenSSL-exception unicode Unlicense UoI-NCSA UPX-exception vim W3C WTFPL-2 wxWinLL-3.1 ZLIB ZPL # Free software licenses approved by the FSF FSF-APPROVED @GPL-COMPATIBLE AFL-2.1 AFL-3.0 Apache-1.0 Apache-1.1 APSL-2 BSD-4 CDDL CeCILL-B CeCILL-C CNRI CPAL-1.0 CPL-1.0 EPL-1.0 EPL-2.0 EUPL-1.1 EUPL-1.2 FraunhoferFDK gnuplot IBM LPPL-1.2 MPL-1.0 MPL-1.1 Ms-PL Ms-RL NPL-1.1 openssl OSL-1.1 OSL-2.0 OSL-2.1 PHP-3.01 QPL-1.0 Zend-2.0 @@ -73,7 +73,7 @@ BINARY-REDISTRIBUTABLE @FREE Amazon Atmel AVASYS bh-luxi bonnie Broadcom freedis # License agreements that try to take away your rights. These are more # restrictive than "all-rights-reserved" or require explicit approval. -EULA 2dboy-EULA AMD-GPU-PRO-EULA android AnyDesk-TOS Aseprite-EULA baudline bestcrypt CAPYBARA-EULA Coherent-Graphics ETQW f.lux FAH-EULA-2014 Flightradar24 Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome Intel-SDP Introversion JoyPixels LOKI-EULA MakeMKV-EULA Microsemi microsoft-edge Microsoft-vscode Mojang ms-teams-pre MTA-0.5 NVIDIA-CUDA NVIDIA-SDK OPERA-2018 PAPERS-PLEASE PassMark-EULA PICO-8 Primate-Plunge PUEL-11 Q3AEULA-20000111 QUAKE4 RAR sfpg Sourcetrail SPS Steam supermicro Synology teamspeak3 teamspeak5 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo Vivaldi worklog-assistant WPS-EULA zi-labone +EULA 2dboy-EULA AMD-GPU-PRO-EULA android AnyDesk-TOS Aseprite-EULA baudline bestcrypt CAPYBARA-EULA Coherent-Graphics ETQW f.lux FAH-EULA-2014 Flightradar24 Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome Intel-SDP Introversion JoyPixels LOKI-EULA MakeMKV-EULA Microsemi microsoft-edge Microsoft-vscode Mojang ms-teams-pre MTA-0.5 NVIDIA-CUDA NVIDIA-SDK OPERA-2018 PAPERS-PLEASE PassMark-EULA PICO-8 Primate-Plunge PUEL-11 Q3AEULA-20000111 QUAKE4 RAR sfpg SPS Steam supermicro Synology teamspeak3 teamspeak5 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo Vivaldi worklog-assistant WPS-EULA zi-labone # Deprecated license labels, used by repoman and pkgcheck #DEPRECATED (currently none) diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.mask b/sdk_container/src/third_party/portage-stable/profiles/package.mask index f4bf4218ce..71a6956c52 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/package.mask @@ -33,6 +33,39 @@ #--- END OF EXAMPLES --- +# Michał Górny (2023-03-26) +# No py3.11. Last release in 2014. No revdeps. +# Removal on 2023-04-25. Bug #896762. +dev-python/collective-checkdocs + +# Hans de Graaff (2023-03-26) +# Mask ruby27-only packages related to hiera-eyaml. These require a now +# masked version of puppet and other obsolete ruby27-only test +# dependencies. Masked for removal on 2023-04-26. +dev-ruby/hiera-eyaml +dev-ruby/hiera-eyaml-gpg + +# Hans de Graaff (2023-03-26) +# Mask ruby27-only version of puppet for removal. Please upgrade to +# puppetserver 7 and either puppet-agent 7 or puppet 7. +# Masked for removal on 2023-04-26. +=app-admin/puppet-5* + +# Sam James (2023-03-24) +# Please upgrade to make-4.4.1 as make-4.4 has a bunch of issues. +=sys-devel/make-4.4 + +# John Helmert III (2023-03-22) +# Multiple vulnerabilities, unmaintained and broken in Gentoo, removal +# on 2023-04-22. Bug #782037, #850547. +net-fs/minio + +# Volkmar W. Pogatzki (2023-03-23) +# Unused Java libraries. Removal on 2023-04-22. +dev-java/tomcat-jsp-api +dev-java/tomcat-el-api +dev-java/glassfish-xmlrpc-api + # David Seifert (2023-03-19) # Unmaintained, last release 18 years ago, assortment of QA issues, # upstream gone, fails with modern C, no revdeps remaining. @@ -154,42 +187,6 @@ app-crypt/yubioath-desktop # Masked for removal on 2023-04-12. dev-ruby/net-http-persistent:3 -# Guillermo Joandet (2023-03-11) -# In preparation for GNOME 44 ->=app-editors/gnome-text-editor-44_rc ->=app-text/evince-44_rc ->=dev-libs/gjs-1.75 ->=dev-python/pygobject-3.43 ->=gnome-base/gnome-session-44_rc ->=gnome-base/gnome-settings-daemon-44_rc ->=gnome-base/gnome-shell-44_rc ->=gnome-base/librsvg-2.55.90 ->=gnome-base/nautilus-44_rc ->=gnome-extra/gnome-boxes-44_rc ->=gnome-extra/gnome-calculator-44_rc ->=gnome-extra/gnome-calendar-44_rc ->=gnome-extra/gnome-characters-44_rc ->=gnome-extra/gnome-clocks-44_rc ->=gnome-extra/gnome-contacts-44_rc ->=gnome-extra/gnome-shell-extensions-44_rc ->=gnome-extra/gnome-software-44_rc ->=gnome-extra/gnome-system-monitor-44_rc ->=gnome-extra/gnome-user-docs-44_rc ->=gnome-extra/gnome-weather-44_rc ->=gui-apps/gnome-console-44_beta ->=gui-libs/libadwaita-1.3_rc ->=media-gfx/eog-44_beta ->=media-gfx/gnome-font-viewer-44_rc ->=net-libs/glib-networking-2.76_beta ->=net-libs/webkit-gtk-2.40.0 ->=net-misc/gnome-connections-44_rc ->=net-misc/gnome-remote-desktop-44_rc ->=sci-geosciences/gnome-maps-44_rc ->=sys-apps/baobab-44_rc ->=sys-apps/gnome-disk-utility-44_rc ->=sys-apps/xdg-desktop-portal-gnome-44_rc ->=x11-wm/mutter-44_rc - # Hans de Graaff (2023-03-11) # Mask ruby27-only dev-ruby/sass-rails:5.0 for removal. Use a newer # sass-rails slot or consider migrating to sassc-rails. Masked for @@ -267,116 +264,10 @@ x11-libs/libcryptui # Removal on 2023-03-27. Bug 896898 and 888444 dev-python/trio-asyncio -# Michał Górny (2023-02-24) -# Unmaintained with multiple reported bugs. Last release is a RC -# from 2017, upstream recommends using trunk. -# Removal on 2023-03-26. Bug #855548. -media-gfx/fim - -# Michał Górny (2023-02-24) -# Unmaintained with reported build failure. The last release is a beta -# from 2019, the package had only marginal activity in 2020 and 2021. -# Removal on 2023-03-26. Bug #732194. -app-editors/notepadqq - -# Michał Górny (2023-02-24) -# Unmaintained. Fails to build with current sys-libs/ncurses. Homepage -# gone, last release in 2002. -# Removal on 2023-03-26. Bug #776832. -app-text/reed - -# Michał Górny (2023-02-24) -# Unmaintained with multiple build failures reported. The current -# Gentoo version is from 2015, and is a few releases behind upstream. -# Removal on 2023-03-26. Bug #894626. -dev-lang/regina-rexx - -# Michał Górny (2023-02-24) -# Unmaintained with reported bugs. Last release in 2004. -# Removal on 2023-03-26. Bug #740480. -media-tv/nvtv - -# Michał Górny (2023-02-24) -# Fails to build with setuptools-67.2.0. Release from Aug 2020. -# Upstream has made a number of releases since. No revdeps. -# Removal on 2023-03-26. Bug #892347. -dev-python/pygame_sdl2 - -# Michał Górny (2023-02-24) -# Fails to build with setuptools-67.2.0. The current version is from -# Jan 2021, upstream had a few releases in 2022. Multiple other bugs.. -# Removal on 2023-03-26. Bug #891757. -dev-lang/hy - -# Michał Górny (2023-02-24) -# Unmaintained. Does not build against the current version -# of app-text/htmltidy. Last upstream commit in 2013. -# Removal on 2023-03-26. Bug #806480. -net-misc/cbugzilla - -# Mike Gilbert (2023-02-23) -# Deprecated upstream. Use the progressive web app instead. -# Removal on 2023-03-26. Bug 880425. -net-im/teams - -# Alexey Sokolov (2023-02-23) -# No revdeps left. Bug #745234 -# Removal in 30 days. -dev-libs/qtcompress - -# Alfredo Tupone (2023-02-22) -# Masked for removal in 30 days. -# Not maintained (2021), no rev dep -dev-python/quex - -# Volkmar W. Pogatzki (2023-02-20) -# Unused Java libraries. Removal on 2023-03-22. -dev-java/jboss-modules -dev-java/sac - -# Michał Górny (2023-02-20) -# No declared Python 3.11 support. Multiple failing tests (probably due -# to being online tests). Last release in 2021, upstream CI is all red. -# No revdeps. -# Removal on 2023-03-22. Bug #895614. -dev-python/pandas-datareader - -# Michał Górny (2023-02-20) -# Uses dev-python/nose, no py3.11 support. Last upstream commit -# in 2019. Used only for dev-python/matplotlib[doc]. -# Removal on 2023-03-22. Bug #888241. -dev-python/colorspacious - -# Bernd Waibel (2023-02-19) -# Obsolete, last consumer is gone. -# Removal on 2023-03-21. Bug #892209 -app-eselect/eselect-opencascade - -# Michał Górny (2023-02-19) -# Incompatible with Python 3.11. Last commit in 2017, archived in 2020. -# No revdeps. -# Removal on 2023-03-21. Bug #895342. -dev-python/flask-script - -# Florian Schmaus (2023-02-09) -# Leftovers from net-im/jabber-base. Unused and obsolete. -# Removal on 2023-03-09. -acct-user/jabber -acct-group/jabber - # Ben Kohler (2023-01-30) # Breaks too many revdeps for now =app-text/discount-3* -# Sam James (2023-01-29) -# Commands trigger an assertion and crashes, bug #892487 -=sys-fs/lvm2-2.03.18 - -# Sam James (2023-01-23) -# Please upgrade to >=app-eselect/eselect-wxwidgets-20230114-r1 as -r0 may -# lead to build failures. -=app-eselect/eselect-wxwidgets-20230114 - # David Seifert (2023-01-14) # Py3.8 only backports dev-python/backports-tempfile @@ -627,3 +518,4 @@ www-plugins/chrome-binary-plugins:unstable dev-util/mingw64-runtime sys-libs/newlib dev-embedded/avr-libc +sys-devel/nvptx-tools diff --git a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc index 5907185b9e..e8f6c62dc7 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc @@ -43,20 +43,20 @@ amd64 default/linux/amd64/17.1/no-multilib/hardened/selinux stable amd64 default/linux/amd64/17.1/no-multilib/systemd dev amd64 default/linux/amd64/17.1/no-multilib/systemd/merged-usr dev amd64 default/linux/amd64/17.1/no-multilib/systemd/selinux exp -amd64 default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr exp +amd64 default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr exp amd64 default/linux/amd64/17.1/systemd stable amd64 default/linux/amd64/17.1/systemd/merged-usr stable amd64 default/linux/amd64/17.1/systemd/selinux exp -amd64 default/linux/amd64/17.1/systemd/selinux/merged-usr exp +amd64 default/linux/amd64/17.1/systemd/selinux/merged-usr exp amd64 default/linux/amd64/17.1/clang exp amd64 default/linux/amd64/17.1/systemd/clang exp amd64 default/linux/amd64/17.1/systemd/clang/merged-usr exp # AMD64 Profiles # @MAINTAINER: amd64@gentoo.org -amd64 default/linux/amd64/17.0/x32 dev -amd64 default/linux/amd64/17.0/x32/systemd exp -amd64 default/linux/amd64/17.0/x32/systemd/merged-usr exp +amd64 default/linux/amd64/17.0/x32 dev +amd64 default/linux/amd64/17.0/x32/systemd exp +amd64 default/linux/amd64/17.0/x32/systemd/merged-usr exp # ARM Profiles # @MAINTAINER: arm@gentoo.org @@ -107,7 +107,7 @@ arm default/linux/arm/17.0/armv7a/desktop/gnome/systemd dev arm default/linux/arm/17.0/armv7a/desktop/gnome/systemd/merged-usr dev arm default/linux/arm/17.0/armv7a/desktop/plasma dev arm default/linux/arm/17.0/armv7a/desktop/plasma/systemd dev -arm default/linux/arm/17.0/armv7a/desktop/plasma/systemd/merged-usr dev +arm default/linux/arm/17.0/armv7a/desktop/plasma/systemd/merged-usr dev arm default/linux/arm/17.0/armv7a/developer exp arm default/linux/arm/17.0/armv7a/systemd dev arm default/linux/arm/17.0/armv7a/systemd/merged-usr dev @@ -123,7 +123,7 @@ arm64 default/linux/arm64/17.0/desktop/gnome stable arm64 default/linux/arm64/17.0/desktop/gnome/systemd stable arm64 default/linux/arm64/17.0/desktop/gnome/systemd/merged-usr stable arm64 default/linux/arm64/17.0/desktop/plasma stable -arm64 default/linux/arm64/17.0/desktop/plasma/systemd stable +arm64 default/linux/arm64/17.0/desktop/plasma/systemd stable arm64 default/linux/arm64/17.0/desktop/plasma/systemd/merged-usr stable arm64 default/linux/arm64/17.0/desktop/systemd stable arm64 default/linux/arm64/17.0/desktop/systemd/merged-usr stable @@ -131,7 +131,7 @@ arm64 default/linux/arm64/17.0/developer exp arm64 default/linux/arm64/17.0/systemd stable arm64 default/linux/arm64/17.0/systemd/merged-usr stable arm64 default/linux/arm64/17.0/systemd/selinux exp -arm64 default/linux/arm64/17.0/systemd/selinux/merged-usr exp +arm64 default/linux/arm64/17.0/systemd/selinux/merged-usr exp arm64 default/linux/arm64/17.0/llvm exp arm64 default/linux/arm64/17.0/systemd/llvm exp arm64 default/linux/arm64/17.0/systemd/llvm/merged-usr exp @@ -147,11 +147,11 @@ arm64 default/linux/arm64/17.0/big-endian/systemd/merged-usr exp # HPPA Profiles # @MAINTAINER: hppa@gentoo.org -hppa default/linux/hppa/17.0 stable -hppa default/linux/hppa/17.0/systemd exp -hppa default/linux/hppa/17.0/systemd/merged-usr exp -hppa default/linux/hppa/17.0/desktop stable -hppa default/linux/hppa/17.0/developer exp +hppa default/linux/hppa/17.0 stable +hppa default/linux/hppa/17.0/systemd exp +hppa default/linux/hppa/17.0/systemd/merged-usr exp +hppa default/linux/hppa/17.0/desktop stable +hppa default/linux/hppa/17.0/developer exp # IA64 Profiles # @MAINTAINER: ia64@gentoo.org @@ -176,9 +176,9 @@ loong default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr stable # M68K Profiles # @MAINTAINER: m68k@gentoo.org -m68k default/linux/m68k/17.0 exp -m68k default/linux/m68k/17.0/systemd exp -m68k default/linux/m68k/17.0/systemd/merged-usr exp +m68k default/linux/m68k/17.0 exp +m68k default/linux/m68k/17.0/systemd exp +m68k default/linux/m68k/17.0/systemd/merged-usr exp # MIPS Profiles # @MAINTAINER: mips@gentoo.org @@ -223,16 +223,16 @@ ppc default/linux/powerpc/ppc64/17.0/32bit-userland/developer exp # PPC profiles # @MAINTAINER: gyakovlev@gentoo.org, ppc@gentoo.org, musl@gentoo.org -ppc default/linux/ppc/17.0 stable -ppc default/linux/ppc/17.0/desktop stable -ppc default/linux/ppc/17.0/desktop/gnome stable -ppc default/linux/ppc/17.0/desktop/gnome/systemd stable -ppc default/linux/ppc/17.0/desktop/gnome/systemd/merged-usr stable -ppc default/linux/ppc/17.0/systemd stable -ppc default/linux/ppc/17.0/systemd/merged-usr stable -ppc default/linux/ppc/17.0/developer exp -ppc default/linux/ppc/17.0/musl dev -ppc default/linux/ppc/17.0/musl/hardened exp +ppc default/linux/ppc/17.0 stable +ppc default/linux/ppc/17.0/desktop stable +ppc default/linux/ppc/17.0/desktop/gnome stable +ppc default/linux/ppc/17.0/desktop/gnome/systemd stable +ppc default/linux/ppc/17.0/desktop/gnome/systemd/merged-usr stable +ppc default/linux/ppc/17.0/systemd stable +ppc default/linux/ppc/17.0/systemd/merged-usr stable +ppc default/linux/ppc/17.0/developer exp +ppc default/linux/ppc/17.0/musl dev +ppc default/linux/ppc/17.0/musl/hardened exp # PPC64 profiles # @MAINTAINER: gyakovlev@gentoo.org, ppc64@gentoo.org, musl@gentoo.org @@ -298,25 +298,25 @@ riscv default/linux/riscv/20.0/rv64gc/multilib/systemd exp # S390 Profiles # @MAINTAINER: s390@gentoo.org -s390 default/linux/s390/17.0 stable -s390 default/linux/s390/17.0/s390x stable -s390 default/linux/s390/17.0/systemd stable -s390 default/linux/s390/17.0/systemd/merged-usr stable -s390 default/linux/s390/17.0/s390x/systemd exp -s390 default/linux/s390/17.0/s390x/systemd/merged-usr exp +s390 default/linux/s390/17.0 stable +s390 default/linux/s390/17.0/s390x stable +s390 default/linux/s390/17.0/systemd stable +s390 default/linux/s390/17.0/systemd/merged-usr stable +s390 default/linux/s390/17.0/s390x/systemd exp +s390 default/linux/s390/17.0/s390x/systemd/merged-usr exp # SPARC Profiles # @MAINTAINER: sparc@gentoo.org -sparc default/linux/sparc/17.0 stable -sparc default/linux/sparc/17.0/desktop stable -sparc default/linux/sparc/17.0/developer exp -sparc default/linux/sparc/17.0/systemd stable -sparc default/linux/sparc/17.0/systemd/merged-usr stable -sparc default/linux/sparc/17.0/64ul stable -sparc default/linux/sparc/17.0/64ul/desktop stable -sparc default/linux/sparc/17.0/64ul/developer exp -sparc default/linux/sparc/17.0/64ul/systemd stable -sparc default/linux/sparc/17.0/64ul/systemd/merged-usr stable +sparc default/linux/sparc/17.0 stable +sparc default/linux/sparc/17.0/desktop stable +sparc default/linux/sparc/17.0/developer exp +sparc default/linux/sparc/17.0/systemd stable +sparc default/linux/sparc/17.0/systemd/merged-usr stable +sparc default/linux/sparc/17.0/64ul stable +sparc default/linux/sparc/17.0/64ul/desktop stable +sparc default/linux/sparc/17.0/64ul/developer exp +sparc default/linux/sparc/17.0/64ul/systemd stable +sparc default/linux/sparc/17.0/64ul/systemd/merged-usr stable # x86 Profiles # @MAINTAINER: x86@gentoo.org @@ -337,86 +337,86 @@ x86 default/linux/x86/17.0/systemd/merged-usr stable # musl profiles # @MAINTAINER: musl@gentoo.org -amd64 default/linux/amd64/17.0/musl dev -amd64 default/linux/amd64/17.0/musl/clang exp -amd64 default/linux/amd64/17.0/musl/hardened exp -amd64 default/linux/amd64/17.0/musl/hardened/selinux exp -arm default/linux/arm/17.0/musl/armv6j dev -arm default/linux/arm/17.0/musl/armv6j/hardened exp -arm default/linux/arm/17.0/musl/armv6j/hardened/selinux exp -arm default/linux/arm/17.0/musl/armv7a dev -arm default/linux/arm/17.0/musl/armv7a/hardened exp -arm default/linux/arm/17.0/musl/armv7a/hardened/selinux exp -arm64 default/linux/arm64/17.0/musl dev -arm64 default/linux/arm64/17.0/musl/llvm exp -arm64 default/linux/arm64/17.0/musl/hardened exp -arm64 default/linux/arm64/17.0/musl/hardened/selinux exp -mips default/linux/mips/17.0/o32/musl exp -mips default/linux/mips/17.0/n64/musl exp -mips default/linux/mips/17.0/mipsel/o32/musl exp -mips default/linux/mips/17.0/mipsel/n64/musl exp -riscv default/linux/riscv/20.0/rv64gc/lp64d/musl dev -riscv default/linux/riscv/20.0/rv64gc/lp64/musl dev -x86 default/linux/x86/17.0/musl dev -x86 default/linux/x86/17.0/musl/selinux exp +amd64 default/linux/amd64/17.0/musl dev +amd64 default/linux/amd64/17.0/musl/clang exp +amd64 default/linux/amd64/17.0/musl/hardened exp +amd64 default/linux/amd64/17.0/musl/hardened/selinux exp +arm default/linux/arm/17.0/musl/armv6j dev +arm default/linux/arm/17.0/musl/armv6j/hardened exp +arm default/linux/arm/17.0/musl/armv6j/hardened/selinux exp +arm default/linux/arm/17.0/musl/armv7a dev +arm default/linux/arm/17.0/musl/armv7a/hardened exp +arm default/linux/arm/17.0/musl/armv7a/hardened/selinux exp +arm64 default/linux/arm64/17.0/musl dev +arm64 default/linux/arm64/17.0/musl/llvm exp +arm64 default/linux/arm64/17.0/musl/hardened exp +arm64 default/linux/arm64/17.0/musl/hardened/selinux exp +mips default/linux/mips/17.0/o32/musl exp +mips default/linux/mips/17.0/n64/musl exp +mips default/linux/mips/17.0/mipsel/o32/musl exp +mips default/linux/mips/17.0/mipsel/n64/musl exp +riscv default/linux/riscv/20.0/rv64gc/lp64d/musl dev +riscv default/linux/riscv/20.0/rv64gc/lp64/musl dev +x86 default/linux/x86/17.0/musl dev +x86 default/linux/x86/17.0/musl/selinux exp # These are Gentoo Prefix profiles, maintained by the Prefix team # @MAINTAINER: prefix@gentoo.org # Linux Profiles -amd64-linux prefix/linux/amd64 exp -arm-linux prefix/linux/arm exp -ppc64-linux prefix/linux/ppc64 exp -ppc64-linux prefix/linux/ppc64le exp -riscv-linux prefix/linux/riscv exp -x86-linux prefix/linux/x86 exp +amd64-linux prefix/linux/amd64 exp +arm-linux prefix/linux/arm exp +ppc64-linux prefix/linux/ppc64 exp +ppc64-linux prefix/linux/ppc64le exp +riscv-linux prefix/linux/riscv exp +x86-linux prefix/linux/x86 exp # Linux Standalone Profiles -amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+ exp -amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.32+ exp -amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.16+ exp -amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-3.2+ exp -amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.32+ exp -amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.16+ exp -riscv-linux default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+ exp -x86-linux default/linux/x86/17.0/prefix/kernel-3.2+ exp -x86-linux default/linux/x86/17.0/prefix/kernel-2.6.32+ exp -x86-linux default/linux/x86/17.0/prefix/kernel-2.6.16+ exp -arm-linux default/linux/arm/17.0/armv7a/prefix/kernel-3.2+ exp -arm64-linux default/linux/arm64/17.0/prefix/kernel-3.2+ exp +amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+ exp +amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.32+ exp +amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.16+ exp +amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-3.2+ exp +amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.32+ exp +amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.16+ exp +riscv-linux default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+ exp +x86-linux default/linux/x86/17.0/prefix/kernel-3.2+ exp +x86-linux default/linux/x86/17.0/prefix/kernel-2.6.32+ exp +x86-linux default/linux/x86/17.0/prefix/kernel-2.6.16+ exp +arm-linux default/linux/arm/17.0/armv7a/prefix/kernel-3.2+ exp +arm64-linux default/linux/arm64/17.0/prefix/kernel-3.2+ exp # Mac OS X Profiles -ppc-macos prefix/darwin/macos/10.5/ppc/gcc exp -x64-macos prefix/darwin/macos/10.11/x64 exp -x64-macos prefix/darwin/macos/10.13/x64 exp -x64-macos prefix/darwin/macos/10.13/x64/gcc exp -x64-macos prefix/darwin/macos/10.14/x64 exp -x64-macos prefix/darwin/macos/10.14/x64/gcc exp -x64-macos prefix/darwin/macos/10.15/x64 exp -x64-macos prefix/darwin/macos/10.15/x64/gcc exp -x64-macos prefix/darwin/macos/11.0/x64 exp -x64-macos prefix/darwin/macos/11.0/x64/gcc exp -x64-macos prefix/darwin/macos/12.0/x64 exp -x64-macos prefix/darwin/macos/12.0/x64/gcc exp -x64-macos prefix/darwin/macos/13.0/x64/gcc exp -arm64-macos prefix/darwin/macos/11.0/arm64 exp -arm64-macos prefix/darwin/macos/11.0/arm64/gcc exp -arm64-macos prefix/darwin/macos/12.0/arm64 exp -arm64-macos prefix/darwin/macos/12.0/arm64/gcc exp -arm64-macos prefix/darwin/macos/13.0/arm64/gcc exp +ppc-macos prefix/darwin/macos/10.5/ppc/gcc exp +x64-macos prefix/darwin/macos/10.11/x64 exp +x64-macos prefix/darwin/macos/10.13/x64 exp +x64-macos prefix/darwin/macos/10.13/x64/gcc exp +x64-macos prefix/darwin/macos/10.14/x64 exp +x64-macos prefix/darwin/macos/10.14/x64/gcc exp +x64-macos prefix/darwin/macos/10.15/x64 exp +x64-macos prefix/darwin/macos/10.15/x64/gcc exp +x64-macos prefix/darwin/macos/11.0/x64 exp +x64-macos prefix/darwin/macos/11.0/x64/gcc exp +x64-macos prefix/darwin/macos/12.0/x64 exp +x64-macos prefix/darwin/macos/12.0/x64/gcc exp +x64-macos prefix/darwin/macos/13.0/x64/gcc exp +arm64-macos prefix/darwin/macos/11.0/arm64 exp +arm64-macos prefix/darwin/macos/11.0/arm64/gcc exp +arm64-macos prefix/darwin/macos/12.0/arm64 exp +arm64-macos prefix/darwin/macos/12.0/arm64/gcc exp +arm64-macos prefix/darwin/macos/13.0/arm64/gcc exp # Solaris Profiles -sparc-solaris prefix/sunos/solaris/5.11/sparc exp -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 +sparc-solaris prefix/sunos/solaris/5.11/sparc exp +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 # Windows Profiles -x86-winnt prefix/windows/winnt/x86 exp -x64-winnt prefix/windows/winnt/x64 exp +x86-winnt prefix/windows/winnt/x86 exp +x64-winnt prefix/windows/winnt/x64 exp # Cygwin Profiles -x64-cygwin prefix/windows/cygwin/x64 exp +x64-cygwin prefix/windows/cygwin/x64 exp # vim: set ts=8 noet ft=conf: diff --git a/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors b/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors index a5174aec58..28f6d04cff 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors +++ b/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors @@ -3,6 +3,7 @@ cpan https://cpan.metacpan.org https://www.cpan.org cran https://cran.r-project.org https://cran.us.r-project.org debian https://deb.debian.org/debian/ http://ftp.au.debian.org/debian/ http://ftp.at.debian.org/debian/ http://ftp.by.debian.org/debian/ http://ftp.be.debian.org/debian/ http://ftp.br.debian.org/debian/ http://ftp.bg.debian.org/debian/ http://ftp.ca.debian.org/debian/ http://ftp2.cn.debian.org/debian/ http://ftp.cn.debian.org/debian/ http://ftp.hr.debian.org/debian/ http://ftp.cz.debian.org/debian/ http://ftp.dk.debian.org/debian/ http://ftp.sv.debian.org/debian/ http://ftp.ee.debian.org/debian/ http://ftp.fi.debian.org/debian/ http://ftp.fr.debian.org/debian/ http://ftp2.de.debian.org/debian/ http://ftp.de.debian.org/debian/ http://ftp.gr.debian.org/debian/ http://ftp.hu.debian.org/debian/ http://ftp.is.debian.org/debian/ http://ftp.ie.debian.org/debian/ http://ftp.it.debian.org/debian/ http://ftp.jp.debian.org/debian/ http://ftp.lt.debian.org/debian/ http://ftp.mx.debian.org/debian/ http://ftp.md.debian.org/debian/ http://ftp.nl.debian.org/debian/ http://ftp.nc.debian.org/debian/ http://ftp.nz.debian.org/debian/ http://ftp.no.debian.org/debian/ http://ftp.pl.debian.org/debian/ http://ftp.pt.debian.org/debian/ http://ftp.ro.debian.org/debian/ http://ftp.ru.debian.org/debian/ http://ftp.sg.debian.org/debian/ http://ftp.sk.debian.org/debian/ http://ftp.si.debian.org/debian/ http://ftp.es.debian.org/debian/ http://ftp.se.debian.org/debian/ http://ftp.ch.debian.org/debian/ http://ftp.tw.debian.org/debian/ http://ftp.tr.debian.org/debian/ http://ftp.ua.debian.org/debian/ http://ftp.uk.debian.org/debian/ http://ftp.us.debian.org/debian/ gentoo https://gentoo.osuosl.org/distfiles https://ftp.halifax.rwth-aachen.de/gentoo/distfiles http://gentoo-distfiles.mirrors.tds.net/distfiles +gcc https://gcc.gnu.org/pub/gcc/ http://mirrors.concertpass.com/gcc/ https://mirrorservice.org/sites/sourceware.org/pub/gcc/ https://ftp.mpi-inf.mpg.de/mirrors/gnu/mirror/gcc.gnu.org/pub/gcc/ https://bigsearcher.com/mirrors/gcc/ gimp https://ftp.fau.de/gimp/gimp/ ftp://ftp.fau.de/gimp/gimp/ https://artfiles.org/gimp.org/pub/gimp/ https://www.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/ ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/ gmt http://ftp.iris.washington.edu/pub/gmt/ ftp://ftp.soest.hawaii.edu/gmt/ ftp://ftp.iris.washington.edu/pub/gmt/ ftp://ftp.star.nesdis.noaa.gov/pub/sod/lsa/gmt gnome https://download.gnome.org/