net-im/gomuks: Update golang vendor tarballs
This commit moves distfiles and changes them due to repackaging, but no code was changed. The vendored dep archive is now in a separate download section and built according to suggestions implemented e.g. in dev-vcs/git-lfs::gentoo. Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
082468ba32
commit
407e833f44
@ -16,10 +16,14 @@ else
|
|||||||
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
fi
|
fi
|
||||||
# Add the manually vendored tarball.
|
# Add the manually vendored tarball.
|
||||||
# Build tar archive with these flags for reproducabilty:
|
# 1) Create a tar archive optimized to reproduced by other users or devs.
|
||||||
# --mtime="1970-01-01" --sort=name --owner=portage --group=portage"
|
# 2) Compress the archive using XZ limiting decompression memory for
|
||||||
# Compress the tarball with: xz -9eT0k --memlimit-decompress=256M
|
# pretty constraint systems.
|
||||||
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/holgersson-overlay/${P}-deps.tar.xz"
|
# Use something like:
|
||||||
|
# tar cf $P-deps.tar go-mod \
|
||||||
|
# --mtime="1970-01-01" --sort=name --owner=portage --group=portage
|
||||||
|
# xz -k -9eT0 --memlimit-decompress=256M $P-deps.tar
|
||||||
|
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/golang-pkg-deps/${P}-deps.tar.xz"
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
LICENSE="
|
LICENSE="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user