pkgcheck
pkgcheck copied to clipboard
pkgcore-based QA utility for ebuild repos
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If you check history for: https://gitweb.gentoo.org/repo/gentoo.git/log/dev-libs/sexpp?showmsg=1 Version 0.8.7 was added prior,...
### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain Usually if a package uses fortran the first approach...
Some ebuilds need some manual `cd`, `mv`, `cp`, `echo`, etc. for which it is easy to miss the `|| die` suffix. Is it possible to catch the trivial cases of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ```console # pkgcheck scan --commits pkgcheck scan: error: git failed stashing...
Results on current master. Important to note that some of them block on it's own previous name (like net-analyzer/snmpclitools). Not sure if this is fine or should be whitelisted. ```...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior As a silly example: ``` diff --git a/sys-apps/sed/sed-4.9-r1.ebuild b/sys-apps/sed/sed-4.9-r1.ebuild index 96c05b2fc320..b5cf28c830fe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior see https://bugs.gentoo.org/935685 make.defaults syntax is defined in PMS 5.2.4: > The...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Portage will refuse packages with `DEPEND` containing `:=` with a fixed...
``` UnknownProfileUse: 'default/server/make.defaults': unknown USE flags: 'sdl2', 'wimax' ``` Can't `make.defaults` contain local USE flags? Thanks!
### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain For example, add `llvm_slot_15` to `profiles/base/use.mask`. Now the package...