From: Andreas Sturmlechner Date: Wed, 23 May 2018 21:17:25 +0000 (+0200) Subject: media-libs/phonon*: Drop old versions with Qt4 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e2e7bb1e12da114a42d60048e4444fa39b519ece;p=gentoo.git media-libs/phonon*: Drop old versions with Qt4 support Closes: https://bugs.gentoo.org/652942 --- diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild deleted file mode 100644 index c24ca2f0c163..000000000000 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="phonon-backend-gstreamer" -MY_P=${MY_PN}-${PV} - -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" -else - EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) - inherit git-r3 -fi - -inherit cmake-utils multibuild - -DESCRIPTION="Phonon GStreamer backend" -HOMEPAGE="https://phonon.kde.org/" - -LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )" -SLOT="0" -IUSE="alsa debug +network qt4 +qt5" - -REQUIRED_USE="|| ( qt4 qt5 )" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/libxml2:2 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - >=media-libs/phonon-4.9.0[qt4?,qt5?] - media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis] - virtual/opengl - network? ( media-plugins/gst-plugins-soup:1.0 ) - qt4? ( - >=dev-qt/qtcore-4.8.7-r2:4[glib] - >=dev-qt/qtgui-4.8.7:4[glib] - >=dev-qt/qtopengl-4.8.7:4 - !