Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/
Date: Tue, 12 May 2020 13:58:04
Message-Id: 1589291827.588ffb8d4796db8219d338489fcae4a66c72b8c1.juippis@gentoo
1 commit: 588ffb8d4796db8219d338489fcae4a66c72b8c1
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Fri May 8 22:47:39 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 13:57:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588ffb8d
7
8 www-client/qutebrowser: Drop old versions
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Closes: https://bugs.gentoo.org/721544
12 Bug: https://bugs.gentoo.org/721564
13 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/15690
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 www-client/qutebrowser/Manifest | 2 -
18 www-client/qutebrowser/qutebrowser-1.10.1.ebuild | 78 ------------------------
19 www-client/qutebrowser/qutebrowser-1.8.3.ebuild | 77 -----------------------
20 3 files changed, 157 deletions(-)
21
22 diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
23 index a350b752a82..a9b41e8e6fb 100644
24 --- a/www-client/qutebrowser/Manifest
25 +++ b/www-client/qutebrowser/Manifest
26 @@ -1,3 +1 @@
27 -DIST qutebrowser-1.10.1.tar.gz 3096307 BLAKE2B d574660451563c16b82f968aafa6443e90e9b341628f508afc957e8ce263037ee564d236a2656e47b59e9d4d4d9347b21b41b752bf429e72df1a0961b491e411 SHA512 cc0a4743d3902f4263a844f810e6a7519a96a500306aabf75f54ed2389fa69fca05d634ab00ef49d091fa7986f9cabe61331a62a7f061a92f2a24eaf73d6e22c
28 DIST qutebrowser-1.11.1.tar.gz 6789139 BLAKE2B 0f13c30a629a7ce6339a8506f1a16bbe6123fd28de9ada2f8105a2434d8493549aa79e5d42e7b871dc25e23866b36ecbb712ddfdfc4db139b2a6ee712f8aeb4a SHA512 56f18bc4d9a64e37f73a6ea69953c1a6a06d88c033c2484528b19475616c3229c2aa75f4fbf27668aef7a08358491eb27b3d8e16049021478ba8b4be7433f61f
29 -DIST qutebrowser-1.8.3.tar.gz 3634523 BLAKE2B c36abcbd99767e3dbc7113d6432c5b7b2e4062e8b2892dbc15c4ffcde1d7b8f2d918674e3f5f0acf6b5e45eef794019f0cda1d9462da614ece8d1582952a0a95 SHA512 9a3dc3040d1236c81933263e031db4d44c86be206c54f0787a73b2dd7d32d6e742f9ac80626163515e917fbc9fa1588f76afcb21f4b3d31f47ba386d06c3c6e7
30
31 diff --git a/www-client/qutebrowser/qutebrowser-1.10.1.ebuild b/www-client/qutebrowser/qutebrowser-1.10.1.ebuild
32 deleted file mode 100644
33 index 456e8dc250d..00000000000
34 --- a/www-client/qutebrowser/qutebrowser-1.10.1.ebuild
35 +++ /dev/null
36 @@ -1,78 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python{3_6,3_7} )
43 -DISTUTILS_USE_SETUPTOOLS="rdepend"
44 -
45 -inherit desktop distutils-r1 eutils xdg-utils
46 -
47 -DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine"
48 -HOMEPAGE="https://www.qutebrowser.org/ https://github.com/qutebrowser/qutebrowser"
49 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
50 -
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE="scripts test"
55 -
56 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
57 -DEPEND="
58 - app-text/asciidoc
59 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
60 -RDEPEND="
61 - >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
62 - >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]
63 - >=dev-python/cssutils-1.0.2[${PYTHON_USEDEP}]
64 - >=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
65 - >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}]
66 - >=dev-python/pypeg2-2.15.2[${PYTHON_USEDEP}]
67 - >=dev-python/PyQt5-5.14.1[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,widgets]
68 - >=dev-python/PyQtWebEngine-5.14.0[${PYTHON_USEDEP}]
69 - >=dev-python/pyyaml-5.3[${PYTHON_USEDEP},libyaml]
70 -"
71 -
72 -# Tests restricted as the deplist (misc/requirements/requirements-tests.txt)
73 -# isn't complete and X11 is required in order to start up qutebrowser.
74 -RESTRICT="test"
75 -
76 -python_compile_all() {
77 - a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"
78 -}
79 -
80 -python_test() {
81 - py.test tests || die "Tests failed with ${EPYTHON}"
82 -}
83 -
84 -python_install_all() {
85 - doman doc/${PN}.1
86 - domenu misc/org.${PN}.${PN}.desktop
87 - doicon -s scalable icons/${PN}.svg
88 -
89 - if use scripts; then
90 - # Install only those userscripts that have an explicit license header
91 - exeinto /usr/share/qutebrowser/userscripts/
92 - doexe misc/userscripts/dmenu_qutebrowser
93 - doexe misc/userscripts/openfeeds
94 - doexe misc/userscripts/qute-keepass
95 - doexe misc/userscripts/qute-pass
96 - doexe misc/userscripts/rss
97 - doexe misc/userscripts/tor_identity
98 - fi
99 -
100 - distutils-r1_python_install_all
101 -}
102 -
103 -pkg_postinst() {
104 - optfeature "PDF display support" www-plugins/pdfjs
105 - xdg_desktop_database_update
106 - xdg_icon_cache_update
107 - xdg_mimeinfo_database_update
108 -}
109 -
110 -pkg_postrm() {
111 - xdg_desktop_database_update
112 - xdg_icon_cache_update
113 - xdg_mimeinfo_database_update
114 -}
115
116 diff --git a/www-client/qutebrowser/qutebrowser-1.8.3.ebuild b/www-client/qutebrowser/qutebrowser-1.8.3.ebuild
117 deleted file mode 100644
118 index b7fa15c6a63..00000000000
119 --- a/www-client/qutebrowser/qutebrowser-1.8.3.ebuild
120 +++ /dev/null
121 @@ -1,77 +0,0 @@
122 -# Copyright 1999-2020 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=7
126 -
127 -PYTHON_COMPAT=( python{3_6,3_7} )
128 -
129 -inherit desktop distutils-r1 eutils xdg-utils
130 -
131 -DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine"
132 -HOMEPAGE="https://www.qutebrowser.org/ https://github.com/qutebrowser/qutebrowser"
133 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
134 -
135 -LICENSE="GPL-3"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~x86"
138 -IUSE="scripts test"
139 -
140 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
141 -DEPEND="
142 - app-text/asciidoc
143 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
144 -RDEPEND="
145 - >=dev-python/attrs-19.1.0[${PYTHON_USEDEP}]
146 - >=dev-python/colorama-0.4.1[${PYTHON_USEDEP}]
147 - >=dev-python/cssutils-1.0.2[${PYTHON_USEDEP}]
148 - >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
149 - >=dev-python/pygments-2.4.2[${PYTHON_USEDEP}]
150 - >=dev-python/pypeg2-2.15.2[${PYTHON_USEDEP}]
151 - >=dev-python/PyQt5-5.12[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,widgets]
152 - dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
153 - >=dev-python/pyyaml-5.1.2[${PYTHON_USEDEP},libyaml]
154 -"
155 -
156 -# Tests restricted as the deplist (misc/requirements/requirements-tests.txt)
157 -# isn't complete and X11 is required in order to start up qutebrowser.
158 -RESTRICT="test"
159 -
160 -python_compile_all() {
161 - a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"
162 -}
163 -
164 -python_test() {
165 - py.test tests || die "Tests failed with ${EPYTHON}"
166 -}
167 -
168 -python_install_all() {
169 - doman doc/${PN}.1
170 - domenu misc/org.${PN}.${PN}.desktop
171 - doicon -s scalable icons/${PN}.svg
172 -
173 - if use scripts; then
174 - # Install only those userscripts that have an explicit license header
175 - exeinto /usr/share/qutebrowser/userscripts/
176 - doexe misc/userscripts/dmenu_qutebrowser
177 - doexe misc/userscripts/openfeeds
178 - doexe misc/userscripts/qute-keepass
179 - doexe misc/userscripts/qute-pass
180 - doexe misc/userscripts/rss
181 - doexe misc/userscripts/tor_identity
182 - fi
183 -
184 - distutils-r1_python_install_all
185 -}
186 -
187 -pkg_postinst() {
188 - optfeature "PDF display support" www-plugins/pdfjs
189 - xdg_desktop_database_update
190 - xdg_icon_cache_update
191 - xdg_mimeinfo_database_update
192 -}
193 -
194 -pkg_postrm() {
195 - xdg_desktop_database_update
196 - xdg_icon_cache_update
197 - xdg_mimeinfo_database_update
198 -}