From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SLvps-0001b5-UO for garchives@archives.gentoo.org; Sun, 22 Apr 2012 12:24:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EAD8E0C81; Sun, 22 Apr 2012 12:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6229AE0C81 for ; Sun, 22 Apr 2012 12:24:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C26C11B400F for ; Sun, 22 Apr 2012 12:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 81619E5402 for ; Sun, 22 Apr 2012 12:23:58 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1335097473.974e695097013666376dc4a0ee6683ef3f84e097.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/phonon-kde/phonon-kde-4.8.2.ebuild kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild kde-base/phonon-kde/phonon-kde-9999.ebuild X-VCS-Directories: kde-base/phonon-kde/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 974e695097013666376dc4a0ee6683ef3f84e097 X-VCS-Branch: master Date: Sun, 22 Apr 2012 12:23:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4a8d7f60-7346-4431-8a7b-7f35a9de2f2a X-Archives-Hash: 7c0980ff046b05ebf46579c7f753e9d3 commit: 974e695097013666376dc4a0ee6683ef3f84e097 Author: Johannes Huber gentoo org> AuthorDate: Sun Apr 22 12:24:33 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Apr 22 12:24:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D974e6950 [kde-base/phonon-kde] Disable build of kcm for phonon-xine backend as it = is not in tree anymore by Christian Schmitt ilovelinux.de>. (Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit= ) --- kde-base/phonon-kde/phonon-kde-4.8.2.ebuild | 38 ---------------= ------ kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild | 1 + kde-base/phonon-kde/phonon-kde-9999.ebuild | 1 + 3 files changed, 2 insertions(+), 38 deletions(-) diff --git a/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild b/kde-base/phono= n-kde/phonon-kde-4.8.2.ebuild deleted file mode 100644 index f86c882..0000000 --- a/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.8.2.= ebuild,v 1.1 2012/04/04 23:59:26 johu Exp $ - -EAPI=3D4 - -KMNAME=3D"kde-runtime" -KMMODULE=3D"phonon" -inherit kde4-meta - -DESCRIPTION=3D"Phonon KDE Integration" -HOMEPAGE=3D"http://phonon.kde.org" - -KEYWORDS=3D"~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -LICENSE=3D"GPL-2" -IUSE=3D"alsa debug pulseaudio" - -DEPEND=3D" - >=3Dmedia-libs/phonon-4.4.3 - alsa? ( media-libs/alsa-lib ) - pulseaudio? ( - dev-libs/glib:2 - media-libs/libcanberra - >=3Dmedia-sound/pulseaudio-0.9.21[glib] - ) -" -RDEPEND=3D"${DEPEND}" - -src_configure() { - mycmakeargs=3D( - -DBUILD_tests=3DOFF - -DWITH_Xine=3DOFF - $(cmake-utils_use_with alsa) - $(cmake-utils_use_with pulseaudio PulseAudio) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild b/kde-base= /phonon-kde/phonon-kde-4.8.49.9999.ebuild index aa3120e..44b6ce3 100644 --- a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild +++ b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild @@ -29,6 +29,7 @@ RDEPEND=3D"${DEPEND}" src_configure() { mycmakeargs=3D( -DBUILD_tests=3DOFF + -DWITH_Xine=3DOFF $(cmake-utils_use_with alsa) $(cmake-utils_use_with pulseaudio PulseAudio) ) diff --git a/kde-base/phonon-kde/phonon-kde-9999.ebuild b/kde-base/phonon= -kde/phonon-kde-9999.ebuild index aa3120e..44b6ce3 100644 --- a/kde-base/phonon-kde/phonon-kde-9999.ebuild +++ b/kde-base/phonon-kde/phonon-kde-9999.ebuild @@ -29,6 +29,7 @@ RDEPEND=3D"${DEPEND}" src_configure() { mycmakeargs=3D( -DBUILD_tests=3DOFF + -DWITH_Xine=3DOFF $(cmake-utils_use_with alsa) $(cmake-utils_use_with pulseaudio PulseAudio) )