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 1SVNv0-0007St-Ju for garchives@archives.gentoo.org; Fri, 18 May 2012 14:12:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37C6FE087C; Fri, 18 May 2012 14:12:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 087FDE08A5 for ; Fri, 18 May 2012 14:12:06 +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 4D8E61B4052 for ; Fri, 18 May 2012 14:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 59CCAE5439 for ; Fri, 18 May 2012 14:12:04 +0000 (UTC) From: "Paulos Ratis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paulos Ratis" Message-ID: <1337350008.fe3294bdec83411db64dd1e957331f60a101dc85.dastergon@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/cantata/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/cantata/cantata-0.7.0.ebuild X-VCS-Directories: kde-misc/cantata/ X-VCS-Committer: dastergon X-VCS-Committer-Name: Paulos Ratis X-VCS-Revision: fe3294bdec83411db64dd1e957331f60a101dc85 X-VCS-Branch: master Date: Fri, 18 May 2012 14:12:04 +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: 207d5903-446b-41b0-97aa-1f71a76544dd X-Archives-Hash: a55eb0d2b4ba4d3576dcfd5d20759c9a commit: fe3294bdec83411db64dd1e957331f60a101dc85 Author: Pavlos Ratis gmail com> AuthorDate: Mon May 14 17:16:44 2012 +0000 Commit: Paulos Ratis gmail com> CommitDate: Fri May 18 14:06:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dfe3294bd [kde-misc/cantata] version bump 0.7.0 --- kde-misc/cantata/cantata-0.7.0.ebuild | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/kde-misc/cantata/cantata-0.7.0.ebuild b/kde-misc/cantata/can= tata-0.7.0.ebuild new file mode 100644 index 0000000..701e6f0 --- /dev/null +++ b/kde-misc/cantata/cantata-0.7.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +inherit kde4-base + +DESCRIPTION=3D"Cantata is a client for the music player daemon (MPD)" +HOMEPAGE=3D"http://cantata.googlecode.com/" +SRC_URI=3D"http://cantata.googlecode.com/files/${PN}-${PV}.tar.bz2" + +LICENSE=3D"GPL-2" +SLOT=3D"4" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"kde" + +DEPEND=3D"" +RDEPEND=3D${DEPEND} + +src_configure() +{ + mycmakeargs=3D($(cmake-utils_use_want kde KDE_SUPPORT)) + kde4-base_src_configure +}