Skip to content

nvcheck: fill 135 missing overlay.toml configs (github/pypi)#10729

Open
liangyongxiang wants to merge 1 commit into
gentoo-zh:masterfrom
liangyongxiang:feat/nvcheck-cleanup3
Open

nvcheck: fill 135 missing overlay.toml configs (github/pypi)#10729
liangyongxiang wants to merge 1 commit into
gentoo-zh:masterfrom
liangyongxiang:feat/nvcheck-cleanup3

Conversation

@liangyongxiang

Copy link
Copy Markdown
Contributor

补 135 个漏配包的 nvchecker source 配置(github 123 + pypi 12),由 gzh nvcheck-audit 启发式推断 HOMEPAGE/SRC_URI 生成。

  • 排序:overlay.toml 按 cat/pkg 字母序(注释随包块保留)
  • 注释:tomlkit 保注释(229 → 229 不丢)
  • 67 个 git/unknown 源跳过(HOMEPAGE 非标准,需人工配置)

Gentoo-zh/skillsgzh nvcheck-audit --apply 生成。

@liangyongxiang liangyongxiang force-pushed the feat/nvcheck-cleanup3 branch from e29a481 to 19712cd Compare July 4, 2026 05:21

@peeweep peeweep left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有些包不添加是有原因的

Comment on lines +19 to +23
["app-admin/chezmoi-bin"]
source = "github"
github = "twpayne/chezmoi"
use_latest_release = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["app-admin/chezmoi-bin"]
source = "github"
github = "twpayne/chezmoi"
use_latest_release = true

Comment on lines +707 to +731
["dev-libs/v2ray-domain-list-community"]
source = "github"
github = "v2fly/domain-list-community"
use_latest_release = true

["dev-libs/v2ray-domain-list-community-bin"]
source = "github"
github = "v2fly/domain-list-community"
use_latest_release = true

["dev-libs/v2ray-geoip"]
source = "github"
github = "v2fly/geoip"
use_latest_release = true

["dev-libs/v2ray-geoip-bin"]
source = "github"
github = "v2fly/geoip"
use_latest_release = true

["dev-libs/v2ray-rules-dat-bin"]
source = "github"
github = "Loyalsoldier/v2ray-rules-dat"
use_latest_release = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["dev-libs/v2ray-domain-list-community"]
source = "github"
github = "v2fly/domain-list-community"
use_latest_release = true
["dev-libs/v2ray-domain-list-community-bin"]
source = "github"
github = "v2fly/domain-list-community"
use_latest_release = true
["dev-libs/v2ray-geoip"]
source = "github"
github = "v2fly/geoip"
use_latest_release = true
["dev-libs/v2ray-geoip-bin"]
source = "github"
github = "v2fly/geoip"
use_latest_release = true
["dev-libs/v2ray-rules-dat-bin"]
source = "github"
github = "Loyalsoldier/v2ray-rules-dat"
use_latest_release = true

Comment on lines 1051 to 1053
# TODO: need filter mamba- prefix
#["dev-util/mamba"]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# TODO: need filter mamba- prefix
#["dev-util/mamba"]

Comment on lines +1065 to +1068
["dev-util/pack-cli-bin"]
source = "github"
github = "buildpacks/pack"
use_latest_release = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["dev-util/pack-cli-bin"]
source = "github"
github = "buildpacks/pack"
use_latest_release = true
# FIXME: github graphql api seems to be some confusion between pack-cli and
# pack-cli-bin, so we disable one of them
# ["dev-util/pack-cli-bin"]
# source = "github"
# github = "buildpacks/pack"
# use_latest_release = true

Comment on lines +1077 to +1080
["dev-util/patchelf-liblol"]
source = "github"
github = "NixOS/patchelf"
use_latest_release = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["dev-util/patchelf-liblol"]
source = "github"
github = "NixOS/patchelf"
use_latest_release = true

Comment on lines +1115 to +1118
["dev-util/vfox-bin"]
source = "github"
github = "version-fox/vfox"
use_latest_release = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["dev-util/vfox-bin"]
source = "github"
github = "version-fox/vfox"
use_latest_release = true

Comment on lines +1564 to +1568
["net-analyzer/nali"]
source = "github"
github = "zu1k/nali"
use_latest_release = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
["net-analyzer/nali"]
source = "github"
github = "zu1k/nali"
use_latest_release = true

source = "github"
github = "cilium/pwru"
use_latest_release = true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants