public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eric Joldasov" <bratishkaerik@getgoogleoff.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/yggdrasil-go/
Date: Thu,  1 Aug 2024 19:19:42 +0000 (UTC)	[thread overview]
Message-ID: <1722539056.9a762fa0fc2011bc2dee6d890f0a7730e2e68633.bratishkaerik@gentoo> (raw)

commit:     9a762fa0fc2011bc2dee6d890f0a7730e2e68633
Author:     Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Thu Aug  1 19:04:16 2024 +0000
Commit:     Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
CommitDate: Thu Aug  1 19:04:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a762fa0

net-p2p/yggdrasil-go: drop 0.5.5

Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>

 net-p2p/yggdrasil-go/Manifest                  |  2 -
 net-p2p/yggdrasil-go/yggdrasil-go-0.5.5.ebuild | 59 --------------------------
 2 files changed, 61 deletions(-)

diff --git a/net-p2p/yggdrasil-go/Manifest b/net-p2p/yggdrasil-go/Manifest
index 2bafeb936..cf0659105 100644
--- a/net-p2p/yggdrasil-go/Manifest
+++ b/net-p2p/yggdrasil-go/Manifest
@@ -1,4 +1,2 @@
-DIST yggdrasil-go-0.5.5-vendor.tar.xz 1443888 BLAKE2B 712bcb42a38b10c950ac8c6ce9301dbbaf4a77026bcc2c6d78321c7423ef3dc0fcba5bf94c0cd674af3e911eda476ae8c7d7bb7c782328c5201e91efe2958d1d SHA512 10be1cd6dd5b4fb11b70c48e9cdeb26f4534424dbb0dcd93d0a3d8de3b63d0849dcc55b3394ba3ab74c19e15592d26c2be7e9f4e89a8dccb6c17da572907b5ba
-DIST yggdrasil-go-0.5.5.tar.gz 105482 BLAKE2B 7afbde70e2aec71f47ba32730611d22b87fa23ff4d488a33ca82124cb4ec211c654e780b3c8c703100eb065c05c54561ca36136765050c96e297f30a5656bc61 SHA512 13ee5c719335d7a599019d004cd8d82883c7a2beb707de968a0934982364a0f70982f14157bd9aaabda9595f194594901a9158cfeb272491a71b5392abd79dc4
 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

diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.5.5.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-0.5.5.ebuild
deleted file mode 100644
index 552e54fa9..000000000
--- a/net-p2p/yggdrasil-go/yggdrasil-go-0.5.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module linux-info systemd
-
-DESCRIPTION="An experiment in scalable routing as an encrypted IPv6 overlay network"
-HOMEPAGE="https://yggdrasil-network.github.io/"
-SRC_URI="
-	https://github.com/yggdrasil-network/yggdrasil-go/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
-	https://codeberg.org/BratishkaErik/distfiles/releases/download/${P}/vendor.tar.xz -> ${P}-vendor.tar.xz
-"
-
-LICENSE="LGPL-3 MIT Apache-2.0 BSD ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-RESTRICT="mirror"
-
-DEPEND="
-	acct-user/yggdrasil
-	acct-group/yggdrasil
-"
-
-BDEPEND=">=dev-lang/go-1.20.0"
-
-FILECAPS=(
-	cap_net_admin,cap_net_bind_service "usr/bin/yggdrasil"
-)
-
-CONFIG_CHECK="~TUN"
-ERROR_TUN="Your kernel lacks TUN support."
-
-src_compile() {
-	local ver_config="github.com/yggdrasil-network/yggdrasil-go/src/version"
-
-	local version_disable_detect_flags="-X ${ver_config}.buildName=${PN}"
-	version_disable_detect_flags+=" -X ${ver_config}.buildVersion=v${PV}"
-
-	GOFLAGS+=" -mod=vendor -trimpath"
-
-	local GO_LDFLAGS
-	GO_LDFLAGS="-s -linkmode external -extldflags \"${LDFLAGS}\" ${version_disable_detect_flags}"
-
-	local cmd
-	for cmd in yggdrasil{,ctl}; do
-		ego build ${GOFLAGS} "-ldflags=${GO_LDFLAGS}" ./cmd/"${cmd}"
-	done
-}
-
-src_install() {
-	dobin yggdrasil{,ctl}
-	dodoc README.md
-	dodoc CHANGELOG.md
-
-	systemd_dounit "contrib/systemd/yggdrasil.service"
-	systemd_dounit "contrib/systemd/yggdrasil-default-config.service"
-	doinitd "contrib/openrc/yggdrasil"
-}


             reply	other threads:[~2024-08-01 19:19 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-01 19:19 Eric Joldasov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-06 10:29 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/yggdrasil-go/ Eric Joldasov
2025-02-05  6:14 Eric Joldasov
2025-02-05  6:14 Eric Joldasov
2024-11-28 18:32 Eric Joldasov
2024-10-28 22:48 Eric Joldasov
2024-10-28 22:48 Eric Joldasov
2024-10-28 22:48 Eric Joldasov
2024-08-10 12:57 Eric Joldasov
2024-08-10 12:57 Eric Joldasov
2024-07-31 19:59 Eric Joldasov
2024-04-08 13:15 David Roman
2024-02-20  5:28 Eric Joldasov
2024-02-14  3:52 Eric Joldasov
2024-02-13 17:35 Eric Joldasov
2023-12-04 14:35 Eric Joldasov
2023-11-29 14:11 Eric Joldasov
2023-11-17 15:32 Eric Joldasov
2023-11-09 17:11 Eric Joldasov
2023-11-01 18:47 Eric Joldasov
2022-12-07  2:38 Eric Joldasov
2022-11-13 13:03 Eric Joldasov
2022-11-13 13:03 Eric Joldasov
2022-11-06  3:29 Eric Joldasov
2022-10-27 12:55 Eric Joldasov
2022-10-21 13:28 Eric Joldasov
2022-08-09 20:26 Eric Joldasov
2022-08-09 19:52 Eric Joldasov
2022-07-10  9:42 Eric Joldasov
2022-03-26 15:28 Eric Joldasov
2022-03-26 15:17 Eric Joldasov
2022-03-26 15:17 Eric Joldasov
2021-09-25 17:14 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-25 16:59 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-09-25  4:55 Leonardo Hernandez
2020-12-26 22:11 Theo Anderson
2020-04-26 22:39 Alessandro Barbieri
2020-04-02 14:17 William Wennerström
2020-03-19 11:19 William Wennerström
2020-03-15 18:50 William Wennerström
2020-03-15 18:38 William Wennerström

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=1722539056.9a762fa0fc2011bc2dee6d890f0a7730e2e68633.bratishkaerik@gentoo \
    --to=bratishkaerik@getgoogleoff.me \
    --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