--- libechonest-2.1.0.ebuild 2013-10-30 00:31:22.000000000 +0400 +++ libechonest-2.2.0.ebuild 2014-03-12 01:49:28.000000000 +0400 @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.2 2013/10/29 20:03:16 maksbotan Exp $ @@ -7,11 +7,10 @@ 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" +SRC_URI="http://files.lfranchi.com/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0/2.1" +SLOT="0/2.2" KEYWORDS="~amd64 ~x86" IUSE="" @@ -24,3 +23,10 @@ dev-qt/qttest:4" DOCS=( AUTHORS README TODO ) + +src_configure() { + local mycmakeargs=( + -DECHONEST_BUILD_TESTS=OFF + ) + cmake-utils_src_configure +}