From 9c5636c0906ea5ea873d4940324b66ab2ac7c8f8 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Fri, 8 Jun 2012 08:03:57 +0000 Subject: Version bump wrt bug #419881. Remove old. (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) --- media-sound/cantata/ChangeLog | 8 +++++++- media-sound/cantata/cantata-0.5.1.ebuild | 27 --------------------------- media-sound/cantata/cantata-0.7.1.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 28 deletions(-) delete mode 100644 media-sound/cantata/cantata-0.5.1.ebuild create mode 100644 media-sound/cantata/cantata-0.7.1.ebuild (limited to 'media-sound/cantata') diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog index 46c5910f6472..dc384097aacf 100644 --- a/media-sound/cantata/ChangeLog +++ b/media-sound/cantata/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2012/04/15 22:24:53 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.3 2012/06/08 08:03:57 johu Exp $ + +*cantata-0.7.1 (08 Jun 2012) + + 08 Jun 2012; Johannes Huber +cantata-0.7.1.ebuild, + -cantata-0.5.1.ebuild: + Version bump wrt bug #419881. Remove old. *cantata-0.6.1 (15 Apr 2012) diff --git a/media-sound/cantata/cantata-0.5.1.ebuild b/media-sound/cantata/cantata-0.5.1.ebuild deleted file mode 100644 index 6250b660c4c2..000000000000 --- a/media-sound/cantata/cantata-0.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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/cantata-0.7.1.ebuild b/media-sound/cantata/cantata-0.7.1.ebuild new file mode 100644 index 000000000000..512bf1814361 --- /dev/null +++ b/media-sound/cantata/cantata-0.7.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.7.1.ebuild,v 1.1 2012/06/08 08:03:57 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://${PN}.googlecode.com/files/${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 +} -- cgit v1.2.3-65-gdbad