- updates copyright years
- Updates and fixes the previous LICENSE var
problem on my part is that I used LICENSES instead of LICENSE
new deplicenses were generated by a script of mine
for more info, look at bug 967017
- uses ${VAR} instead of $VAR as recommended by negril
- keep the 9999 check consistent, so it doesn't check for `9999` on one
place and `*9999*` in another place
(backticks added to explain)
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
- 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>
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>