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 1SVOA8-00013F-Ub for garchives@archives.gentoo.org; Fri, 18 May 2012 14:28:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96D8BE0886; Fri, 18 May 2012 14:27:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5FED8E0886 for ; Fri, 18 May 2012 14:27:54 +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 823801B4032 for ; Fri, 18 May 2012 14:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 493C5E5429 for ; Fri, 18 May 2012 14:27:52 +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: <1337351025.324f48b6e01976b66a7eeabb426056a919610e39.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: 324f48b6e01976b66a7eeabb426056a919610e39 X-VCS-Branch: master Date: Fri, 18 May 2012 14:27:52 +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: 14070fb7-fbf7-4b22-8968-089e2e95ecb9 X-Archives-Hash: fbe133bf19140505f552300ca3dc8135 commit: 324f48b6e01976b66a7eeabb426056a919610e39 Author: Pavlos Ratis gmail com> AuthorDate: Fri May 18 14:23:45 2012 +0000 Commit: Paulos Ratis gmail com> CommitDate: Fri May 18 14:23:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D324f48b6 Revert "[kde-misc/cantata] deletion of version bump" This reverts commit fe3294bdec83411db64dd1e957331f60a101dc85. --- kde-misc/cantata/cantata-0.7.0.ebuild | 25 ------------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/kde-misc/cantata/cantata-0.7.0.ebuild b/kde-misc/cantata/can= tata-0.7.0.ebuild deleted file mode 100644 index 701e6f0..0000000 --- a/kde-misc/cantata/cantata-0.7.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -}