media-libs/qt-gstreamer: remove old
authorMichael Palimaka <kensington@gentoo.org>
Thu, 17 Mar 2016 10:57:00 +0000 (21:57 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 17 Mar 2016 10:58:54 +0000 (21:58 +1100)
Package-Manager: portage-2.2.28

media-libs/qt-gstreamer/qt-gstreamer-1.2.0.ebuild [deleted file]

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0.ebuild
deleted file mode 100644 (file)
index 9522690..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-QT_MINIMAL="4.7.0"
-
-if [[ ${PV} != *9999* ]]; then
-       SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
-       KEYWORDS="amd64 ~arm ppc ppc64 x86"
-else
-       GIT_ECLASS="git-r3"
-       EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" )
-       KEYWORDS=""
-fi
-
-inherit cmake-utils ${GIT_ECLASS}
-
-DESCRIPTION="QtGStreamer provides C++ bindings for GStreamer with a Qt-style API"
-HOMEPAGE="http://gstreamer.freedesktop.org/modules/qt-gstreamer.html"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-       dev-libs/glib:2
-       >=dev-libs/boost-1.40:=
-       >=dev-qt/qtcore-${QT_MINIMAL}:4
-       >=dev-qt/qtdeclarative-${QT_MINIMAL}:4
-       >=dev-qt/qtgui-${QT_MINIMAL}:4
-       >=dev-qt/qtopengl-${QT_MINIMAL}:4
-       media-libs/gstreamer:1.0
-       media-libs/gst-plugins-base:1.0
-"
-DEPEND="
-       ${RDEPEND}
-       test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 )
-"
-
-# bug 497880
-RESTRICT="test"
-
-src_configure() {
-       local mycmakeargs=(
-               -DQTGSTREAMER_EXAMPLES=OFF
-               $(cmake-utils_use test QTGSTREAMER_TESTS)
-       )
-
-       cmake-utils_src_configure
-}