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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31C1A158030 for ; Mon, 27 Feb 2023 21:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F350E0794; Mon, 27 Feb 2023 21:05:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id AE655E07AE for ; Mon, 27 Feb 2023 21:05:13 +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 838CF33C1EB for ; Mon, 27 Feb 2023 21:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBF678C8 for ; Mon, 27 Feb 2023 21:05:10 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1677531882.98ae39a78e4b0cd6c7d33797ee3d045e2934edb1.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/, profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask www-client/torbrowser-launcher/Manifest www-client/torbrowser-launcher/metadata.xml www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild X-VCS-Directories: www-client/torbrowser-launcher/ profiles/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 98ae39a78e4b0cd6c7d33797ee3d045e2934edb1 X-VCS-Branch: dev Date: Mon, 27 Feb 2023 21:05:10 +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: d4246b81-0922-4cd2-ad6d-4dde23501e8a X-Archives-Hash: 01002802541bdf030380f0614ae6991f commit: 98ae39a78e4b0cd6c7d33797ee3d045e2934edb1 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 27 21:03:23 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 27 21:04:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98ae39a7 www-client/torbrowser-launcher: treeclean Closes: https://bugs.gentoo.org/891773 Closes: https://bugs.gentoo.org/890583 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> profiles/package.mask | 5 --- www-client/torbrowser-launcher/Manifest | 1 - www-client/torbrowser-launcher/metadata.xml | 11 ----- .../torbrowser-launcher-0.3.6.ebuild | 51 ---------------------- .../torbrowser-launcher-9999.ebuild | 51 ---------------------- 5 files changed, 119 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index f579f2346..cf757d1bc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -61,11 +61,6 @@ sys-cluster/scalasca # See also this discussion: https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329 sys-apps/paludis -# Anna Vyalkova (2023-01-25) -# Broken and has no maintainers. Bug #891773. -# Masked for removal in 30 days. -www-client/torbrowser-launcher - # Julien Roy (2023-01-25) # Requires - - - - - micahflee/torbrowser-launcher - - - Enable AppArmor support - - diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild deleted file mode 100644 index c34273520..000000000 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 optfeature xdg - -DESCRIPTION="A program to download, update, and run the Tor Browser Bundle" -HOMEPAGE="https://github.com/micahflee/torbrowser-launcher" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/micahflee/${PN}.git" -else - SRC_URI="https://github.com/micahflee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -RESTRICT="test" -LICENSE="MIT" -SLOT="0" -IUSE="apparmor" - -RDEPEND=" - app-crypt/gpgme[python,${PYTHON_USEDEP}] - dev-python/PyQt5[${PYTHON_USEDEP},widgets] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/distro[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - apparmor? ( sys-libs/libapparmor ) -" - -python_install_all() { - distutils-r1_python_install_all - - # delete apparmor profiles - if ! use apparmor; then - rm -r "${D}/etc/apparmor.d" || die "Failed to remove apparmor profiles" - rmdir "${D}/etc" || die "Failed to remove empty directory" - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - 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 deleted file mode 100644 index c34273520..000000000 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 optfeature xdg - -DESCRIPTION="A program to download, update, and run the Tor Browser Bundle" -HOMEPAGE="https://github.com/micahflee/torbrowser-launcher" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/micahflee/${PN}.git" -else - SRC_URI="https://github.com/micahflee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -RESTRICT="test" -LICENSE="MIT" -SLOT="0" -IUSE="apparmor" - -RDEPEND=" - app-crypt/gpgme[python,${PYTHON_USEDEP}] - dev-python/PyQt5[${PYTHON_USEDEP},widgets] - dev-python/PySocks[${PYTHON_USEDEP}] - dev-python/distro[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - apparmor? ( sys-libs/libapparmor ) -" - -python_install_all() { - distutils-r1_python_install_all - - # delete apparmor profiles - if ! use apparmor; then - rm -r "${D}/etc/apparmor.d" || die "Failed to remove apparmor profiles" - rmdir "${D}/etc" || die "Failed to remove empty directory" - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx -}