commit:     a18feb058f625138f28038e5cb27ebe9b42047b1
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Tue Jul  1 14:46:31 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul  1 14:47:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a18feb05

net-misc/wstunnel: drop 10.4.2

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 net-misc/wstunnel/Manifest               |  2 --
 net-misc/wstunnel/wstunnel-10.4.2.ebuild | 43 --------------------------------
 2 files changed, 45 deletions(-)

diff --git a/net-misc/wstunnel/Manifest b/net-misc/wstunnel/Manifest
index 58f94708ae..d441c86bb3 100644
--- a/net-misc/wstunnel/Manifest
+++ b/net-misc/wstunnel/Manifest
@@ -1,5 +1,3 @@
-DIST wstunnel-10.4.2-crates.tar.xz 35470060 BLAKE2B 
bc8efa3b930bd79d3cf59a7d8ebfd8c72371930eef6b580bb26a078fea9cb90fd229e6c137243d8390cace8f076fd1f1cd056d8e882d05150966d05373586412
 SHA512 
dc4fc2e397132dcb20fb7266378153a6f6ef96836efae181e93991b8141547d3366293b802123b9de4bcfcaef800158f4ea91eba4739322ef9f5c6d9e3f13b6f
-DIST wstunnel-10.4.2.tar.gz 1713869 BLAKE2B 
d05de85e433fef807d0e6020fe8a23fd09cf7440ee5f35c8b679abcf527114a490cbcb36242e80a6a61c27bc2b7296690702092fa6096819a23cee262fdc0ddb
 SHA512 
cf1cdb2d8eea619dae6e03b04459dbcf8d9a4588a81a39a2e786fc6872d7e738c00c6b0a173dce685d4974cad59fe0babdffb80af5a6452f93ee13a49d6fd385
 DIST wstunnel-10.4.3-crates.tar.xz 35441048 BLAKE2B 
be9a65bbf71be1944d71eaa22acbe83999cf3e825f581ffee9ac6a3f9861a0ec2506a168af6bafd597ed9d005e5623700b1cebc7dbc1cee99638f394ad521b8d
 SHA512 
2391130cb3982fcd892c1d8c5e8c8f1e63e0e3cd65da1c2f65c29f597119e9f4820fa49778b81a8e58eb6d4b7cb54f7e5c387ffa79b1a878409370c03a357a76
 DIST wstunnel-10.4.3.tar.gz 1714602 BLAKE2B 
622e6cd1b04d5b02c9818cb139a295a2945f162506223758807318d23af50d6a009d9a1be66b1570179a501be59365e465c31ad33fe48b8472e9c577612562a7
 SHA512 
b8edfafc9d28e667e7bc66e1aa71127e9f1d8dbe9b29107ed6af67d96555a607aaa7fc89468218c1b69023222410db8fe0761b49746be4c3855794bb4a700c15
 DIST wstunnel-10.4.4-crates.tar.xz 35790812 BLAKE2B 
58838de4069094efd15b38e1cdca0b217308233789160a59c7b911dd15ac612c8d9e9e39c281fdee1127429c0e58f103535a61818c885e728df7e22f30b7dd8d
 SHA512 
75b8a48c836ed5b97f2a6039146ad179283e87bc3562c4be83cc4b1957c8e28fd4232aad2c285f120e2804ab75eb73170a7278de2d83b99c3733f07e968edd02

diff --git a/net-misc/wstunnel/wstunnel-10.4.2.ebuild 
b/net-misc/wstunnel/wstunnel-10.4.2.ebuild
deleted file mode 100644
index c57fe35d97..0000000000
--- a/net-misc/wstunnel/wstunnel-10.4.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-"
-RUST_MIN_VER="1.85.0"
-
-inherit cargo
-
-DESCRIPTION="Tunnel all your traffic over Websocket or HTTP2 - Bypass 
firewalls/DPI"
-HOMEPAGE="https://github.com/erebe/wstunnel/";
-SRC_URI="https://github.com/erebe/wstunnel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz";
-
-LICENSE="BSD"
-# Autogenerated by pycargoebuild
-# Dependent crate licenses
-LICENSE+="
-       Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT openssl
-       Unicode-3.0
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_FLAGS_IGNORED="usr/bin/wstunnel"
-
-src_compile() {
-       cargo_src_compile --package wstunnel-cli
-}
-
-src_test() {
-       # skip test with network sandbox violations
-       cargo_src_test -- \
-               --skip test_proxy_connection
-}
-
-src_install() {
-       cargo_src_install --path wstunnel-cli
-       local DOCS+=( README.md docs/*.md )
-       einstalldocs
-}

Reply via email to