commit:     f73bc67900e7e9656cd231ffd9f5c21a817b0152
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 00:47:14 2020 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 00:47:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73bc679

www-client/qutebrowser: drop old

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 www-client/qutebrowser/Manifest                  |  1 -
 www-client/qutebrowser/qutebrowser-1.13.1.ebuild | 75 ------------------------
 2 files changed, 76 deletions(-)

diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
index deee2fb8527..57d3242a869 100644
--- a/www-client/qutebrowser/Manifest
+++ b/www-client/qutebrowser/Manifest
@@ -1,3 +1,2 @@
-DIST qutebrowser-1.13.1.tar.gz 4027485 BLAKE2B 
cb19fa2baa447776e0d03128446619eeacd1049b30fcca26008e0cccb10594d1d32037643b3834297adef637328444aad33d84383bdc49307528321cfa2b846d
 SHA512 
a3eb3845a896a88f755e4e7d336d86a8740be66ae94a8e19fb4739148ce1e66aa9fddec04df9308a51c8ef922fa28e3683bb911dd3ba7c91816c26ea92665cfd
 DIST qutebrowser-1.14.0.tar.gz 4144761 BLAKE2B 
cc220990c119904c18932b7f240e428fd36baaf42a592f8fe15e9a1b1e5506cf82291ac0365fd43c75ffa78b403cbe35616f8bd5b362a686db389f5ab7a02345
 SHA512 
7330b685b5852c7700738bf1063121c6cb19b190143e4b98680563ae1a6ce7affaf9691db8c3a4e3686172be7da26ce841709dbc5d31a941326d7432c857cb25
 DIST qutebrowser-1.14.1.tar.gz 4161759 BLAKE2B 
5ea4d032cb8137af1ac9add9fe85b7dc0b8d9c78c838bd91b09444035f3e433d7cfd75672fbaafc1eceb2a0e1bac8f54b8419a7ff0d7c3b272d588818194a260
 SHA512 
2902b1f320c80601195f0a87b4cd1ce6dac7e79df82df692b08d00f1f0be449fcc7d7a855f4fc2cc5773f3b2142f508b0dfc6612778c416401f1117acc081de8

diff --git a/www-client/qutebrowser/qutebrowser-1.13.1.ebuild 
b/www-client/qutebrowser/qutebrowser-1.13.1.ebuild
deleted file mode 100644
index 6034e2d0d81..00000000000
--- a/www-client/qutebrowser/qutebrowser-1.13.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-inherit desktop distutils-r1 optfeature xdg-utils
-
-DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and 
QtWebEngine"
-HOMEPAGE="https://www.qutebrowser.org/ 
https://github.com/qutebrowser/qutebrowser";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="scripts test"
-
-BDEPEND="
-       app-text/asciidoc"
-RDEPEND="
-       dev-python/attrs[${PYTHON_USEDEP}]
-       dev-python/colorama[${PYTHON_USEDEP}]
-       dev-python/cssutils[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/markupsafe[${PYTHON_USEDEP}]
-       >=dev-python/pygments-2.6.1[${PYTHON_USEDEP}]
-       dev-python/pypeg2[${PYTHON_USEDEP}]
-       
dev-python/PyQt5[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,widgets]
-       dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP},libyaml]
-"
-
-distutils_enable_tests setup.py
-
-# Tests restricted as the deplist (misc/requirements/requirements-tests.txt)
-# isn't complete and X11 is required in order to start up qutebrowser.
-RESTRICT="test"
-
-python_compile_all() {
-       a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"
-}
-
-python_install_all() {
-       doman doc/${PN}.1
-       domenu misc/org.${PN}.${PN}.desktop
-       doicon -s scalable icons/${PN}.svg
-
-       if use scripts; then
-               # Install only those userscripts that have an explicit license 
header
-               exeinto /usr/share/qutebrowser/userscripts/
-               doexe misc/userscripts/dmenu_qutebrowser
-               doexe misc/userscripts/openfeeds
-               doexe misc/userscripts/qute-keepass
-               doexe misc/userscripts/qute-pass
-               doexe misc/userscripts/rss
-               doexe misc/userscripts/tor_identity
-       fi
-
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       optfeature "PDF display support" www-plugins/pdfjs
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-       xdg_mimeinfo_database_update
-}

Reply via email to