summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-board/camato: treecleanIonen Wolkens2022-12-301-7/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles: mark sys-apps/edac-utils as deprecatedSam James2022-12-291-0/+6
| | | | | | | | | | | edac-utils can't handle the interface newer kernels use to report EDAC events, so it may miss some (or all) events which occur. See app-admin/rasdaemon's README for technical details. Please migrate to app-admin/rasdaemon instead. Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: Fix cross-compiling for prefixed systemsJames Le Cuirot2022-12-291-11/+0
| | | | | | | | | | | Cross-compiling Python involves doing a native build first. The prefix profile prefixifies setup.py, but this has been done before the native build when it needs to be done after. Handle this in the ebuild with hprefixify instead of with sed in the profile. Also drop some other obsolete Python prefix hacks from the profile. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* www-client/elinks: add 0.16.0Sam James2022-12-291-0/+4
| | | | | | | | Note that this adds USE=javascript masked because it can't work yet (because of pending libxmlpp bump) but added to ensure we don't forget about it. Bug: https://bugs.gentoo.org/797427 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: package.use.mask ~libplacebo-4.192.1 glslangIonen Wolkens2022-12-291-0/+6
| | | | | | | Will likely be kept for a while given cleanup of mpv-0.34 will take some time, and there's no reason to keep old glslang around for it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles/package.mask: mask app-shells/scsh and dev-scheme/scsh-libMaciej Barć2022-12-291-0/+6
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* profiles: adjust removal date for vuzeFlorian Schmaus2022-12-291-1/+1
| | | | | | 2023 is not a leap year, therefore there is no 29th of February. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* profiles: last-rite net-p2p/vuze(-coreplugins)Volkmar W. Pogatzki2022-12-291-0/+7
| | | | | | | Closes: https://bugs.gentoo.org/857663 Closes: https://github.com/gentoo/gentoo/pull/28055 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* 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>