summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-02 18:55:50 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-02 18:55:50 +0000
commit0aa9bc7a5e4d79c5cf651b58a06a6c5b5bbfe214 (patch)
tree77b87a0c5d1bf36f76cb1c006c37d7224354e3d9 /media-libs/libechonest
parentUse more recent s-s-d syntax wrt #380279 by Tom Hendrikx (diff)
downloadgentoo-2-0aa9bc7a5e4d79c5cf651b58a06a6c5b5bbfe214.tar.gz
gentoo-2-0aa9bc7a5e4d79c5cf651b58a06a6c5b5bbfe214.tar.bz2
gentoo-2-0aa9bc7a5e4d79c5cf651b58a06a6c5b5bbfe214.zip
Version bump wrt #385367 by Johannes Huber
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libechonest')
-rw-r--r--media-libs/libechonest/ChangeLog8
-rw-r--r--media-libs/libechonest/libechonest-1.1.10.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/media-libs/libechonest/ChangeLog b/media-libs/libechonest/ChangeLog
index 17a58a03b77b..d6dc34c6bc74 100644
--- a/media-libs/libechonest/ChangeLog
+++ b/media-libs/libechonest/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libechonest
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.5 2011/09/08 10:32:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.6 2011/10/02 18:55:50 ssuominen Exp $
+
+*libechonest-1.1.10 (02 Oct 2011)
+
+ 02 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ +libechonest-1.1.10.ebuild:
+ Version bump wrt #385367 by Johannes Huber
*libechonest-1.1.9 (08 Sep 2011)
diff --git a/media-libs/libechonest/libechonest-1.1.10.ebuild b/media-libs/libechonest/libechonest-1.1.10.ebuild
new file mode 100644
index 000000000000..527416158c22
--- /dev/null
+++ b/media-libs/libechonest/libechonest-1.1.10.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-1.1.10.ebuild,v 1.1 2011/10/02 18:55:50 ssuominen Exp $
+
+EAPI=4
+inherit cmake-utils
+
+DESCRIPTION="A library for communicating with The Echo Nest"
+HOMEPAGE="http://projects.kde.org/projects/playground/libs/libechonest"
+SRC_URI="http://pwsp.cleinias.com/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/qjson-0.5
+ x11-libs/qt-core:4"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ x11-libs/qt-test:4"
+
+RESTRICT="test" # network access required
+
+DOCS=( AUTHORS README TODO )