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 1R48cG-000339-97 for garchives@archives.gentoo.org; Thu, 15 Sep 2011 09:52:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55D2C21C064; Thu, 15 Sep 2011 09:52:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 003A021C064 for ; Thu, 15 Sep 2011 09:52:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A7991B4019 for ; Thu, 15 Sep 2011 09:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 819CA80042 for ; Thu, 15 Sep 2011 09:52:10 +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: Subject: [gentoo-commits] proj/kde:master commit in: media-sound/tomahawk/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/tomahawk/tomahawk-9999.ebuild X-VCS-Directories: media-sound/tomahawk/ X-VCS-Committer: j0hu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b1e46f5add7b7501a40f359d6c1174286a2ec22d Date: Thu, 15 Sep 2011 09:52:10 +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: X-Archives-Hash: 8dfa6da7871492f0338634d470ba2a5b commit: b1e46f5add7b7501a40f359d6c1174286a2ec22d Author: Johannes Huber gmx de> AuthorDate: Thu Sep 15 09:50:54 2011 +0000 Commit: Johannes Huber gmx de> CommitDate: Thu Sep 15 09:50:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Db1e46f5a [media-sound/tomahawk] Update deps (Portage version: 2.2.0_alpha58/git/Linux x86_64, unsigned Manifest commi= t) --- media-sound/tomahawk/tomahawk-9999.ebuild | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/toma= hawk/tomahawk-9999.ebuild index 7106f70..1a44ebe 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -31,9 +31,11 @@ IUSE=3D"debug fftw libsamplerate" #) =20 DEPEND=3D" + dev-libs/libattica >=3Ddev-cpp/clucene-2.3.3.4 >=3Ddev-libs/boost-1.41 >=3Ddev-libs/qjson-0.7.1 + >=3Ddev-libs/quazip-0.4.3 >=3Dmedia-libs/libechonest-1.1.8 >=3Dmedia-libs/phonon-4.5.0 media-libs/taglib @@ -73,10 +75,3 @@ src_compile() { src_install() { cmake-utils_src_install } - -pkg_postinst() { - echo - elog "Information on how to get more resolvers for ${PN}" - elog "is available at ${HOMEPAGE}resolvers" - echo -}