From 6e2b4aa4640f567fefc7dbcc2fa5a34c10de36d7 Mon Sep 17 00:00:00 2001 From: Wang ZhuoCheng Date: Sat, 21 Mar 2026 19:11:44 +0800 Subject: [PATCH] net-vpn/frp: drop 0.56.0, 0.58.1 Signed-off-by: Wang ZhuoCheng Part-of: https://github.com/gentoo/gentoo/pull/45981 Closes: https://github.com/gentoo/gentoo/pull/45981 Signed-off-by: Zac Medico --- net-vpn/frp/Manifest | 4 --- net-vpn/frp/frp-0.56.0.ebuild | 65 ----------------------------------- net-vpn/frp/frp-0.58.1.ebuild | 65 ----------------------------------- 3 files changed, 134 deletions(-) delete mode 100644 net-vpn/frp/frp-0.56.0.ebuild delete mode 100644 net-vpn/frp/frp-0.58.1.ebuild diff --git a/net-vpn/frp/Manifest b/net-vpn/frp/Manifest index 14008ef7461c..da4ed24b347a 100644 --- a/net-vpn/frp/Manifest +++ b/net-vpn/frp/Manifest @@ -1,7 +1,3 @@ -DIST frp-0.56.0-deps.tar.xz 2890568 BLAKE2B cabeeba66d4fa94ff95637020178310c984b7e3254c756e75f0facc5bee0803c6ba485fa83e7c0f7c92474ce9d60621cd6a1608c3b631f2a9c27f6b6c9638ebe SHA512 0687db5001542780ac6e5c57d0da356f4c36bd31c96c2657a9e15988950436abedcd490d85cc272ff80f4868989d173a71dcf2cf28ed26f93b877d1650f04206 -DIST frp-0.56.0.tar.gz 1080201 BLAKE2B 493e8b21aab6d5fae2d762eafba7d94de59394e9c4cb3c3dfce2bd8b5a0d0fcca6ef471917e8257022e079bececf34e910fe3b6bc845753862da59a1d00ca20c SHA512 883dce220aa78296f2b7eb9d64b3d1598bc2df436c52a48bc813d725a6f8fa43028359b0507bf4a586a29f4739310474047abfefd46249c0c9942990ceac0e2d -DIST frp-0.58.1-deps.tar.xz 2916740 BLAKE2B 49256c40ca359a5b76a92e2999e3a5a3ca4899f71e4804544296ee71fa6c079f563b1892195243e9e8792c72c445f779fb5a32b1cc5c4ebca9265d88808072e3 SHA512 3295e0e6b5a7ace8c5af1dd9e15ffb893930c0f03755e8de46dfbca2272747b95d8e58f4034f4fa2c44896c5036654b3c805a6d3dd0d39299996335330d28d07 -DIST frp-0.58.1.tar.gz 1081317 BLAKE2B e5d897a9d866df1075c9fb397f1cbcf23efb738fd89e58bce4fba5abce23d9cb6c826b50d4cda52b3fa40a6194003a51c6209f2d4aef43d9dc62f08b51a776a7 SHA512 809e86e9cd2cb67ae338b2584c0c8f5d4f01104cc7725826743f48eb5c893bce9cd678bcd90e04953bb6bfc6523fcf400c6bc1bdf03ff335666b05af5e0c4b55 DIST frp-0.60.0-vendor.tar.xz 2816520 BLAKE2B 3f58f108c1dc563d73d119293d9cbcb181059c24bb58731f5d6d870a320982c976c8a0938ff0442bd21ffd0bb86218aaa20f1b382fb7a045422aaea411ad3557 SHA512 9825d39cd4bce25ad796b3ac817e690ca41daf9f028ac4e88aa43b4e295d20f9ede57a1be8933efca00a512ff238f8e34a85f24a4b56f9c52cf40aa1f26118f9 DIST frp-0.60.0.tar.gz 1073862 BLAKE2B c6169818bbca656d44bc945c70b73474a4f427bd123fa7a546285fb63d3a156dc90d7fa1d46f2ba4ae971281e546fb43a217ad2527b7bd20a402810cb356d7ac SHA512 4c86b91a28b58ce5b681e5f8c886efd57a41fb6ac92606facce0b6f6f6cbd6cf6f789209252455bc6bc6a3ad043f2470040ac84b893926653cc036b40907e60c DIST frp-0.61.1-deps.tar.xz 3357512 BLAKE2B 0c34e290fc366cab76aae95c366ef15c6a2d8be69b4e4378ec17baa65f1a8969a73c82a42f96799734f2d12c3ab96b3664966e489af2c2f89dc5c338bf8e6d95 SHA512 9ab876bda2ae46229a4e89471b97416978f0c6367a4b8d51df724281e5626b041f591492b4d2246ae0ecf68d6cc3d38843e538d92bdaad03724921238eaee051 diff --git a/net-vpn/frp/frp-0.56.0.ebuild b/net-vpn/frp/frp-0.56.0.ebuild deleted file mode 100644 index 83d79cd6446d..000000000000 --- a/net-vpn/frp/frp-0.56.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module systemd shell-completion - -DESCRIPTION="A reverse proxy that exposes a server behind a NAT or firewall to the internet" -HOMEPAGE="https://github.com/fatedier/frp" -SRC_URI="https://github.com/fatedier/frp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" - -LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~loong ~riscv" -IUSE="+client +server" -REQUIRED_USE="|| ( client server )" -BDEPEND=">=dev-lang/go-1.22" - -src_compile() { - mkdir -pv comp || die - - if use client; then - ego build -trimpath -ldflags "-s -w" -tags frpc -o frpc ./cmd/frpc - ./frpc completion bash > comp/frpc || die - ./frpc completion fish > comp/frpc.fish || die - ./frpc completion zsh > comp/_frpc || die - fi - - if use server; then - ego build -trimpath -ldflags "-s -w" -tags frps -o frps ./cmd/frps - ./frps completion bash > comp/frps || die - ./frps completion fish > comp/frps.fish || die - ./frps completion zsh > comp/_frps || die - fi -} - -src_install() { - _install() { - # Install binary file - dobin "${1}" - - # Install completion files - dobashcomp "${S}/comp/${1}" - dofishcomp "${S}/comp/${1}.fish" - dozshcomp "${S}/comp/_${1}" - - # Install systemd services - systemd_dounit "${FILESDIR}/${1}.service" - systemd_newunit "${FILESDIR}/${1}_at_.service" "${1}@.service" - - # Install config files - insinto "/etc/${PN}" - newins "${S}/conf/${1}.toml" "${1}.toml.example" - newins "${S}/conf/${1}_full_example.toml" "${1}_full.toml.example" - } - - if use client; then - _install frpc - fi - - if use server; then - _install frps - fi -} diff --git a/net-vpn/frp/frp-0.58.1.ebuild b/net-vpn/frp/frp-0.58.1.ebuild deleted file mode 100644 index df51f8a4c33b..000000000000 --- a/net-vpn/frp/frp-0.58.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module systemd shell-completion - -DESCRIPTION="A reverse proxy that exposes a server behind a NAT or firewall to the internet" -HOMEPAGE="https://github.com/fatedier/frp" -SRC_URI="https://github.com/fatedier/frp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" - -LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~loong ~riscv" -IUSE="+client +server" -REQUIRED_USE="|| ( client server )" -BDEPEND=">=dev-lang/go-1.22" - -src_compile() { - mkdir -pv comp || die - - if use client; then - ego build -trimpath -ldflags "-s -w" -tags frpc -o frpc ./cmd/frpc - ./frpc completion bash > comp/frpc || die - ./frpc completion fish > comp/frpc.fish || die - ./frpc completion zsh > comp/_frpc || die - fi - - if use server; then - ego build -trimpath -ldflags "-s -w" -tags frps -o frps ./cmd/frps - ./frps completion bash > comp/frps || die - ./frps completion fish > comp/frps.fish || die - ./frps completion zsh > comp/_frps || die - fi -} - -src_install() { - _install() { - # Install binary file - dobin "${1}" - - # Install completion files - dobashcomp "${S}/comp/${1}" - dofishcomp "${S}/comp/${1}.fish" - dozshcomp "${S}/comp/_${1}" - - # Install systemd services - systemd_dounit "${FILESDIR}/${1}.service" - systemd_newunit "${FILESDIR}/${1}_at_.service" "${1}@.service" - - # Install config files - insinto "/etc/${PN}" - newins "${S}/conf/${1}.toml" "${1}.toml.example" - newins "${S}/conf/${1}_full_example.toml" "${1}_full.toml.example" - } - - if use client; then - _install frpc - fi - - if use server; then - _install frps - fi -}