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-proxy/wireproxy | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-proxy/wireproxy')
| -rw-r--r-- | net-proxy/wireproxy/Manifest | 4 | ||||
| -rw-r--r-- | net-proxy/wireproxy/metadata.xml | 16 | ||||
| -rw-r--r-- | net-proxy/wireproxy/wireproxy-1.0.9.ebuild | 22 | ||||
| -rw-r--r-- | net-proxy/wireproxy/wireproxy-1.1.2.ebuild | 22 |
4 files changed, 0 insertions, 64 deletions
diff --git a/net-proxy/wireproxy/Manifest b/net-proxy/wireproxy/Manifest deleted file mode 100644 index da35b7de6992..000000000000 --- a/net-proxy/wireproxy/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST wireproxy-1.0.9-vendor.tar.xz 1162932 BLAKE2B 74a3b3647394c839b11be5aa8dadc7b8147977ac5ff6efdb9218e3dc2565c92d0a26cee97dfb86c7a30a358fbd4a009c023f55fb41c6db9f08aff1f07cd9cd22 SHA512 401b2667ef22c82ef543aa12418b7fc8d4f9a8c696c7b9fb107f0e86fbf6fd117ffdb6e7fe7a2eab3160993014917491a1d409f4a7a17c8a874569be4b5bfb1c -DIST wireproxy-1.0.9.tar.gz 21752 BLAKE2B a1a421e0dbcc21cb00cfde99f40ad81e69618daf2db65de1316017b46a9f7264f7c1829be16fabe82e2210bb2a79a4e761aee3c94256bccc677f0d5288d918c7 SHA512 92e914b1cc4591990829ff3d7a6bce0a700af909d2bda11044c592c2a38e7f08a1ecb57419c49c8f493340e8757b5440e1635ce4d60eae8544075894dcb96027 -DIST wireproxy-1.1.2-vendor.tar.xz 1193304 BLAKE2B 07fc1283cff8914ba6778eeaef43e0ce782e7ede01b0f99ff1565e55b6d637f09d6877150e4337ab69123dd06827fb61b3811aff5bc32e7de12cfe381198ef6c SHA512 3481b7a733ce47a154b86fc82c84557469215b54619147c780fd981c865215acb74c1028a4aa195366ccf8ead7aa40807f2ee64b7bb0cb086a30945caa1ebf3f -DIST wireproxy-1.1.2.tar.gz 28489 BLAKE2B 8a21c89d629d228a6d66b3bb457221d59d6a253cdb6ceb898e310d67a66569e67ead0e7892e84a6f24214520434e222d94c2e4b340feaf9f76d85fa1b395d08b SHA512 95e9943522e33bf22cc8db72cedae081113767af0304dc6efbb7a31fb1d23bbd8c4fd1b8199a60665f9381d5620de3a8bf383f4c8ef328c279b2d09573db236f diff --git a/net-proxy/wireproxy/metadata.xml b/net-proxy/wireproxy/metadata.xml deleted file mode 100644 index 92291850277b..000000000000 --- a/net-proxy/wireproxy/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>Dale Sweeney</name> - <email>agooglygooglr@gmail.com</email> - </maintainer> - <longdescription> - wireproxy is a completely userspace application that connects to a wireguard peer, - and exposes a socks5/http proxy or tunnels on the machine. - </longdescription> - <upstream> - <remote-id type="github">whyvl/wireproxy</remote-id> - <bugs-to>https://github.com/whyvl/wireproxy/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/net-proxy/wireproxy/wireproxy-1.0.9.ebuild b/net-proxy/wireproxy/wireproxy-1.0.9.ebuild deleted file mode 100644 index 17416e21df76..000000000000 --- a/net-proxy/wireproxy/wireproxy-1.0.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Wireguard client that exposes itself as a proxy" -HOMEPAGE="https://github.com/whyvl/wireproxy" -SRC_URI="https://github.com/whyvl/wireproxy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/iguanajuice/guru-distfiles/raw/refs/heads/main/net-proxy/wireproxy/${P}-vendor.tar.xz" -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - ego build ./cmd/wireproxy -} - -src_install() { - dobin wireproxy -} diff --git a/net-proxy/wireproxy/wireproxy-1.1.2.ebuild b/net-proxy/wireproxy/wireproxy-1.1.2.ebuild deleted file mode 100644 index 17416e21df76..000000000000 --- a/net-proxy/wireproxy/wireproxy-1.1.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Wireguard client that exposes itself as a proxy" -HOMEPAGE="https://github.com/whyvl/wireproxy" -SRC_URI="https://github.com/whyvl/wireproxy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/iguanajuice/guru-distfiles/raw/refs/heads/main/net-proxy/wireproxy/${P}-vendor.tar.xz" -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - ego build ./cmd/wireproxy -} - -src_install() { - dobin wireproxy -} |
