Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 503656
Collapse All | Expand All

(-)libechonest-2.1.0.ebuild (-4 / +10 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.1.0.ebuild,v 1.2 2013/10/29 20:03:16 maksbotan Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.1.0.ebuild,v 1.2 2013/10/29 20:03:16 maksbotan Exp $
4
4
Lines 7-17 Link Here
7
7
8
DESCRIPTION="A library for communicating with The Echo Nest"
8
DESCRIPTION="A library for communicating with The Echo Nest"
9
HOMEPAGE="http://projects.kde.org/projects/playground/libs/libechonest"
9
HOMEPAGE="http://projects.kde.org/projects/playground/libs/libechonest"
10
SRC_URI="http://files.lfranchi.com/${P}.tar.bz2
10
SRC_URI="http://files.lfranchi.com/${P}.tar.bz2"
11
	http://pwsp.cleinias.com/${P}.tar.bz2"
12
11
13
LICENSE="GPL-2"
12
LICENSE="GPL-2"
14
SLOT="0/2.1"
13
SLOT="0/2.2"
15
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86"
16
IUSE=""
15
IUSE=""
17
16
Lines 24-26 Link Here
24
	dev-qt/qttest:4"
23
	dev-qt/qttest:4"
25
24
26
DOCS=( AUTHORS README TODO )
25
DOCS=( AUTHORS README TODO )
26
27
src_configure() {
28
	local mycmakeargs=(
29
		-DECHONEST_BUILD_TESTS=OFF
30
	)
31
	cmake-utils_src_configure
32
}

Return to bug 503656