net-misc/q: 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:
Nils Freydank 2023-08-06 14:37:01 +02:00
parent 407e833f44
commit ac38ffb4bc
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 9 additions and 3 deletions

View File

@ -1,2 +1,2 @@
DIST q-0.11.4-deps.tar.xz 42645152 BLAKE2B b621634ff006ef450a7a7bb1685f81ef7f9247e5fc28e02155b7f68934f1ba7f6704d3c2426e940963dcacb4eaa49ed2f9335b2458458569a5e50d445090736b SHA512 655eb44188b666114dc13ab789e38adf5c25a71241ee5a75efe912ea6e3dd3bbf43a5a1b333728217e227dbc8436c691bdc123933267aa1cce3a2eeb417f2460
DIST q-0.11.4-deps.tar.xz 42530660 BLAKE2B 0e1022b9fa8c958bbb0348c1dd1ca48a0d6cb838fa4ed0f71daff9f38d1cf6fdb18d6d5a134da1ba885915b035e0d45996bbeb681aff1637ffccc1681acd0eb7 SHA512 217d5dbc3143a51dcc5f5cf593dc8c68ec378316500983ffd3db89dbf5102d4a237002b1f499330b400012b858f5d453aaf39ed667f9118d9c920ae54ff03298
DIST q-0.11.4.tar.gz 382000 BLAKE2B bbba52703b8dec8f7a43be2312b28134b5f73a060217c5f25ccc52fe29ce13203fa2ec78f709650d2ef9c3532e7c1ef352560ca38cc58eae8187c606780eef69 SHA512 a1b19c1270b1f5e6b1034eea2674cfd38e24581305bff5404f4579b6dcda413feb1159d3954a3eabee4587b919f688fb3cfbd4f1ee3b035f64722c6b481a502a

View File

@ -18,8 +18,14 @@ else
fi
# Add the manually vendored tarball.
# Compress the tarball with: xz -9kT0 --memlimit-decompress=256M
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/holgersson-overlay/${P}-deps.tar.xz"
# 1) Create a tar archive optimized to reproduced by other users or devs.
# 2) Compress the archive using XZ limiting decompression memory for
# pretty constraint systems.
# 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"
MY_PN="q-dns"
KEYWORDS="~amd64"