summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-07 21:46:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-07 21:46:29 +0200
commit41e1ada8b9c9af3607e577108063fd434eea21ad (patch)
tree0d7b03d9cbacfd03bebb73a81d6e434a3652d207 /media-libs
parentsys-cluster/kube-scheduler: stabilize 1.30.3 for amd64 (diff)
downloadgentoo-41e1ada8b9c9af3607e577108063fd434eea21ad.tar.gz
gentoo-41e1ada8b9c9af3607e577108063fd434eea21ad.tar.bz2
gentoo-41e1ada8b9c9af3607e577108063fd434eea21ad.zip
media-libs/mpvqt: drop 1.0.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mpvqt/Manifest1
-rw-r--r--media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/mpvqt/Manifest b/media-libs/mpvqt/Manifest
index a8b771fe2027..6daa32c6b97c 100644
--- a/media-libs/mpvqt/Manifest
+++ b/media-libs/mpvqt/Manifest
@@ -1,2 +1 @@
-DIST mpvqt-1.0.0.tar.xz 36172 BLAKE2B 7b88c9f0e69bb4784087161addb7299d061646dca3e2707ce697a67cfec9f668c894df7479c1ded7ddc1f73f48c127051f6b27f536aca35f272235f1b09bcfc1 SHA512 42b19e74d682e327566559c9d600a8cd98b1a64d01804fccc5f85c990532daf434cc2005bf0af10d3cae78643d512651cfac504193e015538d5f75eaa088f26c
DIST mpvqt-1.0.1.tar.xz 32104 BLAKE2B 260780c13928a8f65a5305949c02fc44d26f11e1f313f9ba240db1ed5d16d266a5b74b08e608b99c876a76ea0da1f147b17a37686fc36d1ecab1f888c235b008 SHA512 0e7acf301742fb3e4ee07d7b3112f00522c2d5f3c1001060538e887c48aa0dfb87752f9b99011618895075cb6098f369289131c7de31a6b65513852236451dde
diff --git a/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild b/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild
deleted file mode 100644
index 54cecbd34015..000000000000
--- a/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.245.0
-QTMIN=6.5.0
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DESCRIPTION="libmpv wrapper for QtQuick2 and QML"
-HOMEPAGE="https://invent.kde.org/libraries/mpvqt"
-
-LICENSE="|| ( GPL-2 GPL-3 LGPL-3 LGPL-2.1 ) CC-BY-SA-4.0 MIT BSD"
-SLOT="6"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,opengl,wayland]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- media-video/mpv:=[libmpv]
-"
-RDEPEND="${DEPEND}"