From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA93B59CA3 for ; Thu, 17 Mar 2016 10:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 316E2E0845; Thu, 17 Mar 2016 10:59:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0142E0845 for ; Thu, 17 Mar 2016 10:59:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 794EF340DA4 for ; Thu, 17 Mar 2016 10:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 764C1CC for ; Thu, 17 Mar 2016 10:59:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1458212334.2af3cdd6fdd2dbba69d06bcf5f2d0edeb62ee237.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-1.2.0.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2af3cdd6fdd2dbba69d06bcf5f2d0edeb62ee237 X-VCS-Branch: master Date: Thu, 17 Mar 2016 10:59:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dbfb8a2b-5905-48cb-9934-263b3640fad5 X-Archives-Hash: 4e074544a82b35cfdf1195f16a49da5a commit: 2af3cdd6fdd2dbba69d06bcf5f2d0edeb62ee237 Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 17 10:57:00 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 17 10:58:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af3cdd6 media-libs/qt-gstreamer: remove old Package-Manager: portage-2.2.28 media-libs/qt-gstreamer/qt-gstreamer-1.2.0.ebuild | 52 ----------------------- 1 file changed, 52 deletions(-) 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 index 9522690..0000000 --- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0.ebuild +++ /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 -}