summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-06-09 11:07:49 +0000
committerJohannes Huber <johu@gentoo.org>2013-06-09 11:07:49 +0000
commit5a89e44e6f634a35b4323f062b794815d5f0dca6 (patch)
treec2fe50ec0a4363d3ae64a0d30e2c776827ac4bd8 /media-libs/libechonest
parentVersion bump (diff)
downloadgentoo-2-5a89e44e6f634a35b4323f062b794815d5f0dca6.tar.gz
gentoo-2-5a89e44e6f634a35b4323f062b794815d5f0dca6.tar.bz2
gentoo-2-5a89e44e6f634a35b4323f062b794815d5f0dca6.zip
Version bump by Nikoli <nikoli@lavabit.com> wrt bug #472016.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-libs/libechonest')
-rw-r--r--media-libs/libechonest/ChangeLog7
-rw-r--r--media-libs/libechonest/libechonest-2.1.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/media-libs/libechonest/ChangeLog b/media-libs/libechonest/ChangeLog
index 1d1b5014573c..30a1b214a760 100644
--- a/media-libs/libechonest/ChangeLog
+++ b/media-libs/libechonest/ChangeLog
@@ -1,6 +1,11 @@
# 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.23 2013/03/17 15:52:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.24 2013/06/09 11:07:49 johu Exp $
+
+*libechonest-2.1.0 (09 Jun 2013)
+
+ 09 Jun 2013; Johannes Huber <johu@gentoo.org> +libechonest-2.1.0.ebuild:
+ Version bump by Nikoli <nikoli@lavabit.com> wrt bug #472016.
17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Add proxy-maintainers to metadata.xml
diff --git a/media-libs/libechonest/libechonest-2.1.0.ebuild b/media-libs/libechonest/libechonest-2.1.0.ebuild
new file mode 100644
index 000000000000..1588b4fb900b
--- /dev/null
+++ b/media-libs/libechonest/libechonest-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# 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.1.0.ebuild,v 1.1 2013/06/09 11:07:49 johu 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"
+
+DOCS=( AUTHORS README TODO )