diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/wstunnel | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-misc/wstunnel')
| -rw-r--r-- | net-misc/wstunnel/Manifest | 4 | ||||
| -rw-r--r-- | net-misc/wstunnel/metadata.xml | 11 | ||||
| -rw-r--r-- | net-misc/wstunnel/wstunnel-10.5.2.ebuild | 50 | ||||
| -rw-r--r-- | net-misc/wstunnel/wstunnel-10.5.5.ebuild | 51 |
4 files changed, 0 insertions, 116 deletions
diff --git a/net-misc/wstunnel/Manifest b/net-misc/wstunnel/Manifest deleted file mode 100644 index 629b5e2a02e1..000000000000 --- a/net-misc/wstunnel/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST wstunnel-10.5.2-crates.tar.xz 32393352 BLAKE2B 395f11a1af48a2bdc18593fd4b6c187e6378b87f3430c547cf8ed55ffc7df75e3c22dd11de687661b47432c184d14d75d77856866e8ab42c8e8d423e9e532a83 SHA512 78e7fd7728b9dc8941e06831a8c3291a92160fbe9fdebfc15cb1687253c4801a71e50df4a414cd3c4ff7c5daea6421e580c6495cdb1ae9e893ab133d8bd8b22a -DIST wstunnel-10.5.2.tar.gz 1721076 BLAKE2B 8bcc814022ca6f7dcb34872eaf3e3e46e2d67c905b0aba9e8b91caca6e87b83c6995455da8b5e162b679fde6b1a3c557d105ceb1b652f5b75e117030868b9abf SHA512 c2a0dc10e137a814c8c3ddb1cc11d7f3638aa3c688935d0ab8bd04c0dc488014a6e57dbdf6c1e6634f2ff86d8c6cb2bfeb1f71e6551e96b433444f22ecf53a35 -DIST wstunnel-10.5.4-crates.tar.xz 30799680 BLAKE2B aeebc368250e7dc1d460f1fa68f477e977b4ba72dc2d7e64831e5c68e4ec0fd21f8f1a01b25a2f88028954eab9806cf84184e93c4bddf8c7cd9232c623d1d535 SHA512 12c5e43a720d952ed2e2869417846ae4a246ff519bbf606f9aa84619bec73039f87bf2a1133ae505114cb4f8887bc46f5c947279e7cae505c8efe959f5999972 -DIST wstunnel-10.5.5.tar.gz 1721833 BLAKE2B 95b2c7bd91921c55e8b603caf6dd97373f9eff9e19e5d1c7f6969995579b3b749e166f339b357597d766463f9157d2c61440623227a6c48e8921e5523caed97b SHA512 1d5b85a77cd24f6e8c2217ec5432d5743e8057505340c9d2e99a8fab7b802748380cd8e43c2e5c6306df546fb394dd3311bbad81e0139e2ce8e30d3faca83726 diff --git a/net-misc/wstunnel/metadata.xml b/net-misc/wstunnel/metadata.xml deleted file mode 100644 index 689012bc579d..000000000000 --- a/net-misc/wstunnel/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>nicolas.parlant@parhuet.fr</email> - <name>Nicolas PARLANT</name> - </maintainer> - <upstream> - <remote-id type="github">erebe/wstunnel</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/wstunnel/wstunnel-10.5.2.ebuild b/net-misc/wstunnel/wstunnel-10.5.2.ebuild deleted file mode 100644 index e1b4d92bb088..000000000000 --- a/net-misc/wstunnel/wstunnel-10.5.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" -" -RUST_MIN_VER="1.88.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" - -pkg_setup() { - # see bug #965963 - export CARGO_PROFILE_RELEASE_LTO=off - - rust_pkg_setup -} - -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 -} diff --git a/net-misc/wstunnel/wstunnel-10.5.5.ebuild b/net-misc/wstunnel/wstunnel-10.5.5.ebuild deleted file mode 100644 index af4f6d639b58..000000000000 --- a/net-misc/wstunnel/wstunnel-10.5.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" -" -RUST_MIN_VER="1.88.0" - -inherit cargo - -# last update of Cargo.lock -CRATES_PV="10.5.4" -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/${PN}-${CRATES_PV}/${PN}-${CRATES_PV}-crates.tar.xz" - -LICENSE="BSD" -# Autogenerated by pycargoebuild -# Dependent crate licenses -LICENSE+=" Apache-2.0 BSD CC0-1.0 ISC MIT openssl Unicode-3.0 ZLIB" -SLOT="0" -KEYWORDS="~amd64" - -QA_FLAGS_IGNORED="usr/bin/wstunnel" - -pkg_setup() { - # see bug #965963 - export CARGO_PROFILE_RELEASE_LTO=off - - rust_pkg_setup -} - -src_compile() { - cargo_src_compile --package wstunnel-cli -} - -src_test() { - local CARGO_SKIP_TESTS=( - # needs docker - tests::test_proxy_connection - ) - cargo_src_test --no-fail-fast -} - -src_install() { - cargo_src_install --path wstunnel-cli - local DOCS+=( README.md docs/*.md ) - einstalldocs -} |
