From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53FCB139695 for ; Sat, 24 Jun 2017 10:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C5F254021; Sat, 24 Jun 2017 10:05:58 +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 51988254021 for ; Sat, 24 Jun 2017 10:05:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEC55341984 for ; Sat, 24 Jun 2017 10:05:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F6D748A for ; Sat, 24 Jun 2017 10:05:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1498298741.2c0cb5246ad145fb3ed7b029375ca782fa12fc22.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild X-VCS-Directories: media-libs/phonon-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2c0cb5246ad145fb3ed7b029375ca782fa12fc22 X-VCS-Branch: master Date: Sat, 24 Jun 2017 10:05:55 +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: 9f40ae62-55a9-4e93-afbf-fa4ee96e8765 X-Archives-Hash: d895fa833ca01e3255f960a583772480 commit: 2c0cb5246ad145fb3ed7b029375ca782fa12fc22 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 24 09:27:17 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 24 10:05:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0cb524 media-libs/phonon-gstreamer: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild | 84 ---------------------- 1 file changed, 84 deletions(-) diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild deleted file mode 100644 index 089d193b78f..00000000000 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild +++ /dev/null @@ -1,84 +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 hppa 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-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis] - >=media-libs/phonon-4.9.0[qt4?,qt5?] - qt4? ( - dev-qt/qtcore:4[glib] - dev-qt/qtgui:4[glib] - dev-qt/qtopengl:4 - !