summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-04-15 22:24:53 +0000
committerJohannes Huber <johu@gentoo.org>2012-04-15 22:24:53 +0000
commit238bb65a40356173f1fa8704b007be1cb1a09dd3 (patch)
tree62df0a6c6bd7507cf9a9ee2a588dda3f2467f52a /media-sound
parentx11-themes/light-themes: 0.1.9.1 (diff)
downloadgentoo-2-238bb65a40356173f1fa8704b007be1cb1a09dd3.tar.gz
gentoo-2-238bb65a40356173f1fa8704b007be1cb1a09dd3.tar.bz2
gentoo-2-238bb65a40356173f1fa8704b007be1cb1a09dd3.zip
Version bump.
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/cantata/ChangeLog7
-rw-r--r--media-sound/cantata/cantata-0.6.1.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog
index 3e80abdbf9f0..46c5910f6472 100644
--- a/media-sound/cantata/ChangeLog
+++ b/media-sound/cantata/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/cantata
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.1 2012/03/25 10:36:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.2 2012/04/15 22:24:53 johu Exp $
+
+*cantata-0.6.1 (15 Apr 2012)
+
+ 15 Apr 2012; Johannes Huber <johu@gentoo.org> +cantata-0.6.1.ebuild:
+ Version bump.
*cantata-0.5.1 (25 Mar 2012)
diff --git a/media-sound/cantata/cantata-0.6.1.ebuild b/media-sound/cantata/cantata-0.6.1.ebuild
new file mode 100644
index 000000000000..d563923e1f1f
--- /dev/null
+++ b/media-sound/cantata/cantata-0.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.6.1.ebuild,v 1.1 2012/04/15 22:24:53 johu Exp $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="Cantata is a client for the music player daemon (MPD)"
+HOMEPAGE="http://kde-apps.org/content/show.php?content=147733"
+SRC_URI="http://kde-apps.org/CONTENT/content-files/147733-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="kde"
+
+DEPEND="media-libs/taglib"
+RDEPEND=${DEPEND}
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_want kde KDE_SUPPORT)
+ )
+
+ kde4-base_src_configure
+}