Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libechonest/
Date: Sun, 02 Oct 2011 11:00:00
Message-Id: beeaf928f0650f67c41c39919c172a4f9b86f588.j0hu@gentoo
1 commit: beeaf928f0650f67c41c39919c172a4f9b86f588
2 Author: Johannes Huber <johu <AT> gmx <DOT> de>
3 AuthorDate: Sun Oct 2 10:50:08 2011 +0000
4 Commit: Johannes Huber <johu <AT> gmx <DOT> de>
5 CommitDate: Sun Oct 2 10:50:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=beeaf928
7
8 [media-libs/libechonest] Bump 1.1.10
9
10 (Portage version: 2.2.0_alpha60/git/Linux x86_64, signed Manifest commit with key DF018462)
11
12 ---
13 media-libs/libechonest/libechonest-1.1.10.ebuild | 25 ++++++++++++++++++++++
14 media-libs/libechonest/metadata.xml | 13 +++++++++++
15 2 files changed, 38 insertions(+), 0 deletions(-)
16
17 diff --git a/media-libs/libechonest/libechonest-1.1.10.ebuild b/media-libs/libechonest/libechonest-1.1.10.ebuild
18 new file mode 100644
19 index 0000000..f74eb34
20 --- /dev/null
21 +++ b/media-libs/libechonest/libechonest-1.1.10.ebuild
22 @@ -0,0 +1,25 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-1.1.9.ebuild,v 1.1 2011/09/08 10:32:18 ssuominen Exp $
26 +
27 +EAPI=4
28 +inherit cmake-utils
29 +
30 +DESCRIPTION="A library for communicating with The Echo Nest"
31 +HOMEPAGE="http://projects.kde.org/projects/playground/libs/libechonest"
32 +SRC_URI="http://pwsp.cleinias.com/${P}.tar.bz2"
33 +
34 +LICENSE="GPL-2"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +RDEPEND=">=dev-libs/qjson-0.5
40 + x11-libs/qt-core:4"
41 +DEPEND="${RDEPEND}
42 + dev-util/pkgconfig
43 + x11-libs/qt-test:4"
44 +
45 +RESTRICT="test" # network access required
46 +
47 +DOCS=( AUTHORS README TODO )
48
49 diff --git a/media-libs/libechonest/metadata.xml b/media-libs/libechonest/metadata.xml
50 new file mode 100644
51 index 0000000..517c983
52 --- /dev/null
53 +++ b/media-libs/libechonest/metadata.xml
54 @@ -0,0 +1,13 @@
55 +<?xml version="1.0" encoding="UTF-8"?>
56 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 +<pkgmetadata>
58 + <herd>sound</herd>
59 + <maintainer>
60 + <email>nikoli@×××××××.com</email>
61 + <name>Nikoli</name>
62 + </maintainer>
63 + <maintainer>
64 + <email>ssuominen@g.o</email>
65 + <name>Samuli Suominen</name>
66 + </maintainer>
67 +</pkgmetadata>