diff options
author | Johannes Huber <johu@gentoo.org> | 2017-04-06 21:36:47 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-04-06 21:36:47 +0200 |
commit | 8c83524fa3bd94055963cfb155c61b3656426bd9 (patch) | |
tree | 661180e62ef0e13ef332705b63539e56f8760b0c /media-libs/libechonest/libechonest-2.0.2.ebuild | |
parent | app-office/skrooge: Remove 2.7.0 (diff) | |
download | gentoo-8c83524fa3bd94055963cfb155c61b3656426bd9.tar.gz gentoo-8c83524fa3bd94055963cfb155c61b3656426bd9.tar.bz2 gentoo-8c83524fa3bd94055963cfb155c61b3656426bd9.zip |
media-libs/libechonest: Remove last-rited pkg
Diffstat (limited to 'media-libs/libechonest/libechonest-2.0.2.ebuild')
-rw-r--r-- | media-libs/libechonest/libechonest-2.0.2.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/media-libs/libechonest/libechonest-2.0.2.ebuild b/media-libs/libechonest/libechonest-2.0.2.ebuild deleted file mode 100644 index f543b14271b4..000000000000 --- a/media-libs/libechonest/libechonest-2.0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="A library for communicating with The Echo Nest" -HOMEPAGE="https://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" - -PATCHES=( "${FILESDIR}"/${PN}-2.0.1-Werror.patch ) - -DOCS=( AUTHORS README TODO ) |