sys-apps/
ripgrep-all

Like ripgrep, but also search in PDFs, E-Books, Office documents, archives, etc.

https://github.com/phiresky/ripgrep-all

Pkgcheck Warnings

  • All Versions
    • DroppedKeywords
      x86
    • SuboptimalCratesSeparator
      line: 11: using - as name-version separator in CRATES is suboptimal, use name@version instead
    • SuboptimalCratesURICall
      line: 179: calling '$(cargo_crate_uris ${CRATES})' is suboptimal, use '${CARGO_CRATE_URIS}' for global CRATES instead
    • UnstableOnly
      for arch: [ x86 ], all versions are unstable: [ 0.9.6-r1 ]
    • PotentialStable
      slot(0), stabled arch: [ amd64 ], potential: [ ~x86 ]
  • 0.10.6
    • DroppedKeywords
      x86
  • 0.9.6-r1
    • SuboptimalCratesSeparator
      line: 11: using - as name-version separator in CRATES is suboptimal, use name@version instead
    • SuboptimalCratesURICall
      line: 179: calling '$(cargo_crate_uris ${CRATES})' is suboptimal, use '${CARGO_CRATE_URIS}' for global CRATES instead
    • PotentialStable
      slot(0), stabled arch: [ amd64 ], potential: [ ~x86 ]

Pkgcheck is used regularly to generate QA reports. Pkgcheck is a pkgcore-based QA utility for ebuild repos.