commit: a5e94065c48540329ff15d8e29843389cab22724 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Mon Nov 3 15:11:14 2025 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Mon Nov 3 15:11:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e94065
dev-qt/qtpbfimageplugin: remove old version Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> dev-qt/qtpbfimageplugin/Manifest | 1 - .../qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-qt/qtpbfimageplugin/Manifest b/dev-qt/qtpbfimageplugin/Manifest index 66abe8b08d18..176b90ab88d0 100644 --- a/dev-qt/qtpbfimageplugin/Manifest +++ b/dev-qt/qtpbfimageplugin/Manifest @@ -1,3 +1,2 @@ -DIST qtpbfimageplugin-4.7.tar.gz 199162 BLAKE2B 079bf9149cd6fb8efc734db5088fd4123d4551b4996a0afb42e3fb919083720db84a3409684f39b25966df54ac544132d98c983a97826826bafda1358db09e9c SHA512 99a8ac83727b4cc4d55759a5ab718d0fc7f9d979055b7a092750694ee1a02fb5ad24a80d80bd7faf3043abdfdb2972057cd47eb5794afe7de590ecb28bb6828f DIST qtpbfimageplugin-5.1.tar.gz 610295 BLAKE2B 575895d822eba9204ce29eebb0ce18a9c41819db49187e18accc4a0c557504da9dab4dbef24519112d24281e62012d02d96908119a9aba14b97a43a0cca9ae8d SHA512 33ffa708916295ddf0ffa74f51265081345b7bf6395a9e3b9bbd4bb4e492ffe296bc405e7c64a6f30d231a379f92e7d2c4b721d290eb3cbd6a386876ec547854 DIST qtpbfimageplugin-5.2.tar.gz 618857 BLAKE2B 9b21a8e4d0ea418f25a99d325ecff5fc5ccdc8f51701516ea8bccef8420e4bce9f3361ef424dde719a5f11ef73e5aba1a0ff8412518c9a2676dd3f44b7d57f1b SHA512 347bf69fbe47ae04f05def727c00aa0404287b2a8a341ce346537204fa043369ecaa2be3c55349821937c308a7e2bb8c8a261efcce8784cba552877aad8576b8 diff --git a/dev-qt/qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild b/dev-qt/qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild deleted file mode 100644 index d3ebb975d41b..000000000000 --- a/dev-qt/qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="QtPBFImagePlugin" -inherit qmake-utils - -DESCRIPTION="Qt image plugin for displaying Mapbox vector tiles" -HOMEPAGE="https://github.com/tumic0/QtPBFImagePlugin/" -SRC_URI="https://github.com/tumic0/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${MY_PN}-${PV} - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-qt/qtbase:6[gui,opengl] - sys-libs/zlib -" - -src_configure() { - eqmake6 pbfplugin.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install -}
