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 1ROF0s-0000tb-Du for garchives@archives.gentoo.org; Wed, 09 Nov 2011 20:44:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C3E821C081; Wed, 9 Nov 2011 20:44:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2D57C21C081 for ; Wed, 9 Nov 2011 20:44:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C03C1B4028 for ; Wed, 9 Nov 2011 20:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C750080042 for ; Wed, 9 Nov 2011 20:44:40 +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: <2f8edf0f3ae439a4f3bd601ef7e6a581bbd89391.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/tomahawk/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/tomahawk/metadata.xml media-sound/tomahawk/tomahawk-9999.ebuild X-VCS-Directories: media-sound/tomahawk/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2f8edf0f3ae439a4f3bd601ef7e6a581bbd89391 Date: Wed, 9 Nov 2011 20:44:40 +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: 506f0137-b53e-4994-9a90-9f90de86fd88 X-Archives-Hash: fd39e63aca3bddead9f161e053d74d83 commit: 2f8edf0f3ae439a4f3bd601ef7e6a581bbd89391 Author: Johannes Huber gmx de> AuthorDate: Wed Nov 9 20:43:50 2011 +0000 Commit: Johannes Huber gmx de> CommitDate: Wed Nov 9 20:43:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D2f8edf0f [media-sound/tomahawk] Make twitter + jabber plugins optional (Portage version: 2.2.0_alpha72/git/Linux i686, unsigned Manifest commit) --- media-sound/tomahawk/metadata.xml | 3 +++ media-sound/tomahawk/tomahawk-9999.ebuild | 14 +++++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/media-sound/tomahawk/metadata.xml b/media-sound/tomahawk/met= adata.xml index 8d1e86a..7ca1023 100644 --- a/media-sound/tomahawk/metadata.xml +++ b/media-sound/tomahawk/metadata.xml @@ -2,4 +2,7 @@ kde + + Enable twitter support + diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/toma= hawk/tomahawk-9999.ebuild index 25bfecc..4f20457 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -22,13 +22,7 @@ HOMEPAGE=3D"http://tomahawk-player.org/" =20 LICENSE=3D"GPL-3 BSD" SLOT=3D"0" -IUSE=3D"debug fftw libsamplerate" - -# Broken -X (Headless mode) by upstream -# X? ( -# >=3Dx11-libs/qt-gui-${QT_MINIMAL}:4 -# >=3Dx11-libs/qt-webkit-${QT_MINIMAL}:4 -#) +IUSE=3D"debug fftw jabber libsamplerate twitter" =20 DEPEND=3D" dev-libs/libattica @@ -39,15 +33,15 @@ DEPEND=3D" >=3Dmedia-libs/libechonest-1.1.10 >=3Dmedia-libs/phonon-4.5.0 media-libs/taglib - net-libs/jreen - net-libs/qtweetlib >=3Dx11-libs/qt-core-${QT_MINIMAL}:4 >=3Dx11-libs/qt-gui-${QT_MINIMAL}:4 >=3Dx11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] >=3Dx11-libs/qt-webkit-${QT_MINIMAL}:4 >=3Dx11-libs/qt-xmlpatterns-${QT_MINIMAL}:4 fftw? ( sci-libs/fftw:3.0 ) + jabber? ( net-libs/jreen ) libsamplerate? ( media-libs/libsamplerate ) + twitter? ( net-libs/qtweetlib ) " RDEPEND=3D"${DEPEND}" =20 @@ -57,6 +51,8 @@ PATCHES=3D( =20 src_configure() { mycmakeargs=3D( + $(cmake-utils_use_with jabber Jreen) + $(cmake-utils_use_with twitter QTweetLib) -DINTERNAL_JREEN=3DOFF ) =20