Commit Graph

3 Commits

Author SHA1 Message Date
ingenarel
f830d98e79 dev-util/stripe-cli: modify src_unpack() internally instead of redefining
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-03 14:03:41 +06:00
ingenarel
7a5764abf4 */*: BSD-3-Clause -> BSD
Because the spdx identifier for for BSD-3-Clause is `BSD-3-Clause`, and
gentoo uses `BSD` in their /licenses, there was a misunderstanding by
me, this commit should fix this

sources:
 - https://opensource.org/license/bsd-3-clause
 - aa3e0fb07e/licenses/BSD

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-02 23:08:16 +06:00
ingenarel
cb2caafa35 dev-util/stripe-cli: fix package issues and update package quality
- eapi 7 -> 8
- disable telemetry
- add necessary upstream info in metadata.xml
- use an ebuild template
- give licenses for dependencies using go-licenses
- add versioned ebuild
- fix shell completions:
  previous one wasn't a way to properly install shell completion since
  it was trying to just install any .bash file in the root dir
- add zsh completion
- update the minimum required go version

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-11-21 05:48:05 +06:00