Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kaudiocreator/
Date: Thu, 28 Apr 2016 07:18:10
Message-Id: 1461827876.c9b890af84e1676300d0065991754bf0abd42d7c.johu@gentoo
1 commit: c9b890af84e1676300d0065991754bf0abd42d7c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 07:17:43 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 07:17:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b890af
7
8 media-sound/kaudiocreator: EAPI 6
9
10 Package-Manager: portage-2.2.28
11
12 .../kaudiocreator/kaudiocreator-1.3-r3.ebuild | 34 ++++++++++++++++++++++
13 1 file changed, 34 insertions(+)
14
15 diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
16 new file mode 100644
17 index 0000000..c1637b4
18 --- /dev/null
19 +++ b/media-sound/kaudiocreator/kaudiocreator-1.3-r3.ebuild
20 @@ -0,0 +1,34 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +KDE_LINGUAS="af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu
28 +fa fi fr ga gl hi hne hr is it ja kk km lt lv mai mk ms nb nds ne nl nn oc pa
29 +pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian sr@Latn sr sv ta tg
30 +th tr ug uk xh zh_CN zh_HK zh_TW"
31 +inherit kde4-base
32 +
33 +DESCRIPTION="KDE CD ripper and audio encoder frontend"
34 +HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645"
35 +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2"
36 +
37 +LICENSE="GPL-2 FDL-1.2"
38 +SLOT="4"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE="debug"
41 +
42 +DEPEND="
43 + $(add_kdeapps_dep libkcddb)
44 + $(add_kdeapps_dep libkcompactdisc)
45 + media-libs/libdiscid
46 + >=media-libs/taglib-1.5
47 +"
48 +
49 +RDEPEND="${DEPEND}
50 + $(add_kdebase_dep kdelibs 'udev,udisks(+)')
51 + $(add_kdeapps_dep audiocd-kio)
52 +"
53 +
54 +DOCS=( Changelog TODO )