diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-29 16:50:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-29 16:50:58 +0000 |
commit | cd4295df2797adfc1765ff97bef764de30588996 (patch) | |
tree | 1088dc07b8710a753756f61daf17daeef059e5be /media-libs | |
parent | alpha/sparc stable wrt #413897 (diff) | |
download | gentoo-2-cd4295df2797adfc1765ff97bef764de30588996.tar.gz gentoo-2-cd4295df2797adfc1765ff97bef764de30588996.tar.bz2 gentoo-2-cd4295df2797adfc1765ff97bef764de30588996.zip |
Version bump wrt #427858 by Johannes Huber
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libechonest/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libechonest/libechonest-2.0.1.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/media-libs/libechonest/ChangeLog b/media-libs/libechonest/ChangeLog index 8d739eb8022b..db378dc28d5f 100644 --- a/media-libs/libechonest/ChangeLog +++ b/media-libs/libechonest/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libechonest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.13 2012/05/05 08:02:32 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.14 2012/07/29 16:50:58 ssuominen Exp $ + +*libechonest-2.0.1 (29 Jul 2012) + + 29 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> + +libechonest-2.0.1.ebuild: + Version bump wrt #427858 by Johannes Huber 05 May 2012; Jeff Horelick <jdhore@gentoo.org> libechonest-1.2.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/media-libs/libechonest/libechonest-2.0.1.ebuild b/media-libs/libechonest/libechonest-2.0.1.ebuild new file mode 100644 index 000000000000..2a76c7de60fa --- /dev/null +++ b/media-libs/libechonest/libechonest-2.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.0.1.ebuild,v 1.1 2012/07/29 16:50:58 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://files.lfranchi.com/${P}.tar.bz2 + 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} + virtual/pkgconfig + x11-libs/qt-test:4" + +RESTRICT="test" # network access required + +DOCS=( AUTHORS README TODO ) |