commit: b2eecf1a46d998dc1c8da4322ff28f02333fe7eb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 17:24:59 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 17:27:00 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2eecf1a
media-libs/mpvqt: drop 1.0.0, moved to Gentoo ebuild repo
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/mpvqt/mpvqt-1.0.0.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/media-libs/mpvqt/mpvqt-1.0.0.ebuild
b/media-libs/mpvqt/mpvqt-1.0.0.ebuild
deleted file mode 100644
index da6a320b15..0000000000
--- a/media-libs/mpvqt/mpvqt-1.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2023 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"
-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]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- media-video/mpv:=[libmpv]
-"
-RDEPEND="${DEPEND}"