pkgcheck icon indicating copy to clipboard operation
pkgcheck copied to clipboard

pkgcore-based QA utility for ebuild repos

Results 137 pkgcheck issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior We don't currently flag that a blocker is using a pkgmove...

bug

### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain `use foo` is illegal if `foo` is not in...

check

### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain It can be easy to make a mistake when...

check

### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain It might be useful to have an optional check...

check

### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain The Lua eclasses in Gentoo are based on the...

check

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When moving a package and updating all revdeps, pkgcheck reports them...

bug

Making it a draft as I'd like input if on if there is a better way to do to get the value of EGIT_REPO_URI with pkgcore's API. Also I'm unsure...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Running `pkgcheck scan --commits` with a commit in `dev-lang/php` produces e.g...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` net-im/fractal MissingRemoteId: missing matrix-org/matrix-rust-sdk (inferred from URI 'https://github.com/matrix-org/matrix-rust-sdk/archive/8895ce40d13faa79012144c97044990284215758.tar.gz') ``` This...

bug

I provide go vendor tarballs through gitlab packages so it generates bogus MissingRemoteId for that url. ``` app-misc/spicetify-cli MissingRemoteId: missing api/v4/projects/37881342/packages/generic/spicetify-cli/2.27.1/spicetify-cli-2.27.1-deps.tar.xz (inferred from URI 'https://gitlab.com/api/v4/projects/37881342/packages/generic/spicetify-cli/2.27.1/spicetify-cli-2.27.1-deps.tar.xz') ``` So the ability to...

enhancement