From 619241fe9095525909a143888ee81675a97e2a18 Mon Sep 17 00:00:00 2001 From: gentoo-setan Date: Thu, 20 Jun 2024 11:18:07 +0200 Subject: net-p2p/biglybt: add I2P and TOR optfeatures Signed-off-by: gentoo-setan Closes: https://github.com/gentoo/gentoo/pull/37225 Signed-off-by: Florian Schmaus --- net-p2p/biglybt/biglybt-3.6.0.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'net-p2p') diff --git a/net-p2p/biglybt/biglybt-3.6.0.0.ebuild b/net-p2p/biglybt/biglybt-3.6.0.0.ebuild index 9cacc9c9454c..4ee04bea7849 100644 --- a/net-p2p/biglybt/biglybt-3.6.0.0.ebuild +++ b/net-p2p/biglybt/biglybt-3.6.0.0.ebuild @@ -7,7 +7,7 @@ EAPI=8 JAVA_PKG_IUSE="doc source" MAVEN_PROVIDES="com.${PN}:${PN}-core:${PV} com.${PN}:${PN}-ui:${PV}" -inherit desktop java-pkg-2 java-pkg-simple xdg +inherit desktop java-pkg-2 java-pkg-simple optfeature xdg DESCRIPTION="Feature-filled Bittorrent client based on the Azureus open source project" HOMEPAGE="https://www.biglybt.com" @@ -100,3 +100,11 @@ src_install() { fi default } + +pkg_postinst() { + xdg_pkg_postinst + + optfeature_header "If you are using plugin proxies you might want to swap them for these native packages:" + optfeature "I2P SOCKS proxy" net-vpn/i2p net-vpn/i2pd + optfeature "TOR SOCKS proxy" net-vpn/tor +} -- cgit v1.2.3-65-gdbad