Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-client/torbrowser-launcher/, profiles/
Date: Mon, 27 Feb 2023 21:05:15
Message-Id: 1677531882.98ae39a78e4b0cd6c7d33797ee3d045e2934edb1.cybertailor@gentoo
1 commit: 98ae39a78e4b0cd6c7d33797ee3d045e2934edb1
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 27 21:03:23 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 27 21:04:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98ae39a7
7
8 www-client/torbrowser-launcher: treeclean
9
10 Closes: https://bugs.gentoo.org/891773
11 Closes: https://bugs.gentoo.org/890583
12 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
13
14 profiles/package.mask | 5 ---
15 www-client/torbrowser-launcher/Manifest | 1 -
16 www-client/torbrowser-launcher/metadata.xml | 11 -----
17 .../torbrowser-launcher-0.3.6.ebuild | 51 ----------------------
18 .../torbrowser-launcher-9999.ebuild | 51 ----------------------
19 5 files changed, 119 deletions(-)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index f579f2346..cf757d1bc 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -61,11 +61,6 @@ sys-cluster/scalasca
26 # See also this discussion: https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329
27 sys-apps/paludis
28
29 -# Anna Vyalkova <cyber+gentoo@×××××.in> (2023-01-25)
30 -# Broken and has no maintainers. Bug #891773.
31 -# Masked for removal in 30 days.
32 -www-client/torbrowser-launcher
33 -
34 # Julien Roy <julien@××××.ca> (2023-01-25)
35 # Requires <dev-python/coverage-7, which is no longer available in ::gentoo.
36 # Upstream bug: https://github.com/TheKevJames/coveralls-python/issues/377
37
38 diff --git a/www-client/torbrowser-launcher/Manifest b/www-client/torbrowser-launcher/Manifest
39 deleted file mode 100644
40 index d8eb5c722..000000000
41 --- a/www-client/torbrowser-launcher/Manifest
42 +++ /dev/null
43 @@ -1 +0,0 @@
44 -DIST torbrowser-launcher-0.3.6.tar.gz 196292 BLAKE2B 32ec935d80f254fa069e57876e84bb108a5ca09d68c7f0e747228157de5166fc5e2106e6a544faf656c202f90fa0d5a051bdeaf4b398c24b7e17fbf5b9ba4543 SHA512 75afff4e1c0a258abdf72948ab33a8542c4624d66ae5f06f3bbd5505128b32692747c04d57a5aaaf6084ce3950ec931236171c7195a05a1b8867aa22563f35a8
45
46 diff --git a/www-client/torbrowser-launcher/metadata.xml b/www-client/torbrowser-launcher/metadata.xml
47 deleted file mode 100644
48 index 237f505a7..000000000
49 --- a/www-client/torbrowser-launcher/metadata.xml
50 +++ /dev/null
51 @@ -1,11 +0,0 @@
52 -<?xml version="1.0" encoding="UTF-8"?>
53 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 -<pkgmetadata>
55 - <!-- maintainer-needed -->
56 - <upstream>
57 - <remote-id type="github">micahflee/torbrowser-launcher</remote-id>
58 - </upstream>
59 - <use>
60 - <flag name="apparmor">Enable AppArmor support</flag>
61 - </use>
62 -</pkgmetadata>
63
64 diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild
65 deleted file mode 100644
66 index c34273520..000000000
67 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.6.ebuild
68 +++ /dev/null
69 @@ -1,51 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -DISTUTILS_USE_PEP517=no
76 -PYTHON_COMPAT=( python3_{8..11} )
77 -
78 -inherit distutils-r1 optfeature xdg
79 -
80 -DESCRIPTION="A program to download, update, and run the Tor Browser Bundle"
81 -HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
82 -
83 -if [[ "${PV}" == *9999* ]]; then
84 - inherit git-r3
85 - EGIT_REPO_URI="https://github.com/micahflee/${PN}.git"
86 -else
87 - SRC_URI="https://github.com/micahflee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
88 - KEYWORDS="~amd64"
89 -fi
90 -
91 -RESTRICT="test"
92 -LICENSE="MIT"
93 -SLOT="0"
94 -IUSE="apparmor"
95 -
96 -RDEPEND="
97 - app-crypt/gpgme[python,${PYTHON_USEDEP}]
98 - dev-python/PyQt5[${PYTHON_USEDEP},widgets]
99 - dev-python/PySocks[${PYTHON_USEDEP}]
100 - dev-python/distro[${PYTHON_USEDEP}]
101 - dev-python/packaging[${PYTHON_USEDEP}]
102 - dev-python/requests[${PYTHON_USEDEP}]
103 - apparmor? ( sys-libs/libapparmor )
104 -"
105 -
106 -python_install_all() {
107 - distutils-r1_python_install_all
108 -
109 - # delete apparmor profiles
110 - if ! use apparmor; then
111 - rm -r "${D}/etc/apparmor.d" || die "Failed to remove apparmor profiles"
112 - rmdir "${D}/etc" || die "Failed to remove empty directory"
113 - fi
114 -}
115 -
116 -pkg_postinst() {
117 - xdg_pkg_postinst
118 -
119 - optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
120 -}
121
122 diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
123 deleted file mode 100644
124 index c34273520..000000000
125 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
126 +++ /dev/null
127 @@ -1,51 +0,0 @@
128 -# Copyright 1999-2021 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=8
132 -
133 -DISTUTILS_USE_PEP517=no
134 -PYTHON_COMPAT=( python3_{8..11} )
135 -
136 -inherit distutils-r1 optfeature xdg
137 -
138 -DESCRIPTION="A program to download, update, and run the Tor Browser Bundle"
139 -HOMEPAGE="https://github.com/micahflee/torbrowser-launcher"
140 -
141 -if [[ "${PV}" == *9999* ]]; then
142 - inherit git-r3
143 - EGIT_REPO_URI="https://github.com/micahflee/${PN}.git"
144 -else
145 - SRC_URI="https://github.com/micahflee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
146 - KEYWORDS="~amd64"
147 -fi
148 -
149 -RESTRICT="test"
150 -LICENSE="MIT"
151 -SLOT="0"
152 -IUSE="apparmor"
153 -
154 -RDEPEND="
155 - app-crypt/gpgme[python,${PYTHON_USEDEP}]
156 - dev-python/PyQt5[${PYTHON_USEDEP},widgets]
157 - dev-python/PySocks[${PYTHON_USEDEP}]
158 - dev-python/distro[${PYTHON_USEDEP}]
159 - dev-python/packaging[${PYTHON_USEDEP}]
160 - dev-python/requests[${PYTHON_USEDEP}]
161 - apparmor? ( sys-libs/libapparmor )
162 -"
163 -
164 -python_install_all() {
165 - distutils-r1_python_install_all
166 -
167 - # delete apparmor profiles
168 - if ! use apparmor; then
169 - rm -r "${D}/etc/apparmor.d" || die "Failed to remove apparmor profiles"
170 - rmdir "${D}/etc" || die "Failed to remove empty directory"
171 - fi
172 -}
173 -
174 -pkg_postinst() {
175 - xdg_pkg_postinst
176 -
177 - optfeature "updating over system TOR" net-vpn/tor dev-python/txsocksx
178 -}