commit: e73dd98d8029eeff4de6111afdf42927e144953b Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue May 20 16:14:47 2025 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue May 20 16:14:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73dd98d
net-vpn/tailscale: drop 1.80.3 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> net-vpn/tailscale/Manifest | 2 - net-vpn/tailscale/tailscale-1.80.3.ebuild | 63 ------------------------------- 2 files changed, 65 deletions(-) diff --git a/net-vpn/tailscale/Manifest b/net-vpn/tailscale/Manifest index fcdfbb545359..32914d43ecbe 100644 --- a/net-vpn/tailscale/Manifest +++ b/net-vpn/tailscale/Manifest @@ -1,4 +1,2 @@ -DIST tailscale-1.80.3-deps.tar.xz 259571740 BLAKE2B 5e9c3cd9d57f416acd008a910760fcf130b32f9d81935c5c7f32822d37cd703ba07f58720bae0c67cbf85a87e93f06002edbce13efd7376eaf40bcd68fb38ba1 SHA512 f8484e9bb3329891b46282ef7e2879bf73cd3485925729ed319e76f1aca32946a56519fffaf644d504b1df4ec01ab8ee7a7a6cb30d3126b20ee5506fe65cf51a -DIST tailscale-1.80.3.tar.gz 3528273 BLAKE2B 3f9450a24a370146dc0e32f715ffa4eba8e6a7b31c65f20b1e9b40f4bf45fb1f0f27392d2c36870fa2bf2984fb556d72347057a010f18bda2d649242d058b5b2 SHA512 2553642e9ec8adf7754cf869ec986399de22af01b66c1a4d20bff3c1305f62e175e39e70eb2a6e9723e8352421d9ad6590bbcfa42e78a4c88838bd8bb8aa6e80 DIST tailscale-1.82.5-deps.tar.xz 265161016 BLAKE2B eb50d34ecda207f623efe213c81f38d39953c8c984a0d35ede0b052ae9cc021404d3f596c5e4c74cd60b68c31d9873b60ac98ca600216fd157f42c9d27eb103d SHA512 877fedabdac139dfb73395ff27d915139c250f6308920cb57974b1d0d32c47ef14d9cc4dc47e89ce32adea36d7c558ee42caddac317f145f62ecfd59af493c22 DIST tailscale-1.82.5.tar.gz 3793962 BLAKE2B 49ea1f878ce2ff6198d6ced1e4f49e557e7b1b9e2a2dd65079d5343aa46e57eee23b9d24561771c06af28d28cde4139d445e05e5d5c24f715ffc54b07c905050 SHA512 bed02f09c4905cba13fd3de3d45e027511420d76ece211312e153b6e50d8a10d2fb968a09ec1121f2150d414a74ca128430740173c16c0bef2696d141496849a diff --git a/net-vpn/tailscale/tailscale-1.80.3.ebuild b/net-vpn/tailscale/tailscale-1.80.3.ebuild deleted file mode 100644 index 4828db384477..000000000000 --- a/net-vpn/tailscale/tailscale-1.80.3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 2020-2025 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="80" -VERSION_SHORT="1.80.3" -VERSION_LONG="1.80.3-tbd762b827" -VERSION_GIT_HASH="bd762b8274a957fe11c4416c6278ba0682124931" - -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 net-firewall/nftables )" -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 -}
