Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/
Date: Fri, 15 Oct 2021 15:53:47
Message-Id: 1634312635.705e1c9f8b98793dbb76d8e034dbbe6332c674e5.ionen@gentoo
1 commit: 705e1c9f8b98793dbb76d8e034dbbe6332c674e5
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 12:28:39 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 15:43:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705e1c9f
7
8 www-client/qutebrowser: drop 2.2.3-r2, 2.3.0-r1
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 www-client/qutebrowser/Manifest | 2 -
13 www-client/qutebrowser/qutebrowser-2.2.3-r2.ebuild | 90 ----------------------
14 www-client/qutebrowser/qutebrowser-2.3.0-r1.ebuild | 90 ----------------------
15 3 files changed, 182 deletions(-)
16
17 diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
18 index 0c975bb9b5b..3e3b2438d15 100644
19 --- a/www-client/qutebrowser/Manifest
20 +++ b/www-client/qutebrowser/Manifest
21 @@ -1,3 +1 @@
22 -DIST qutebrowser-2.2.3.tar.gz 6234298 BLAKE2B 7401241b5032bc2c98214930772a1228b9ef1cd9bdabba64295b10c7f0f8c0f336f321baeb4a25ffc7576328e9b838d6629b83c93a5c76defd4000743c4a859c SHA512 608a588ba670b60d6278bfcae324ca5c5454c4f932f7493189ae8666293a0077a2f2a0066211d080b649d180c687c14adbe075c6c92a411b88fee18446930c4e
23 -DIST qutebrowser-2.3.0.tar.gz 6244786 BLAKE2B 6722074efd854e70aeb40c5992277d0dad59045795c464ecea2b53fcd648b900054e9ad7d19cf2879d814624304a3827c166f495e721344ecc334aa0f49a0d39 SHA512 1f0afc642fe68d4524fa0263f8f196429710f1ae0a27edb43748a688f1eadd3dc42af82da96715b78cbe19e6d0e6c1e9604a55d6c5deb7ebc5eba97b9bfa118f
24 DIST qutebrowser-2.3.1.tar.gz 6244845 BLAKE2B 55dff9141e65f3e65701027e81106bc7b5ebe98d982111055d3b18ae91470603848107139845b1af248bb98074e39a2e7ceb9ab3e1bf523a52c81aaddda4f211 SHA512 1798e4659a8e53f53df6fe0307d6cfaf4641fda1b68facec90d825c0fa04ffa32867d51e45c92cd57ebbb4240085592dc8cd9fc120abea9803b2c1aab7205239
25
26 diff --git a/www-client/qutebrowser/qutebrowser-2.2.3-r2.ebuild b/www-client/qutebrowser/qutebrowser-2.2.3-r2.ebuild
27 deleted file mode 100644
28 index b0ead4bc437..00000000000
29 --- a/www-client/qutebrowser/qutebrowser-2.2.3-r2.ebuild
30 +++ /dev/null
31 @@ -1,90 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7,8,9} )
38 -
39 -inherit desktop distutils-r1 optfeature xdg-utils
40 -
41 -DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine"
42 -HOMEPAGE="https://www.qutebrowser.org/ https://github.com/qutebrowser/qutebrowser"
43 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm64 ~x86"
48 -IUSE="+adblock test"
49 -
50 -BDEPEND="app-text/asciidoc"
51 -RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
52 - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_{7,8})
53 - dev-python/jinja[${PYTHON_USEDEP}]
54 - dev-python/markupsafe[${PYTHON_USEDEP}]
55 - dev-python/pygments[${PYTHON_USEDEP}]
56 - dev-python/PyQt5[${PYTHON_USEDEP},dbus,declarative,multimedia,gui,network,opengl,printsupport,sql,widgets]
57 - dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
58 - >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP},libyaml(+)]
59 - dev-python/typing-extensions[${PYTHON_USEDEP}]
60 - dev-python/zipp[${PYTHON_USEDEP}]
61 - adblock? ( dev-python/adblock[${PYTHON_USEDEP}] )"
62 -
63 -distutils_enable_tests setup.py
64 -
65 -# Tests restricted as the deplist (misc/requirements/requirements-tests.txt)
66 -# isn't complete and X11 is required in order to start up qutebrowser.
67 -RESTRICT="test"
68 -
69 -python_compile_all() {
70 - a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"
71 -}
72 -
73 -python_install_all() {
74 - insinto /usr/share/metainfo
75 - doins misc/org.qutebrowser.qutebrowser.appdata.xml
76 - doman doc/${PN}.1
77 - domenu misc/org.${PN}.${PN}.desktop
78 - for s in 16 24 32 48 64 128 256 512; do
79 - doicon -s ${s} icons/qutebrowser-${s}x${s}.png
80 - done
81 - doicon -s scalable icons/${PN}.svg
82 -
83 - insinto /usr/share/qutebrowser/userscripts
84 - doins misc/userscripts/README.md
85 - exeinto /usr/share/qutebrowser/userscripts
86 - for f in misc/userscripts/*; do
87 - if [[ "${f}" == "__pycache__" ]]; then
88 - continue
89 - fi
90 - doexe "${f}"
91 - done
92 -
93 - exeinto /usr/share/qutebrowser/scripts
94 - for f in scripts/*; do
95 - if [[ "${f}" == "scripts/__init__.py" || \
96 - "${f}" == "scripts/__pycache__" || \
97 - "${f}" == "scripts/dev" || \
98 - "${f}" == "scripts/testbrowser" || \
99 - "${f}" == "scripts/asciidoc2html.py" || \
100 - "${f}" == "scripts/setupcommon.py" || \
101 - "${f}" == "scripts/link_pyqt.py" ]]; then
102 - continue
103 - fi
104 - doexe "${f}"
105 - done
106 -
107 - distutils-r1_python_install_all
108 -}
109 -
110 -pkg_postinst() {
111 - optfeature "PDF display support" www-plugins/pdfjs
112 - xdg_desktop_database_update
113 - xdg_icon_cache_update
114 - xdg_mimeinfo_database_update
115 -}
116 -
117 -pkg_postrm() {
118 - xdg_desktop_database_update
119 - xdg_icon_cache_update
120 - xdg_mimeinfo_database_update
121 -}
122
123 diff --git a/www-client/qutebrowser/qutebrowser-2.3.0-r1.ebuild b/www-client/qutebrowser/qutebrowser-2.3.0-r1.ebuild
124 deleted file mode 100644
125 index afa2de99138..00000000000
126 --- a/www-client/qutebrowser/qutebrowser-2.3.0-r1.ebuild
127 +++ /dev/null
128 @@ -1,90 +0,0 @@
129 -# Copyright 1999-2021 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=7
133 -
134 -PYTHON_COMPAT=( python3_{7,8,9} )
135 -
136 -inherit desktop distutils-r1 optfeature xdg-utils
137 -
138 -DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine"
139 -HOMEPAGE="https://www.qutebrowser.org/ https://github.com/qutebrowser/qutebrowser"
140 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
141 -
142 -LICENSE="GPL-3"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~arm64 ~x86"
145 -IUSE="+adblock test"
146 -
147 -BDEPEND="app-text/asciidoc"
148 -RDEPEND=">=dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
149 - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_{7,8})
150 - >=dev-python/jinja-3.0.1[${PYTHON_USEDEP}]
151 - >=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
152 - dev-python/pygments[${PYTHON_USEDEP}]
153 - dev-python/PyQt5[${PYTHON_USEDEP},dbus,declarative,multimedia,gui,network,opengl,printsupport,sql,widgets]
154 - dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
155 - >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP},libyaml(+)]
156 - dev-python/typing-extensions[${PYTHON_USEDEP}]
157 - dev-python/zipp[${PYTHON_USEDEP}]
158 - adblock? ( dev-python/adblock[${PYTHON_USEDEP}] )"
159 -
160 -distutils_enable_tests setup.py
161 -
162 -# Tests depend (misc/requirements/requirements-tests.txt) on plugins
163 -# we don't have packages for.
164 -RESTRICT="test"
165 -
166 -python_compile_all() {
167 - a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"
168 -}
169 -
170 -python_install_all() {
171 - insinto /usr/share/metainfo
172 - doins misc/org.qutebrowser.qutebrowser.appdata.xml
173 - doman doc/${PN}.1
174 - domenu misc/org.${PN}.${PN}.desktop
175 - for s in 16 24 32 48 64 128 256 512; do
176 - doicon -s ${s} icons/qutebrowser-${s}x${s}.png
177 - done
178 - doicon -s scalable icons/${PN}.svg
179 -
180 - insinto /usr/share/qutebrowser/userscripts
181 - doins misc/userscripts/README.md
182 - exeinto /usr/share/qutebrowser/userscripts
183 - for f in misc/userscripts/*; do
184 - if [[ "${f}" == "__pycache__" ]]; then
185 - continue
186 - fi
187 - doexe "${f}"
188 - done
189 -
190 - exeinto /usr/share/qutebrowser/scripts
191 - for f in scripts/*; do
192 - if [[ "${f}" == "scripts/__init__.py" || \
193 - "${f}" == "scripts/__pycache__" || \
194 - "${f}" == "scripts/dev" || \
195 - "${f}" == "scripts/testbrowser" || \
196 - "${f}" == "scripts/asciidoc2html.py" || \
197 - "${f}" == "scripts/setupcommon.py" || \
198 - "${f}" == "scripts/link_pyqt.py" ]]; then
199 - continue
200 - fi
201 - doexe "${f}"
202 - done
203 -
204 - distutils-r1_python_install_all
205 -}
206 -
207 -pkg_postinst() {
208 - optfeature "PDF display support" www-plugins/pdfjs
209 - xdg_desktop_database_update
210 - xdg_icon_cache_update
211 - xdg_mimeinfo_database_update
212 -}
213 -
214 -pkg_postrm() {
215 - xdg_desktop_database_update
216 - xdg_icon_cache_update
217 - xdg_mimeinfo_database_update
218 -}