- I did a typo where I used LICENSES instead of LICENSE when trying to
append license for go modules. I fixed that
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
- I did a typo where I used LICENSES instead of LICENSE when trying to
append license for go modules. I fixed that
- go-license was generating Gentoo incompatible license names, the issue
didn't get caught because of the typo. I also fixed that.
See https://bugs.gentoo.org/967017 for more info about the issue related
to go-license
I used my wrapper to fix it, which can be found here:
https://github.com/ingenarel/gentoo-dev-scripts/blob/master/gentoo-go-license
format changes:
- use ${var} instead of $var, which was recommended by negril
- don't use *9999, instead use 9999, it was recommended by negril,
because packages like blender have versions like 5.0.9999, so using
a good format logic is nice
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
- I did a typo where I used LICENSES instead of LICENSE when trying to
append license for go modules. I fixed that
- go-license was generating Gentoo incompatible license names, the issue
didn't get caught because of the typo. I also fixed that.
See https://bugs.gentoo.org/967017 for more info about the issue related
to go-license
I used my wrapper to fix it, which can be found here:
https://github.com/ingenarel/gentoo-dev-scripts/blob/master/gentoo-go-license
format changes:
- use ${var} instead of $var, which was recommended by negril
- don't use *9999, instead use 9999, it was recommended by negril,
because packages like blender have versions like 5.0.9999, so using
a good format logic is nice
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
- modify src_unpack() internally instead of redefining:
functions should be defined on the order that they are called
for more info, check:
e19c6d5744 (commitcomment-172006236)
- fixed the long line which fixes the following pkgcheck error:
app-misc/watchexec
ExcessiveLineLength: version 2.3.2: excessive line length
(over 120 characters) on line: 8
- used ${var} instead of $var which was recommended by negril
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
For those wanting to opt out of Mullvad's regular beta releases, there's
currently no easy way to mask the package versions. Leaving the beta
releases unkeyworded allows those interested to opt in explicitly (and
is likely more appropriate than adding, e.g., a 'beta' USE flag).
Closes: https://bugs.gentoo.org/966989
Signed-off-by: Itai Ferber <itai@itaiferber.net>