diff options
| author | 2025-10-05 04:16:24 +0200 | |
|---|---|---|
| committer | 2025-10-05 04:16:24 +0200 | |
| commit | d11d67c0ce5f89f8e0897de1b4e458aadd58d6f6 (patch) | |
| tree | feaa80894e352cb721c812dc33062eb3823367c5 /net-proxy | |
| parent | sys-apps/lsd: Remove old (diff) | |
| download | gentoo-d11d67c0ce5f89f8e0897de1b4e458aadd58d6f6.tar.gz gentoo-d11d67c0ce5f89f8e0897de1b4e458aadd58d6f6.tar.bz2 gentoo-d11d67c0ce5f89f8e0897de1b4e458aadd58d6f6.zip | |
net-proxy/mitmproxy-rs: Remove old
Signed-off-by: Michał Górny <[email protected]>
Diffstat (limited to 'net-proxy')
| -rw-r--r-- | net-proxy/mitmproxy-rs/Manifest | 3 | ||||
| -rw-r--r-- | net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.ebuild | 53 |
2 files changed, 0 insertions, 56 deletions
diff --git a/net-proxy/mitmproxy-rs/Manifest b/net-proxy/mitmproxy-rs/Manifest index df56544f39d0..02106a77e940 100644 --- a/net-proxy/mitmproxy-rs/Manifest +++ b/net-proxy/mitmproxy-rs/Manifest @@ -1,6 +1,3 @@ DIST boringtun-2f3c85f5c4a601018c10b464b1ca890d9504bf6e.gh.tar.gz 219297 BLAKE2B af42c888259ce9d0d36c8b6925459e86fac14059e6b8a3532783050d77627f91c4cd7a0b61bd290e86bbe37ab155d9f798f5478b0f09650dabba08cdc9f60696 SHA512 485675e3fa9317d09814a67162199691df87d04b970c4f69536607584b07f6ab8d2379ef89b22d674e569b8a874a1298bc59a8537c077c81658594bbd502470e -DIST boringtun-e3252d9c4f4c8fc628995330f45369effd4660a1.gh.tar.gz 219190 BLAKE2B d20cb9619cee7d2f8db118deb14c13ddc1ec1574902f1fa24d2cebc5d2838f95ab3fb252413616d8af4d4d362b2031fdd447021bde4baf554cb8c7eb68cee77b SHA512 3dd2bdcc2e94714b448df72eab54bfddb9e436a4799fe0b266777b3bac5debdeb4495f31495736c98f86725921758ccbdd0c25a2404e4a4472dd8c6d14771b7c -DIST mitmproxy_rs-0.12.6-crates.tar.xz 49026512 BLAKE2B a342d004dca4570056525b206dc72576d060fa4a31d50abf2660540578da28a65b8a4d235a2802c8ae516a94ee5d5f6d3dcb58903e7da88313b851331e60a398 SHA512 07c33a9ee563919edb03e60a410522901f4eddaa28712cab1605c8ed7accf74f9347d89ef2462c450fd275b45b4e8c4d27c22157a85a80f96f37b7ca50a2e938 -DIST mitmproxy_rs-0.12.6.tar.gz 1320785 BLAKE2B 4e5b763bb7cae28fc35157c291797a9dbce972d4db008c54a346d43e9f4229dcdc949588e41cdaf9a428d92b21eeda364ee257285ce1128afa796eb671350f48 SHA512 875d67409c722a6860089ef0ca301a3c8824010fc686717c4bce0e5edbdffe3f60ab969095d74888c5fbd2c53728584704aff3ff94dd97f78697dec49482073a DIST mitmproxy_rs-0.12.7-crates.tar.xz 49031076 BLAKE2B 7ce59d1b03fb67543832d0482909568502778a952d91f7d233005542368c9bf4cfc9d6666e9b41fa148d45c4153a9056cdd27f2cbcb56154a787c8780a48eed1 SHA512 252fb9941b74ad02b53c66ad2f9527df98c0ccd205e6d5913869b5a1405bc3ff05994dce31ed2bc0e8a5ec0b2e33efe85f7fdd9634c3511244b1cdb870f6ec94 DIST mitmproxy_rs-0.12.7.tar.gz 1321695 BLAKE2B f171b83290faa3301fa9a62104e7bc717f92e2a6b8dbe5941f9d1fc532fac052f39ee416a692c1c181a4597ba3933b33343b1967b97e931c30277a06afa8e37a SHA512 416f6e2dd1648cc46cb6a34a0192fbfac0c6c4b4f7f1b5d121c510c38dfdf1ded0e9bfcdb8be2eb81f55b9e98e93862b0b42312248cac1ce6d81d8b05b5e4f3f diff --git a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.ebuild b/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.ebuild deleted file mode 100644 index 783baf0ff914..000000000000 --- a/net-proxy/mitmproxy-rs/mitmproxy-rs-0.12.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" -" - -declare -A GIT_CRATES=( - [boringtun]='https://github.com/cloudflare/boringtun;e3252d9c4f4c8fc628995330f45369effd4660a1;boringtun-%commit%/boringtun' -) - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{12..14} ) -RUST_MIN_VER=1.85.0 - -inherit cargo distutils-r1 pypi - -DESCRIPTION="mitmproxy's Rust bits" -HOMEPAGE=" - https://github.com/mitmproxy/mitmproxy_rs/ - https://pypi.org/project/mitmproxy-rs/ -" -SRC_URI+=" - ${CARGO_CRATE_URIS} - https://github.com/gentoo-crate-dist/mitmproxy_rs/releases/download/v${PV}/${P/-/_}-crates.tar.xz -" - -LICENSE="MIT" -# Dependent crate licenses -LICENSE+=" - 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC - LGPL-3+ MIT Unicode-3.0 WTFPL-2 ZLIB -" -SLOT="0" -KEYWORDS="amd64 ~arm64" - -RDEPEND=" - ~net-proxy/mitmproxy-linux-${PV}[${PYTHON_USEDEP}] -" - -src_prepare() { - distutils-r1_src_prepare - - # replace upstream crate substitution with our crate substitution, sigh - local bor_dep=$(grep ^boringtun "${ECARGO_HOME}"/config.toml || die) - sed -i -e "/boringtun/s;^.*$;${bor_dep};" Cargo.toml || die -} - -python_test() { - cargo_src_test --manifest-path mitmproxy-rs/Cargo.toml -} |
