From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 331291580E0 for ; Thu, 30 Jan 2025 16:33:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1A3DC3430BF for ; Thu, 30 Jan 2025 16:33:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0E4901103B6; Thu, 30 Jan 2025 16:32:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 05CFF1103B6 for ; Thu, 30 Jan 2025 16:32:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B36143430BD for ; Thu, 30 Jan 2025 16:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1325411A7 for ; Thu, 30 Jan 2025 16:32:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1738254538.ff5f805cf40b764dadbd4cd2fbbaa4684981284d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/vopono/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/vopono/Manifest net-vpn/vopono/metadata.xml net-vpn/vopono/vopono-0.10.11.ebuild X-VCS-Directories: net-vpn/vopono/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ff5f805cf40b764dadbd4cd2fbbaa4684981284d X-VCS-Branch: master Date: Thu, 30 Jan 2025 16:32:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a572cc67-7ee8-4d76-a8d9-5344049fb4df X-Archives-Hash: 0ca2413904b5c36308fa9fb945c220e5 commit: ff5f805cf40b764dadbd4cd2fbbaa4684981284d Author: Joonas Niilola gentoo org> AuthorDate: Thu Jan 30 16:28:58 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jan 30 16:28:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5f805c net-vpn/vopono: new package, add 0.10.11 vopono is a tool to run applications through VPN tunnels via temporary network namespaces. This allows you to run only a handful of applications through different VPNs simultaneously, whilst keeping your main connection as normal. vopono includes built-in configurations for both Wireguard and OpenVPN. Signed-off-by: Joonas Niilola gentoo.org> net-vpn/vopono/Manifest | 2 ++ net-vpn/vopono/metadata.xml | 17 +++++++++++++++++ net-vpn/vopono/vopono-0.10.11.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/net-vpn/vopono/Manifest b/net-vpn/vopono/Manifest new file mode 100644 index 000000000000..4787d1b9bd21 --- /dev/null +++ b/net-vpn/vopono/Manifest @@ -0,0 +1,2 @@ +DIST vopono-0.10.11-crates.tar.xz 33726524 BLAKE2B 47a4867bbea7406b2997c7b75a0ae6fa7ac520f9650aa6bdf212d00beaed6e79f837e78b60d207db87bd30ffa53e2fb107901d0d6d4094a65ab11bf0d69eb16e SHA512 fdd7775466b6a4f60f9ec68377830a4c47fc4f3d3b63212cddc2927f4d9e4d7611b47d05fff9cd8cf7cc6229d4856a5432a28fe91e9e1b6223ed9f1a062fab2e +DIST vopono-0.10.11.tar.gz 1703898 BLAKE2B 4c1972be521e75d76a0d351f97caa24ab5d3ec0477ac4311f880c1746c6492cd16dc916103b98dbe35c9fbe24b8e10b453e952a372aa0d661c09244e55d17bc1 SHA512 cad113a400a2686752738e7e1a3246fd2b0722d8aa6172a2866d498e7c49e8fef13767d7574094476a547ba40f46bed1320c9f2b815eeee2ed22fa4ccbae11d9 diff --git a/net-vpn/vopono/metadata.xml b/net-vpn/vopono/metadata.xml new file mode 100644 index 000000000000..af5d9361ef89 --- /dev/null +++ b/net-vpn/vopono/metadata.xml @@ -0,0 +1,17 @@ + + + + + juippis@gentoo.org + + + vopono is a tool to run applications through VPN tunnels via temporary network namespaces. This + allows you to run only a handful of applications through different VPNs simultaneously, whilst + keeping your main connection as normal. + + vopono includes built-in killswitches for both Wireguard and OpenVPN. + + + jamesmcm/vopono + + diff --git a/net-vpn/vopono/vopono-0.10.11.ebuild b/net-vpn/vopono/vopono-0.10.11.ebuild new file mode 100644 index 000000000000..16c2beb63020 --- /dev/null +++ b/net-vpn/vopono/vopono-0.10.11.ebuild @@ -0,0 +1,30 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.13.5 + +EAPI=8 + +inherit cargo + +DESCRIPTION="Launch applications via VPN tunnels using temporary network namespaces" +HOMEPAGE="https://github.com/jamesmcm/vopono" +SRC_URI="https://github.com/jamesmcm/vopono/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~juippis/distfiles/${P}-crates.tar.xz" + +LICENSE="GPL-3+" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="|| ( + net-vpn/openvpn + net-vpn/wireguard-tools + )" + +src_install() { + cargo_src_install + einstalldocs + dodoc USERGUIDE.md +}