media-plugins/qt-avif-image-plugin: remove old version

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com>
This commit is contained in:
Daniel Novomesky
2020-10-15 15:02:43 +02:00
parent 0c4c598c78
commit 73a3197919
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST qt-avif-image-plugin-0.3.1.tar.gz 13215410 BLAKE2B 381f4f19c3df42333ee0885641ca1275b8a30efc04c415de1c6a597ee6c7e7cfd5313267b8cae3c615dfb445d8980c52394dee2db4e35f9ea3e89d03c57fe353 SHA512 44da0f1bcdba3871b2662a9a6e3919f46984db9ae3588e19aed6a0fde87ee1204209bbb635956d75f0de22e307104650b0f63472fb777bb479bff09c10095948
DIST qt-avif-image-plugin-0.3.2.tar.gz 13246071 BLAKE2B b51a2c440616ec8117b50474e92c53e67e2d4234926c65126c1fb5f7048163914784ede88fc8ae65483eb655401311af3aebe562670535611ecdc0dd9e4bc057 SHA512 29210a950c071d4d59ba3a9e9ca20394cf201cbc508ef70f93e2d5982ea39521eb06a8526290489d803a55164d838e09d335a3114cbb333aa826b85bd5708281

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit cmake
DESCRIPTION="Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
HOMEPAGE="https://github.com/novomesk/qt-avif-image-plugin"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/novomesk/qt-avif-image-plugin.git"
else
SRC_URI="https://github.com/novomesk/qt-avif-image-plugin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="BSD-2"
SLOT="0"
IUSE=""
DEPEND=">=dev-qt/qtgui-5.12.3:5
>=media-libs/libavif-0.8.0
>=x11-misc/shared-mime-info-2.0-r1
"
BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5"
RDEPEND="${DEPEND}"