From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tailscale/
Date: Thu, 13 Mar 2025 01:47:08 +0000 (UTC) [thread overview]
Message-ID: <1741830417.ebbd0e57f016c9913f72d2aa39fb722ae1062cdf.williamh@gentoo> (raw)
commit: ebbd0e57f016c9913f72d2aa39fb722ae1062cdf
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 01:46:57 2025 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 01:46:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbd0e57
net-vpn/tailscale: drop 1.78.1
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
net-vpn/tailscale/Manifest | 2 -
net-vpn/tailscale/tailscale-1.78.1.ebuild | 63 -------------------------------
2 files changed, 65 deletions(-)
diff --git a/net-vpn/tailscale/Manifest b/net-vpn/tailscale/Manifest
index 1f707b4470ca..f6aeac7e8526 100644
--- a/net-vpn/tailscale/Manifest
+++ b/net-vpn/tailscale/Manifest
@@ -1,5 +1,3 @@
-DIST tailscale-1.78.1-deps.tar.xz 265614604 BLAKE2B 590c750ff34b3044793ebffc433583e5d904b19d5aaa7926f644c0251df3b5cad32f3da06daa1cfb16bdeb50f63e62c21f893515aa2cae8d2be04b81233c8664 SHA512 6a738f98a9eba65ccc8989c9edaa24fa4db545c0d10a973613066734b7f379f99261eb4d5e8f49345d314336891fb6c9e9a45456784a38963b4a552147fbc631
-DIST tailscale-1.78.1.tar.gz 3378628 BLAKE2B f8f6dfaf5498eb7a230035373d1b1d501da3296e394083d26870596bacf5e6a1f4d849a016dc652ba3e416de960a2a5483aa5e3b44b33b6759f42959cd7208ab SHA512 1286971554f15c601ee36050cbe361170de2ea4955fc8dde01a4a231f966a1049b9d85d2854637077c1900d4e67ef15352250e412f9e13b2d1cb6b34b2dce05a
DIST tailscale-1.78.3-deps.tar.xz 265496184 BLAKE2B de585f36dfcb0cca5234df06b7395de7e7f84f74b31c14ded548bbd7202865697646e6108c820f55b7d76758ca284a8c461c1fd715140262208b864608c1ab1b SHA512 c67a62081fba3cb4c61e0eec22915d6bd535173d2936e3214b63af93109dcb38293d0bcc4649f7382772f65d6c5d35fde7b4fb5b9eff28e114f091b858c10175
DIST tailscale-1.78.3.tar.gz 3378578 BLAKE2B d36d549875e2a20fcff0112636d0dce1a206c66e9f06498959072a4fb5f97bf3b63841f27ebe89aad14d403eb3ac0f3d3835da2d6a4c17dc4d2bfd369d868875 SHA512 555de6801c10cc3d5b61eae3bf01d14f9e7b80f39adc2ab35dc70adea11fecc396ade52423028d584d0a13cfac01f23aea39be641f63a6621bcc4ef11077391c
DIST tailscale-1.80.1-deps.tar.xz 259376152 BLAKE2B 490864215ac90afc42471e42a17b50686a52db620d9a90ee6be59a4be816df6db74daa9e769e6bf9e02e11945737d9f7a4507b2d9307bbe52f55c48eda3d2e91 SHA512 9941b4c2b456529ffe87c42b8ca027827cc062b1e885c814530d33c16937bf64dba250195a43980ba5ad307c0b20116b050b4ce8415c26dfdbfa1d11910d3ec1
diff --git a/net-vpn/tailscale/tailscale-1.78.1.ebuild b/net-vpn/tailscale/tailscale-1.78.1.ebuild
deleted file mode 100644
index 12f3483d12b4..000000000000
--- a/net-vpn/tailscale/tailscale-1.78.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module linux-info systemd tmpfiles
-
-# These settings are obtained by running ./build_dist.sh shellvars` in
-# the upstream repo.
-# They should be updated on every bump.
-VERSION_MINOR="78"
-VERSION_SHORT="1.78.1"
-VERSION_LONG="1.78.1-tc80eb698d"
-VERSION_GIT_HASH="c80eb698d5057b04d826b5ae2004d4c464ae28f6"
-
-DESCRIPTION="Tailscale vpn client"
-HOMEPAGE="https://tailscale.com"
-SRC_URI="https://github.com/tailscale/tailscale/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
-
-CONFIG_CHECK="~TUN"
-
-RDEPEND="net-firewall/iptables"
-BDEPEND=">=dev-lang/go-1.22"
-
-RESTRICT="test"
-
-# This translates the build command from upstream's build_dist.sh to an
-# ebuild equivalent.
-build_dist() {
- ego build -tags xversion -ldflags "
- -X tailscale.com/version.longStamp=${VERSION_LONG}
- -X tailscale.com/version.shortStamp=${VERSION_SHORT}
- -X tailscale.com/version.gitCommitStamp=${VERSION_GIT_HASH}" "$@"
-}
-
-src_compile() {
- build_dist ./cmd/tailscale
- build_dist ./cmd/tailscaled
-}
-
-src_install() {
- dosbin tailscaled
- dobin tailscale
-
- systemd_dounit cmd/tailscaled/tailscaled.service
- insinto /etc/default
- newins cmd/tailscaled/tailscaled.defaults tailscaled
- keepdir /var/lib/${PN}
- fperms 0750 /var/lib/${PN}
-
- newtmpfiles "${FILESDIR}/${PN}.tmpfiles" ${PN}.conf
-
- newinitd "${FILESDIR}/${PN}d.initd" ${PN}
- newconfd "${FILESDIR}/${PN}d.confd" ${PN}
-}
-
-pkg_postinst() {
- tmpfiles_process ${PN}.conf
-}
next reply other threads:[~2025-03-13 1:47 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-13 1:47 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 14:43 [gentoo-commits] repo/gentoo:master commit in: net-vpn/tailscale/ William Hubbs
2025-03-13 0:29 Sam James
2025-03-13 0:29 Sam James
2025-03-12 22:19 William Hubbs
2025-02-25 20:07 William Hubbs
2025-02-08 5:26 William Hubbs
2025-01-03 20:10 Sam James
2024-12-18 20:15 William Hubbs
2024-12-11 4:00 Sam James
2024-12-10 22:03 William Hubbs
2024-12-06 17:18 William Hubbs
2024-12-06 17:15 William Hubbs
2024-09-24 11:44 William Hubbs
2024-09-24 11:43 William Hubbs
2024-09-22 9:16 Sam James
2024-09-22 4:40 Sam James
2024-08-22 21:50 William Hubbs
2024-08-21 4:07 William Hubbs
2024-08-21 4:05 William Hubbs
2024-08-20 22:29 William Hubbs
2024-05-10 23:14 William Hubbs
2024-02-17 5:40 Sam James
2024-02-15 23:14 William Hubbs
2024-02-15 17:21 William Hubbs
2024-01-03 17:40 William Hubbs
2024-01-03 17:35 William Hubbs
2023-10-17 20:40 William Hubbs
2023-10-17 17:53 William Hubbs
2023-08-07 17:27 William Hubbs
2023-04-13 15:16 William Hubbs
2023-02-25 0:17 William Hubbs
2023-02-25 0:14 William Hubbs
2022-10-27 18:21 William Hubbs
2022-10-20 22:11 William Hubbs
2022-07-18 17:50 William Hubbs
2022-06-02 20:13 William Hubbs
2022-05-18 22:19 William Hubbs
2022-04-22 9:41 Yixun Lan
2022-04-21 16:41 William Hubbs
2022-02-27 7:47 William Hubbs
2022-02-09 0:42 Patrick McLean
2022-02-09 0:42 Patrick McLean
2021-11-29 17:44 Patrick McLean
2021-08-28 21:59 William Hubbs
2021-08-28 2:24 Sam James
2021-07-30 23:31 Sam James
2021-06-25 21:08 Patrick McLean
2021-06-21 22:27 Sam James
2021-06-21 22:26 Sam James
2021-03-07 18:02 William Hubbs
2021-01-28 23:14 William Hubbs
2021-01-28 20:19 William Hubbs
2020-12-29 16:20 William Hubbs
2020-12-21 19:53 Sam James
2020-12-20 19:26 Thomas Deutschmann
2020-12-20 16:51 Sam James
2020-12-16 4:19 William Hubbs
2020-12-15 21:49 William Hubbs
2020-12-15 2:34 William Hubbs
2020-12-15 1:58 William Hubbs
2020-12-15 1:51 William Hubbs
2020-12-15 1:51 William Hubbs
2020-05-18 17:30 William Hubbs
2020-05-14 4:11 Patrick McLean
2020-05-14 4:11 Patrick McLean
2020-04-22 1:13 Patrick McLean
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=1741830417.ebbd0e57f016c9913f72d2aa39fb722ae1062cdf.williamh@gentoo \
--to=williamh@gentoo.org \
--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