Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: media-sound/coquillo/
Date: Tue, 30 Aug 2011 19:50:02
Message-Id: 5e77886380186e5af64af7e7b4df5212a03d9e30.sping@gentoo
1 commit: 5e77886380186e5af64af7e7b4df5212a03d9e30
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Fri Aug 26 11:17:24 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:49:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5e778863
7
8 media-sound/coquillo: 1.6
9
10 ---
11 media-sound/coquillo/coquillo-1.6.ebuild | 21 +++++++++++++++++++++
12 1 files changed, 21 insertions(+), 0 deletions(-)
13
14 diff --git a/media-sound/coquillo/coquillo-1.6.ebuild b/media-sound/coquillo/coquillo-1.6.ebuild
15 new file mode 100644
16 index 0000000..200b28c
17 --- /dev/null
18 +++ b/media-sound/coquillo/coquillo-1.6.ebuild
19 @@ -0,0 +1,21 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="3"
25 +
26 +inherit qt4-r2
27 +
28 +DESCRIPTION="GUI audio tagger based on Qt4 and taglib"
29 +HOMEPAGE="http://qt-apps.org/content/show.php/Coquillo?content=141896"
30 +SRC_URI="http://cs.joensuu.fi/~sjuvonen/${PN}/${PV}/${P}-src.tar.gz"
31 +
32 +LICENSE="|| ( GPL-2 GPL-3 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +DEPEND=">=media-libs/taglib-1.6
38 + x11-libs/qt-gui
39 + x11-libs/qt-core"
40 +RDEPEND="${DEPEND}"