summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libechonest/libechonest-1.1.9.ebuild')
-rw-r--r--media-libs/libechonest/libechonest-1.1.9.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-libs/libechonest/libechonest-1.1.9.ebuild b/media-libs/libechonest/libechonest-1.1.9.ebuild
deleted file mode 100644
index f74eb348087a..000000000000
--- a/media-libs/libechonest/libechonest-1.1.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.9.ebuild,v 1.1 2011/09/08 10:32:18 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 )