logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: 20ffbb8c68ae8e122767ae370b23828147901551
parent a48c7b28553a3cbb05c06881f2a3be9460b15c1c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  5 Feb 2026 21:06:54 +0100

media-gfx/qfontviewer: treeclean, Qt5-only

Diffstat:

Dmedia-gfx/qfontviewer/qfontviewer-9999.ebuild24------------------------
1 file changed, 0 insertions(+), 24 deletions(-)

diff --git a/media-gfx/qfontviewer/qfontviewer-9999.ebuild b/media-gfx/qfontviewer/qfontviewer-9999.ebuild @@ -1,24 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 qmake-utils - -DESCRIPTION="Font viewer with character table" -HOMEPAGE="http://qfontviewer.sourceforge.net/" -EGIT_REPO_URI="https://github.com/alopatindev/qfontviewer" -LICENSE="GPL-3+" -SLOT="0" - -DEPEND="dev-qt/qtwidgets:5" -RDEPEND="${DEPEND}" - -src_configure() { - PATH="${PATH}:$(qt5_get_bindir)" ./configure -} - -src_install() { - einstalldocs - newbin "${P}" "${PN}" -}