Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeedu-data/
Date: Tue, 29 Mar 2016 07:54:15
Message-Id: 1459237970.2314395288df9db482f2d07f5441b3fb16c739cd.johu@gentoo
1 commit: 2314395288df9db482f2d07f5441b3fb16c739cd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 07:52:50 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 07:52:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23143952
7
8 kde-apps/kdeedu-data: Fix file collision
9
10 Gentoo-bug: 578344
11
12 Package-Manager: portage-2.2.28
13
14 kde-apps/kdeedu-data/kdeedu-data-15.12.3-r1.ebuild | 20 ++++++++++++++++++++
15 1 file changed, 20 insertions(+)
16
17 diff --git a/kde-apps/kdeedu-data/kdeedu-data-15.12.3-r1.ebuild b/kde-apps/kdeedu-data/kdeedu-data-15.12.3-r1.ebuild
18 new file mode 100644
19 index 0000000..3133570
20 --- /dev/null
21 +++ b/kde-apps/kdeedu-data/kdeedu-data-15.12.3-r1.ebuild
22 @@ -0,0 +1,20 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=6
28 +
29 +KDE_AUTODEPS="false"
30 +inherit kde5
31 +
32 +DESCRIPTION="Shared icons, artwork and data files for educational applications"
33 +KEYWORDS="~amd64 ~x86"
34 +IUSE=""
35 +
36 +DEPEND="
37 + $(add_frameworks_dep extra-cmake-modules)
38 + $(add_qt_dep qtcore)
39 +"
40 +RDEPEND="
41 + !kde-apps/libkdeedu:4
42 +"