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: 1589291826.14002f67cfb94e73bfd80993331e55ef2b6c14b3.juippis@gentoo
1 commit: 14002f67cfb94e73bfd80993331e55ef2b6c14b3
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Thu May 7 20:13:40 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 13:57:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14002f67
7
8 www-client/qutebrowser: Add version bump 1.11.1
9
10 Closes: https://bugs.gentoo.org/721544
11 Closes: https://bugs.gentoo.org/718120
12 Bug: https://bugs.gentoo.org/721564
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 www-client/qutebrowser/Manifest | 1 +
18 www-client/qutebrowser/qutebrowser-1.11.1.ebuild | 75 ++++++++++++++++++++++++
19 2 files changed, 76 insertions(+)
20
21 diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
22 index 5819508fc70..a350b752a82 100644
23 --- a/www-client/qutebrowser/Manifest
24 +++ b/www-client/qutebrowser/Manifest
25 @@ -1,2 +1,3 @@
26 DIST qutebrowser-1.10.1.tar.gz 3096307 BLAKE2B d574660451563c16b82f968aafa6443e90e9b341628f508afc957e8ce263037ee564d236a2656e47b59e9d4d4d9347b21b41b752bf429e72df1a0961b491e411 SHA512 cc0a4743d3902f4263a844f810e6a7519a96a500306aabf75f54ed2389fa69fca05d634ab00ef49d091fa7986f9cabe61331a62a7f061a92f2a24eaf73d6e22c
27 +DIST qutebrowser-1.11.1.tar.gz 6789139 BLAKE2B 0f13c30a629a7ce6339a8506f1a16bbe6123fd28de9ada2f8105a2434d8493549aa79e5d42e7b871dc25e23866b36ecbb712ddfdfc4db139b2a6ee712f8aeb4a SHA512 56f18bc4d9a64e37f73a6ea69953c1a6a06d88c033c2484528b19475616c3229c2aa75f4fbf27668aef7a08358491eb27b3d8e16049021478ba8b4be7433f61f
28 DIST qutebrowser-1.8.3.tar.gz 3634523 BLAKE2B c36abcbd99767e3dbc7113d6432c5b7b2e4062e8b2892dbc15c4ffcde1d7b8f2d918674e3f5f0acf6b5e45eef794019f0cda1d9462da614ece8d1582952a0a95 SHA512 9a3dc3040d1236c81933263e031db4d44c86be206c54f0787a73b2dd7d32d6e742f9ac80626163515e917fbc9fa1588f76afcb21f4b3d31f47ba386d06c3c6e7
29
30 diff --git a/www-client/qutebrowser/qutebrowser-1.11.1.ebuild b/www-client/qutebrowser/qutebrowser-1.11.1.ebuild
31 new file mode 100644
32 index 00000000000..aa75aa62045
33 --- /dev/null
34 +++ b/www-client/qutebrowser/qutebrowser-1.11.1.ebuild
35 @@ -0,0 +1,75 @@
36 +# Copyright 1999-2020 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
42 +DISTUTILS_USE_SETUPTOOLS="rdepend"
43 +
44 +inherit desktop distutils-r1 eutils xdg-utils
45 +
46 +DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine"
47 +HOMEPAGE="https://www.qutebrowser.org/ https://github.com/qutebrowser/qutebrowser"
48 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
49 +
50 +LICENSE="GPL-3"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="scripts test"
54 +
55 +BDEPEND="
56 + app-text/asciidoc"
57 +RDEPEND="
58 + >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
59 + >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]
60 + >=dev-python/cssutils-1.0.2[${PYTHON_USEDEP}]
61 + >=dev-python/jinja-2.11.2[${PYTHON_USEDEP}]
62 + >=dev-python/markupsafe-1.1.1[${PYTHON_USEDEP}]
63 + >=dev-python/pygments-2.6.1[${PYTHON_USEDEP}]
64 + >=dev-python/pypeg2-2.15.2[${PYTHON_USEDEP}]
65 + >=dev-python/PyQt5-5.14.1[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,widgets]
66 + >=dev-python/PyQtWebEngine-5.14.0[${PYTHON_USEDEP}]
67 + >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP},libyaml]
68 +"
69 +
70 +distutils_enable_tests setup.py
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_install_all() {
81 + doman doc/${PN}.1
82 + domenu misc/org.${PN}.${PN}.desktop
83 + doicon -s scalable icons/${PN}.svg
84 +
85 + if use scripts; then
86 + # Install only those userscripts that have an explicit license header
87 + exeinto /usr/share/qutebrowser/userscripts/
88 + doexe misc/userscripts/dmenu_qutebrowser
89 + doexe misc/userscripts/openfeeds
90 + doexe misc/userscripts/qute-keepass
91 + doexe misc/userscripts/qute-pass
92 + doexe misc/userscripts/rss
93 + doexe misc/userscripts/tor_identity
94 + fi
95 +
96 + distutils-r1_python_install_all
97 +}
98 +
99 +pkg_postinst() {
100 + optfeature "PDF display support" www-plugins/pdfjs
101 + xdg_desktop_database_update
102 + xdg_icon_cache_update
103 + xdg_mimeinfo_database_update
104 +}
105 +
106 +pkg_postrm() {
107 + xdg_desktop_database_update
108 + xdg_icon_cache_update
109 + xdg_mimeinfo_database_update
110 +}