diff options
author | gentoo-setan <gentoo-setan@protonmail.com> | 2024-06-20 11:18:07 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-20 12:56:13 +0200 |
commit | 619241fe9095525909a143888ee81675a97e2a18 (patch) | |
tree | 579002c6fd83a4003eb05b20ffa7f1018ba0ec32 /net-p2p | |
parent | net-p2p/biglybt: add stabilize-allarches and longdescription (diff) | |
download | gentoo-619241fe9095525909a143888ee81675a97e2a18.tar.gz gentoo-619241fe9095525909a143888ee81675a97e2a18.tar.bz2 gentoo-619241fe9095525909a143888ee81675a97e2a18.zip |
net-p2p/biglybt: add I2P and TOR optfeatures
Signed-off-by: gentoo-setan <gentoo-setan@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37225
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/biglybt/biglybt-3.6.0.0.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
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 +} |