summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-03-25 10:36:46 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-03-25 10:36:46 +0000
commit7cc8f398d100e53fa5f8142f98b032f79ca2023b (patch)
treebb324eba05217be26adfda3cba50d655e2be1b70
parentFix eautoreconf handling by autotools_utils.eclass (diff)
downloadgentoo-2-7cc8f398d100e53fa5f8142f98b032f79ca2023b.tar.gz
gentoo-2-7cc8f398d100e53fa5f8142f98b032f79ca2023b.tar.bz2
gentoo-2-7cc8f398d100e53fa5f8142f98b032f79ca2023b.zip
New application, bug 408051. Ebuild by Pavlos Ratis.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r--media-sound/cantata/ChangeLog10
-rw-r--r--media-sound/cantata/cantata-0.5.1.ebuild27
-rw-r--r--media-sound/cantata/metadata.xml9
3 files changed, 46 insertions, 0 deletions
diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog
new file mode 100644
index 000000000000..3e80abdbf9f0
--- /dev/null
+++ b/media-sound/cantata/ChangeLog
@@ -0,0 +1,10 @@
+# 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 $
+
+*cantata-0.5.1 (25 Mar 2012)
+
+ 25 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> +cantata-0.5.1.ebuild,
+ +metadata.xml:
+ New application, bug 408051. Ebuild by Pavlos Ratis.
+
diff --git a/media-sound/cantata/cantata-0.5.1.ebuild b/media-sound/cantata/cantata-0.5.1.ebuild
new file mode 100644
index 000000000000..6250b660c4c2
--- /dev/null
+++ b/media-sound/cantata/cantata-0.5.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.5.1.ebuild,v 1.1 2012/03/25 10:36:46 dilfridge 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
+}
diff --git a/media-sound/cantata/metadata.xml b/media-sound/cantata/metadata.xml
new file mode 100644
index 000000000000..c877cada2e5e
--- /dev/null
+++ b/media-sound/cantata/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <maintainer>
+ <email>dastergon@gmail.com</email>
+ <name>Pavlos Ratis</name>
+ </maintainer>
+</pkgmetadata>