Fixes:
MissingRemoteId: missing <remote-id type="codeberg">vaporup/ssh-tools</remote-id> (inferred from URI 'https://codeberg.org/vaporup/ssh-tools')
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
- Add the git commit ID of the release
- Fixes for QA:
EmptyGlobalAssignment: version 0.19.2: line 36: empty global assignment: IUSE=""
EmptyGlobalAssignment: version 0.19.2: line 38: empty global assignment: DEPEND=""
EmptyGlobalAssignment: version 0.19.2: line 40: empty global assignment: BDEPEND=""
VariableOrderWrong: version 0.19.2: variable DESCRIPTION should occur before HOMEPAGE
VariableOrderWrong: version 0.19.2: variable LICENSE should occur before KEYWORDS
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
Fixes:
EmptyGlobalAssignment: version 0.1-r3: line 15: empty global assignment: IUSE=""
VariableOrderWrong: version 0.1-r3: variable S should occur before IUSE
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
Fixes:
EmptyGlobalAssignment: version 1.6.1-r4: line 18: empty global assignment: IUSE=""
VariableOrderWrong: version 1.6.1-r4: variable S should occur before RESTRICT
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
Also fixes QA warning:
EmptyGlobalAssignment: version 0.35.0: line 17: empty global assignment: IUSE=""
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
Fixes:
EmptyGlobalAssignment: version 0.14.1-r1: line 42: empty global assignment: IUSE=""
EmptyGlobalAssignment: version 0.14.1-r1: line 44: empty global assignment: DEPEND=""
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This extends commit d2cc52b9855e56706e5e9260125a05e1f3792ca1
and extends the removal date for all to-be-removed packages
to January 2025 (i.e. resets the 30d 'counter').
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This ebuild is based on net-vpn/headscale-0.22.3::gentoo.
Changes to the ebuild beside the bump itself:
- src_compile: Switch to ego
- src_compile: strip away debug informations (-s -w)
- src_compile: Disable cgo, link statically
- pkg_postinstall: change style from early-return to if-then-fi
- pkg_postinstall: drop custom compression from mentioned example file
- pkg_postinstall: update the old 0.19.x ewarn from 2022-Feb to a new 0.23.0 ewarn
- SRC_URI: change style from dict to appended string (shorter here)
- add archiving and compression instructions for future maintenance
and for improved reproducability
- fix copyright line (first submission was in 2022,
see commit 5aa57d09a9ad9c907b69afc2c9cc340663980c18)
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
Currently I am only able to seriously test for ~amd64. This also
evectivly reverts the commit that added ~riscv to sys-fs/gocryptfs:
535421924b18f602b971e605782a47cf2fd522ab
The new test dep ruff is not keyworded for ~x86.
Actually I've got no ~x86 system anymore to test,
anyways, so let's drop it here.
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>