From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/yggdrasil-go/
Date: Sat, 10 Aug 2024 20:34:39 +0000 (UTC) [thread overview]
Message-ID: <1723294500.23c75da6e33dc701a5adc887bd01e256b36ef5d7.watermanpaint@gentoo> (raw)
commit: 23c75da6e33dc701a5adc887bd01e256b36ef5d7
Author: Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Sat Aug 10 12:55:00 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Aug 10 12:55:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23c75da6
net-p2p/yggdrasil-go: add 0.5.7, drop 0.5.6
Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>
net-p2p/yggdrasil-go/Manifest | 4 ++--
.../{yggdrasil-go-0.5.6.ebuild => yggdrasil-go-0.5.7.ebuild} | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/net-p2p/yggdrasil-go/Manifest b/net-p2p/yggdrasil-go/Manifest
index cf0659105..435e3f2d8 100644
--- a/net-p2p/yggdrasil-go/Manifest
+++ b/net-p2p/yggdrasil-go/Manifest
@@ -1,2 +1,2 @@
-DIST yggdrasil-go-0.5.6-vendor.tar.xz 1434944 BLAKE2B 7abeea0b8a50ec2d2a9dd99842e50912d0e9d4f327dbf5c66c69d2848d219264bef068183e5e80e400f3b187d733cbe708fbc3493f27af1e1922a078f31e1202 SHA512 de555d765155f20e47c742b5dba330ab2659c0a414cbe6c7a3103328f21c8d6a45bb35755c9a1b7c190d4c0aeb2495ca8e1f0ea350b55bec7de405f7b35ecc86
-DIST yggdrasil-go-0.5.6.tar.gz 106181 BLAKE2B 01302cb2a4e08f84bcc33b01e86315a948d0bf6900c2e592edc6cc618ef8d09ea20793ea41ae1ed61ef094a9266a2ff3df840a8ca59c0ba496a03519b8869497 SHA512 1c6f8767000a41d4b4f62c3e6df1e562289b3e699542a2fa99781b74eed2eda7e3c5968f50d068360d72b9308e8e27dfd14f42fd7ff2c63982dd48cc5afd85c2
+DIST yggdrasil-go-0.5.7-vendor.tar.xz 1474632 BLAKE2B c10f72f6bc94f07a51af70e55ce693ad140b4b4a1e9a7336bd80e46d6aca759f69c3d339a883732371dc4862e2da6bc4618ba046afe1a1c2efd72b2f5859482d SHA512 64ab1b29686d2c555c7f4fc8a20ea1b4bb40f05e795b010c5536cee5173647c2bcd4fff3b03ff0d8e196b33ffb814a60bdbf7d315fda7d986fdaaa6255d356cb
+DIST yggdrasil-go-0.5.7.tar.gz 107794 BLAKE2B 2baf4689e1ec70362c292a62b67dc944880f6e2ece4f35725b665dc11341c9ccce93433dd085bd41351dd11562c93fd070001b1c83f6b626a5d0606c9ab8c61f SHA512 aeb6668a30043ed1ae695702d21a51faa4acd1dc4c93cbafaf5afd902fdca9a8196ed6e0e2e05b63eba4ea64906b6e43680c79a19f97be8837aa61f161fb48fa
diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.5.6.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-0.5.7.ebuild
similarity index 88%
rename from net-p2p/yggdrasil-go/yggdrasil-go-0.5.6.ebuild
rename to net-p2p/yggdrasil-go/yggdrasil-go-0.5.7.ebuild
index 9b6af0f47..608bc194f 100644
--- a/net-p2p/yggdrasil-go/yggdrasil-go-0.5.6.ebuild
+++ b/net-p2p/yggdrasil-go/yggdrasil-go-0.5.7.ebuild
@@ -34,15 +34,15 @@ CONFIG_CHECK="~TUN"
ERROR_TUN="Your kernel lacks TUN support."
src_compile() {
- local ver_config="github.com/yggdrasil-network/yggdrasil-go/src/version"
+ GOFLAGS+=" -mod=vendor -trimpath"
- local version_disable_detect_flags="-X ${ver_config}.buildName=${PN}"
- version_disable_detect_flags+=" -X ${ver_config}.buildVersion=v${PV}"
+ local ver_config="github.com/yggdrasil-network/yggdrasil-go/src/version"
- GOFLAGS+=" -mod=vendor -trimpath"
+ local custom_name_version_flags="-X ${ver_config}.buildName=${PN}"
+ custom_name_version_flags+=" -X ${ver_config}.buildVersion=git-${EGIT_VERSION}"
local GO_LDFLAGS
- GO_LDFLAGS="-s -linkmode external -extldflags \"${LDFLAGS}\" ${version_disable_detect_flags}"
+ GO_LDFLAGS="-s -linkmode external -extldflags \"${LDFLAGS}\" ${custom_name_version_flags}"
local cmd
for cmd in yggdrasil{,ctl}; do
next reply other threads:[~2024-08-10 20:34 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-10 20:34 Lucio Sauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-06 15:49 [gentoo-commits] repo/proj/guru:master commit in: net-p2p/yggdrasil-go/ David Roman
2025-02-06 9:25 David Roman
2025-02-06 9:25 David Roman
2024-10-29 14:06 David Roman
2024-10-29 14:06 David Roman
2024-10-29 14:06 David Roman
2024-08-10 20:34 Lucio Sauer
2024-08-01 21:51 Lucio Sauer
2024-07-31 22:49 Lucio Sauer
2024-04-08 21:32 Julien Roy
2024-02-20 8:48 Haelwenn Monnier
2024-02-14 16:01 Andrew Ammerlaan
2024-02-14 16:01 Andrew Ammerlaan
2023-11-30 10:44 Andrew Ammerlaan
2023-11-18 9:53 Andrew Ammerlaan
2023-11-10 20:18 David Roman
2023-11-01 23:27 Haelwenn Monnier
2022-12-07 19:50 Ronny Gutbrod
2022-11-16 10:19 Florian Schmaus
2022-11-16 10:19 Florian Schmaus
2022-10-29 5:54 Arthur Zamarin
2022-08-11 13:45 Andrew Ammerlaan
2022-08-11 13:45 Andrew Ammerlaan
2022-07-11 6:54 Andrew Ammerlaan
2021-09-25 17:14 Arthur Zamarin
2021-09-25 17:14 Arthur Zamarin
2020-12-27 12:48 Andrew Ammerlaan
2020-04-27 7:02 Andrew Ammerlaan
2020-04-03 21:37 Haelwenn Monnier
2020-03-24 16:37 Michał Górny
2020-03-15 20:21 Andrew Ammerlaan
2020-03-15 20:20 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1723294500.23c75da6e33dc701a5adc887bd01e256b36ef5d7.watermanpaint@gentoo \
--to=watermanpaint@posteo.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox