diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-22 22:24:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-22 22:24:37 +0000 |
commit | 75acd44950d0581761bce2f24282d21eb7cf46a2 (patch) | |
tree | bc7c96017a2e24a68e434fd71d3cb531b6b79292 /media-libs/libechonest | |
parent | x86 stable, bug #394049 (diff) | |
download | gentoo-2-75acd44950d0581761bce2f24282d21eb7cf46a2.tar.gz gentoo-2-75acd44950d0581761bce2f24282d21eb7cf46a2.tar.bz2 gentoo-2-75acd44950d0581761bce2f24282d21eb7cf46a2.zip |
old
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libechonest')
-rw-r--r-- | media-libs/libechonest/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libechonest/libechonest-1.1.4.ebuild | 25 | ||||
-rw-r--r-- | media-libs/libechonest/libechonest-1.2.0.ebuild | 25 |
3 files changed, 5 insertions, 51 deletions
diff --git a/media-libs/libechonest/ChangeLog b/media-libs/libechonest/ChangeLog index f391c507bb79..f578e9464508 100644 --- a/media-libs/libechonest/ChangeLog +++ b/media-libs/libechonest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libechonest # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.11 2011/12/22 22:17:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.12 2011/12/22 22:24:37 ssuominen Exp $ + + 22 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> + -libechonest-1.1.4.ebuild, -libechonest-1.2.0.ebuild: + old 22 Dec 2011; Markus Meier <maekke@gentoo.org> libechonest-1.2.1.ebuild: x86 stable, bug #392425 diff --git a/media-libs/libechonest/libechonest-1.1.4.ebuild b/media-libs/libechonest/libechonest-1.1.4.ebuild deleted file mode 100644 index 3bfe6881861c..000000000000 --- a/media-libs/libechonest/libechonest-1.1.4.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.4.ebuild,v 1.3 2011/05/31 20:18:50 maekke Exp $ - -EAPI=2 -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" diff --git a/media-libs/libechonest/libechonest-1.2.0.ebuild b/media-libs/libechonest/libechonest-1.2.0.ebuild deleted file mode 100644 index 1293739bf274..000000000000 --- a/media-libs/libechonest/libechonest-1.2.0.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.2.0.ebuild,v 1.1 2011/10/11 00:58:42 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 ) |