parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 58f4a76b210616d7bfb477e80ade32d2e2b43c3d
parent 96560aa06813ea8f3d970464691a156be95f90a8
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 29 Mar 2021 12:58:54 +0200

www-client/qtwebbrowser: Remove.

Diffstat:
Dwww-client/qtwebbrowser/metadata.xml | 9---------
Dwww-client/qtwebbrowser/qtwebbrowser-9999.ebuild | 33---------------------------------
2 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/www-client/qtwebbrowser/metadata.xml b/www-client/qtwebbrowser/metadata.xml @@ -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> diff --git a/www-client/qtwebbrowser/qtwebbrowser-9999.ebuild b/www-client/qtwebbrowser/qtwebbrowser-9999.ebuild @@ -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" -}