commit:     758b7b0b3c06d282667b594423fe3d3581edb576
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 06:38:55 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 06:38:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758b7b0b

net-vpn/vopono: drop 0.10.12

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-vpn/vopono/Manifest              |  2 --
 net-vpn/vopono/vopono-0.10.12.ebuild | 41 ------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-vpn/vopono/Manifest b/net-vpn/vopono/Manifest
index 2c7b9e865117..037b2bc088de 100644
--- a/net-vpn/vopono/Manifest
+++ b/net-vpn/vopono/Manifest
@@ -1,4 +1,2 @@
-DIST vopono-0.10.12-crates.tar.xz 33312248 BLAKE2B 
6bb9bf8f653a749e6563d905b54b9fd012c9a47e193e30fd936697e9797c06d7ad80397531d92eb3aed39054f4375783c771d810985bed59c47ad35d1bc2eb33
 SHA512 
170aa37041e70fd2ce7a4de89affce2f53d476e14374c2a5102cc87826eac6ef65cd231ae39ca10730c82ee1b71db8180f77ddafb1429bf168b0d7f6958c2dc8
-DIST vopono-0.10.12.tar.gz 2149671 BLAKE2B 
eeccdbfa9bcbadc0b222af65f65c16c24b63947202fd057ff3447a7590be820e9525879faf69e55fa13def8763c62c0b3ef6a05a4ad38a01b9a78fcd8d10ddb1
 SHA512 
2141975e78ee0e9382e7686dc04d93c88def304596c1bac0988050ecfaf01fd8126f76b4e93dfd686f88b99c26d9463b0ea0802c894f779e50f2ddeb092e651a
 DIST vopono-0.10.13-crates.tar.xz 33755608 BLAKE2B 
9f5ccbf1fe378c1b0a5271807586367796f5979c59b3e434b72f0d8f4796f2f28924fdebb0a2a53ae6e9c8cb0dc61714866455537e04a6974e11c75ad85882f4
 SHA512 
82ae318bd95336263b2e2769f093a2179d59e08640301025d36bd9b369876c2266cb7be62113c4ec29ef70acb612180cbfb7276d3df2c6ce22acf3acc5ca6d0c
 DIST vopono-0.10.13.tar.gz 2157851 BLAKE2B 
f0e0f8f766a5117644e1b3489d61a1a13deeedfe17422dfef8fe1c77e43082eb41d189ca9b66e0ae3e4632394ff639fb374e6ac720ba6c11c7812e6404dc8df1
 SHA512 
4fd15bb1a9773ff6fa40303bbc6d89b5765e0980a722a5f244e88f6a8548a0018a5b4a5891a8b45e19fb892d1a435a12c5b27ef59e89c6adee9673ce468d9f44

diff --git a/net-vpn/vopono/vopono-0.10.12.ebuild 
b/net-vpn/vopono/vopono-0.10.12.ebuild
deleted file mode 100644
index a465c8db0123..000000000000
--- a/net-vpn/vopono/vopono-0.10.12.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-RUST_MIN_VER="1.85.0"
-
-inherit cargo optfeature
-
-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"
-
-# VPN backends sorted by preference.
-RDEPEND="|| (
-               net-vpn/openvpn
-               net-vpn/wireguard-tools
-               net-vpn/openfortivpn
-       )
-       app-arch/xz-utils"
-
-src_install() {
-       cargo_src_install
-       einstalldocs
-       dodoc USERGUIDE.md
-}
-
-pkg_postinst() {
-       # Judging from https://github.com/jamesmcm/vopono/issues/189 sudo is a 
pretty strict
-       # dependency, but not _absolutely_ needed.
-       # Alternatives like doas or run0 doesn't seem to be supported yet, but 
once they are, another
-       # "|| ( )" dependency block could be added for them.
-       optfeature "easy and automatic set up of network namespaces" 
app-admin/sudo
-}

Reply via email to