-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: More pkgcheck warn cleanups #21
Conversation
Signed-off-by: Kirin Etheridge <[email protected]>
"spcomp-bin-[PV]-r[GITREV]" is improper in every way. Both ebuilds are now similar to Semantic Versioning. Signed-off-by: Kirin Etheridge <[email protected]>
I actively dislike and don't use Hyprland, where ags is mostly used. Handling npm+meson in an offline sandbox is also not fun. Personally. Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Ok I'll continue tomorrow |
Removes both packages. Unable to use on AMD without superuser privileges. More info in issue #22 Closes #22 Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Not sure why it ever was here? No differences from the main tree. Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
About ac914d9, I was confused why so many files even use tabs when I clearly set Apparently "/etc/vim/sysinit.vim" enforces this for ebuild/eclass files and references this from gentoo.org, which now gives a 404: " Gentoo-specific settings for ebuilds. These are the federally-mandated
" required tab settings. See the following for more information:
" http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
" Note that the rules below are very minimal and don't cover everything.
" Better to emerge app-vim/gentoo-syntax, which provides full syntax,
" filetype and indent settings for all things Gentoo.
au BufRead,BufNewFile *.e{build,class} set ts=4 sw=4 noexpandtab Now for one gentoo-syntax never worked for me with Neovim, only plain vim, but I also find it hard to believe tabs would be preferred ("federally-mandated") in 2024... |
Cleans up any warnings/info output from messages for: - dev-util/ - games-util/ Signed-off-by: Kirin Etheridge <[email protected]>
... What mostly irritates me about this is how I'm unable to test locally; pkgcheck gives a completely different result and messes with the metadata directory (which should probably be deleted, #19) In 4ec7654 I cleaned a warning entry from |
oh god i've been doing so much in the wrong order all this time edit: caf887e removed an entry for var order... but i placed another var incorrectly. |
Please just work this time ;w; Signed-off-by: Kirin Etheridge <[email protected]>
app-misc/premid I don't want to remove, but will ignore the warning about |
Packages: Updates PYTHON_COMPAT to support 3.13 on: - clickgen - zxcvbn - toml - vpk - PyKCS11 CI: Fixes indentation on zxcvbn/metadata.xml Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
This package's name is not nice for commit titles. Move this gnome-extra/ package to versioned. Fixes CI failure for missing Manifest, forgot about that. Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Version 46.1 merged the accent color keys PR. This package is not really needed in this repo. Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Signed-off-by: Kirin Etheridge <[email protected]>
Oh, wait, I should do this from a terminal instead, forgot about sign-off. edit 1 second later: meh, all the actual commits are signed off, forget this lel. |
Also, even though this is now merged, there are still a few warnings. I wanted to merge these commits fast as they contain package updates, the bigger and more important checks are gone, and I'm temporarily impatient :3. I'll probably work more on them tomorrow |
I forgot that skel.ebuild exists in the main tree xd |
Better as a PR. Includes updates in separate commits to any packages listed in the last run as of 3822d30, linked here.
Commit order should be done this way:
For clarity's sake, and if I ever want to revisit a change.