summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-03-12 08:26:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-03-12 08:26:57 +0000
commit57d7f54a35a76a82e2090a5bcf34dff1b6ff14e3 (patch)
treec3b14c78fd89bafd71f8c8ed580452a96318f796 /media-libs/libechonest
parentold (diff)
downloadgentoo-2-57d7f54a35a76a82e2090a5bcf34dff1b6ff14e3.tar.gz
gentoo-2-57d7f54a35a76a82e2090a5bcf34dff1b6ff14e3.tar.bz2
gentoo-2-57d7f54a35a76a82e2090a5bcf34dff1b6ff14e3.zip
Version bump wrt #457566 by Uwe L. Korn and Nikoli
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libechonest')
-rw-r--r--media-libs/libechonest/ChangeLog8
-rw-r--r--media-libs/libechonest/libechonest-2.0.3.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/media-libs/libechonest/ChangeLog b/media-libs/libechonest/ChangeLog
index 9a4d9ce89c9d..37b959aa41d1 100644
--- a/media-libs/libechonest/ChangeLog
+++ b/media-libs/libechonest/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libechonest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.21 2013/03/12 08:23:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.22 2013/03/12 08:26:57 ssuominen Exp $
+
+*libechonest-2.0.3 (12 Mar 2013)
+
+ 12 Mar 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +libechonest-2.0.3.ebuild:
+ Version bump wrt #457566 by Uwe L. Korn and Nikoli
12 Mar 2013; Samuli Suominen <ssuominen@gentoo.org>
-libechonest-1.2.1.ebuild, -files/libechonest-1.2.1-Werror.patch:
diff --git a/media-libs/libechonest/libechonest-2.0.3.ebuild b/media-libs/libechonest/libechonest-2.0.3.ebuild
new file mode 100644
index 000000000000..d5298ae5b53e
--- /dev/null
+++ b/media-libs/libechonest/libechonest-2.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.0.3.ebuild,v 1.1 2013/03/12 08:26:57 ssuominen Exp $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="A library for communicating with The Echo Nest"
+HOMEPAGE="http://projects.kde.org/projects/playground/libs/libechonest"
+SRC_URI="http://files.lfranchi.com/${P}.tar.bz2
+ http://pwsp.cleinias.com/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT="test" # Networking required
+
+RDEPEND=">=dev-libs/qjson-0.5
+ dev-qt/qtcore:4"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ dev-qt/qttest:4"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0.1-Werror.patch )
+
+DOCS=( AUTHORS README TODO )