summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: add new CHOST settings to mips 23.0 profilesAndreas K. Hüttel2022-12-2826-0/+204
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: add 23.0 mips profiles without special changes, do not use yetAndreas K. Hüttel2022-12-28116-0/+219
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/base: add app-alternatives/{awk,bzip2,gzip,sh,tar} to @systemSam James2022-12-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Before this commit, nothing pulls in app-alternatives/sh, so we're relying on app-shells/bash handling /bin/sh as an orphaned symlink (which is one of the big things we're trying to move away from). - Add in the others (app-alternatives/{awk,bzip2,gzip,tar}) to allow setup via /etc/portage/package.use without adding these to @world manually, this also lays the ground work for at some point removing specific implementations in the future (after making sure ebuilds which need specific impls. depend on them). - Note that there's two exceptions: 1. app-alternatives/yacc No need to explicitly add into @system, because we previously had virtual/yacc so it'll get pulled in by ebuild dependencies anyway. 2. app-alternatives/lex We never had virtual/lex before and packages very often explicitly depend on sys-devel/flex. But this isn't a big deal given it's very unlikely that a user wants to try modify lex yet and reflex is still very new as an option in Gentoo. That is, as time goes on and we test more to ensure it works with any lex, it'll get pulled in as various ebuilds get updated anyway. - We keep app-arch/bzip2 & app-arch/gzip in @system for now because PMS is clear they must be available and I'd rather be conservative for now, as we want to get the change in this commit in to minimise disruption wrt the app-alternatives migration, but I'd like to revisit this another time. Bug: https://bugs.gentoo.org/886017 Bug: https://bugs.gentoo.org/886247 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: add x86 23.0 profilesAndreas K. Hüttel2022-12-2864-0/+123
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: add sparc 23.0 profilesAndreas K. Hüttel2022-12-2823-0/+56
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: add s390 23.0 profilesAndreas K. Hüttel2022-12-2812-0/+22
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: add riscv 23.0 profilesAndreas K. Hüttel2022-12-2890-0/+159
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/arch/loong: update package.use.mask entries for LLVM toolchainWANG Xuerui2022-12-281-6/+4
| | | | | | Several pieces now pass tests. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles: mask sys-auth/pam_fprintMarco Scardovi2022-12-281-0/+6
| | | | | | Closes: https://bugs.gentoo.org/888665 Signed-off-by: Marco Scardovi <mscardovi@icloud.com> Signed-off-by: Sam James <sam@gentoo.org>
* profiles: drop obsolete masksSam James2022-12-2822-81/+10
| | | | | Closes: https://github.com/gentoo/gentoo/pull/28867 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: last-rite app-eselect/eselect-awk, app-eselect/eselect-shSam James2022-12-281-0/+6
| | | | | | | Bug: https://bugs.gentoo.org/886019 Bug: https://bugs.gentoo.org/886021 Bug: https://bugs.gentoo.org/457768 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch: drop obsolete app-alternatives/* masksSam James2022-12-2812-96/+0
| | | | | | | They're keyworded everywhere now. Bug: https://bugs.gentoo.org/886247 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/desc: Add LLVM_TARGETS=XtensaMichał Górny2022-12-271-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* prefix/sunos/solaris/package.use.mask: don't use elf with dev-libs/glibFabian Groffen2022-12-271-0/+4
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/targets/desktop/package.use: media-fonts/fonts-meta emojiAlexey Sokolov2022-12-271-0/+5
| | | | | | Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/28845 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: drop obsolete mask entriesSam James2022-12-271-32/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: mask broken =sys-fs/btrfs-progs-6.1Sam James2022-12-271-0/+5
| | | | | Bug: https://bugs.gentoo.org/888549 Signed-off-by: Sam James <sam@gentoo.org>
* package.mask: last-rite sys-apps/superiotoolFabian Groffen2022-12-271-0/+6
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: desktop: Add xft to make.defaultsAndreas Sturmlechner2022-12-271-1/+1
| | | | | Closes: https://bugs.gentoo.org/876637 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* package.mask: Last rite sci-biology/consed, sci-biology/phrap, sci-biology/phredDavid Seifert2022-12-261-0/+8
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* package.mask: Last rite sci-misc/flashdotDavid Seifert2022-12-261-0/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* profiles/features/wd40: mask more mkdocs-*Sam James2022-12-261-0/+2
| | | | | | | Needs dev-python/twine. Bug: https://bugs.gentoo.org/888513 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/wd40: mask more mkdocs-*Sam James2022-12-261-0/+7
| | | | | | | Needs dev-python/twine. Bug: https://bugs.gentoo.org/888513 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/wd40: unmask dev-util/gefSam James2022-12-261-1/+0
| | | | | Bug: https://bugs.gentoo.org/888513 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/wd40: mask dev-util/gef[doc]Sam James2022-12-261-0/+4
| | | | | | | dev-python/mkdocs-redirects->dev-python/twine Bug: https://bugs.gentoo.org/888513 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/wd40: mask dev-python/mkdocs-redirectsSam James2022-12-261-0/+1
| | | | | | | Needs dev-python/twine. Bug: https://bugs.gentoo.org/888513 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/wd40: mask dev-util/gefSam James2022-12-261-0/+1
| | | | | | | Needs dev-python/twine. Bug: https://bugs.gentoo.org/888513 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch: mask diffoscope USE flags w/ unkw'd depsSam James2022-12-264-0/+16
| | | | | Bug: https://bugs.gentoo.org/888511 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Add x11-libs/snorenotify to package.deprecatedAndreas Sturmlechner2022-12-261-0/+4
| | | | | Bug: https://bugs.gentoo.org/877311 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/arch/loong: unmask USE=elogindWANG Xuerui2022-12-261-1/+0
| | | | | | sys-auth/elogind now has the loong patch and is keyworded. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles/arch/loong: unmask USE=tkWANG Xuerui2022-12-261-1/+0
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles/arch/loong: unmask USE=ldapWANG Xuerui2022-12-261-1/+0
| | | | | | All relevant packages have had ~loong for a while. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* profiles/arch/loong: unmask USE=systemtapWANG Xuerui2022-12-261-1/+0
| | | | | | dev-util/systemtap is now keyworded. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* package.mask: Unmask dev-python/pikaMichał Górny2022-12-251-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: last-rite net-misc/valveMarco Scardovi2022-12-251-0/+9
| | | | | | | | | | | | | Per robbat2 request, I'm gonna treeclean it as we are actually the only one maintaining it. No update upstream, EAPI 6 and with a bug #687786 As replacement, it is possible to use pv --rate-limit instead. Removal on 2023-01-21 Bug: https://bugs.gentoo.org/687786 Signed-off-by: Marco Scardovi <mscardovi@icloud.com> (cherry picked from commit 5af576bc6b70100c77bb36c5bffa1980b0af36cf) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* package.mask: Last rite dev-python/pytest-toolboxMichał Górny2022-12-251-0/+6
| | | | | Bug: https://bugs.gentoo.org/888219 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite app-portage/ganderMichał Górny2022-12-251-0/+5
| | | | | Bug: https://bugs.gentoo.org/843344 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite app-portage/flaggieMichał Górny2022-12-251-0/+7
| | | | | Bug: https://bugs.gentoo.org/888423 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: add ruby_targets_ruby32Hans de Graaff2022-12-252-0/+2
| | | | | | In preparation of adding dev-lang/ruby:3.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles: unmask mysqltclAlfredo Tupone2022-12-251-6/+0
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* profiles/package.mask: mask dev-ruby/hiredis for removalHans de Graaff2022-12-251-0/+6
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* package.deprecated: Add dev-python/oauth2clientMichał Górny2022-12-251-0/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/boost-build: Remove last-rited packageAndreas Sturmlechner2022-12-251-5/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Unmask scanner USE flag on arm64James Le Cuirot2022-12-241-1/+0
| | | | | | | | I have been using SANE with a HP scanner and serving this over a LAN without issue. There is no architecture-specific reason why scanners wouldn't work in general. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* package.mask: Last rite dev-python/ndg-httpsclientMichał Górny2022-12-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/888147 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: unmask dev-python/python-redmine.Michael Orlitzky2022-12-241-2/+0
| | | | | | | | This is actively maintained and was masked without consulting the maintainer. If it ever becomes a meaningful blocker for the removal of dev-python/nose, I'll migrate the test suite myself. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* profiles: base: Stable-mask sci-physics/lammps[hip]Andreas Sturmlechner2022-12-241-0/+4
| | | | | Bug: https://bugs.gentoo.org/886977 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: fix email typo for pcsx2 maskIonen Wolkens2022-12-241-1/+1
| | | | | Fixes: c9a07dee3e16da8c9f5b83c3ec35b0142f0da27f Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles: mask Qt6-only games-emulation/pcsx2 versionsIonen Wolkens2022-12-241-0/+9
| | | | | | | | | Would prefer adding to the main Qt6 mask so it's unmasked together, but users will likely be confused without a custom mask message to explain what to do if want to keep using new 1.7.x or 9999 (9999 is known to have many users for this package). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles: last-rite media-*/kodi-* live only packagesArthur Zamarin2022-12-241-0/+8
| | | | | Bug: https://bugs.gentoo.org/888175 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>