commit: faed71c247cb4fcbf5da86e17acae0cbaa967ca2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Wed Dec 31 13:04:42 2025 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Wed Dec 31 13:04:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faed71c2
dev-qt/qtpbfimageplugin: remove old version Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> dev-qt/qtpbfimageplugin/Manifest | 1 - .../qtpbfimageplugin/qtpbfimageplugin-5.1.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-qt/qtpbfimageplugin/Manifest b/dev-qt/qtpbfimageplugin/Manifest index 176b90ab88d0..96bb55617e62 100644 --- a/dev-qt/qtpbfimageplugin/Manifest +++ b/dev-qt/qtpbfimageplugin/Manifest @@ -1,2 +1 @@ -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-5.1.ebuild b/dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.1.ebuild deleted file mode 100644 index 56fef9f3751c..000000000000 --- a/dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.1.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] - virtual/zlib:= -" - -src_configure() { - eqmake6 pbfplugin.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install -}
