From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 000BA1382C5 for ; Fri, 19 Feb 2021 05:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 387D8E0BF1; Fri, 19 Feb 2021 05:00:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBF75E0BF1 for ; Fri, 19 Feb 2021 05:00:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BF1A335CFE for ; Fri, 19 Feb 2021 05:00:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8B0053 for ; Fri, 19 Feb 2021 05:00:35 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1613710831.badcb046beedd37d9bf2347fee41061cb7c472c7.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild X-VCS-Directories: www-client/torbrowser-launcher/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: badcb046beedd37d9bf2347fee41061cb7c472c7 X-VCS-Branch: dev Date: Fri, 19 Feb 2021 05:00:35 +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: bb78d669-62f5-49a2-96d2-214a5bdac431 X-Archives-Hash: 5b2f673136846fa54682258420780eec commit: badcb046beedd37d9bf2347fee41061cb7c472c7 Author: Maciej Barć protonmail com> AuthorDate: Fri Feb 19 05:00:31 2021 +0000 Commit: Maciej Barć protonmail com> CommitDate: Fri Feb 19 05:00:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=badcb046 www-client/torbrowser-launcher: use optfeature Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Maciej Barć protonmail.com> www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild | 6 ++++-- www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild index a5c71f21..0694a09c 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild @@ -6,7 +6,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 xdg +inherit distutils-r1 optfeature xdg DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle" HOMEPAGE="https://github.com/micahflee/torbrowser-launcher" @@ -49,5 +49,7 @@ python_install_all() { pkg_postinst() { xdg_pkg_postinst - elog "For updating over system TOR install net-vpn/tor and dev-python/txsocksx" + elog "To get additional features, some optional runtime dependencies" + elog "may be installed:" + optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx } diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild index a5c71f21..0694a09c 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 xdg +inherit distutils-r1 optfeature xdg DESCRIPTION="A program to download, updated, and run the Tor Browser Bundle" HOMEPAGE="https://github.com/micahflee/torbrowser-launcher" @@ -49,5 +49,7 @@ python_install_all() { pkg_postinst() { xdg_pkg_postinst - elog "For updating over system TOR install net-vpn/tor and dev-python/txsocksx" + elog "To get additional features, some optional runtime dependencies" + elog "may be installed:" + optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx }