URI: 
       twww-client/qtwebbrowser: Remove. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 58f4a76b210616d7bfb477e80ade32d2e2b43c3d
   DIR parent 96560aa06813ea8f3d970464691a156be95f90a8
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 29 Mar 2021 12:58:54 +0200
       
       www-client/qtwebbrowser: Remove.
       
       Diffstat:
         D www-client/qtwebbrowser/metadata.x… |       9 ---------
         D www-client/qtwebbrowser/qtwebbrows… |      33 -------------------------------
       
       2 files changed, 0 insertions(+), 42 deletions(-)
       ---
   DIR diff --git a/www-client/qtwebbrowser/metadata.xml b/www-client/qtwebbrowser/metadata.xml
       t@@ -1,9 +0,0 @@
       -<?xml version="1.0" encoding="UTF-8"?>
       -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       -<pkgmetadata>
       -<maintainer type="person">
       -<email>parazyd@dyne.org</email>
       -</maintainer>
       -<longdescription lang="en">
       -</longdescription>
       -</pkgmetadata>
   DIR diff --git a/www-client/qtwebbrowser/qtwebbrowser-9999.ebuild b/www-client/qtwebbrowser/qtwebbrowser-9999.ebuild
       t@@ -1,33 +0,0 @@
       -# Copyright 1999-2021 Gentoo Authors
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=7
       -
       -inherit git-r3 qmake-utils pax-utils
       -
       -DESCRIPTION="Qt WebEngine based browser for embedded touch devices."
       -HOMEPAGE="https://doc.qt.io/QtWebBrowser/"
       -EGIT_REPO_URI="https://code.qt.io/qt-apps/qtwebbrowser.git"
       -
       -LICENSE="GPL-3"
       -SLOT="0"
       -KEYWORDS=""
       -IUSE=""
       -
       -DEPEND="
       -        dev-qt/qtwebengine:5
       -        dev-qt/qtvirtualkeyboard:5
       -        dev-qt/qtgraphicaleffects:5
       -        dev-qt/qtquickcontrols:5
       -"
       -RDEPEND="${DEPEND}"
       -BDEPEND=""
       -
       -src_configure() {
       -        eqmake5 INSTALL_PREFIX="${D}/usr/bin/"
       -}
       -
       -src_install() {
       -        emake install
       -        pax-mark -m "${D}/usr/bin/qtwebbrowser"
       -}