dev-qt/qtpbfimageplugin: remove old version

Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
Andrey Grozin
2025-10-10 22:29:26 +07:00
parent 85f9fe805e
commit 3aaf72dc7e
2 changed files with 0 additions and 30 deletions

View File

@@ -1,3 +1,2 @@
DIST qtpbfimageplugin-4.3.tar.gz 198877 BLAKE2B 4562cd7ac5c23f6bda8157e3864603f7adf41bed164ebadc66da45e7eedae3f4e18d5ddcb3b4d16974645e571a54af1539af14e72564c3b1e13ccdf49869bf6a SHA512 c65093363d9bc901266f56c91107dc3571b8c7e0ec0f5cf9afe94be69c7fd6ee0e05f5c30a59cb3910bbbf002412650d8d86e21a70e6643add48e3a88137430b
DIST qtpbfimageplugin-4.7.tar.gz 199162 BLAKE2B 079bf9149cd6fb8efc734db5088fd4123d4551b4996a0afb42e3fb919083720db84a3409684f39b25966df54ac544132d98c983a97826826bafda1358db09e9c SHA512 99a8ac83727b4cc4d55759a5ab718d0fc7f9d979055b7a092750694ee1a02fb5ad24a80d80bd7faf3043abdfdb2972057cd47eb5794afe7de590ecb28bb6828f
DIST qtpbfimageplugin-5.1.tar.gz 610295 BLAKE2B 575895d822eba9204ce29eebb0ce18a9c41819db49187e18accc4a0c557504da9dab4dbef24519112d24281e62012d02d96908119a9aba14b97a43a0cca9ae8d SHA512 33ffa708916295ddf0ffa74f51265081345b7bf6395a9e3b9bbd4bb4e492ffe296bc405e7c64a6f30d231a379f92e7d2c4b721d290eb3cbd6a386876ec547854

View File

@@ -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
}