From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-873233-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 0DD6959CA9
	for <garchives@archives.gentoo.org>; Tue, 29 Mar 2016 07:54:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 654DD21C007;
	Tue, 29 Mar 2016 07:54:12 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0C9B121C007
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Mar 2016 07:54:11 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6AAB3340C36
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Mar 2016 07:54:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CA906226
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Mar 2016 07:54:04 +0000 (UTC)
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1459237970.2314395288df9db482f2d07f5441b3fb16c739cd.johu@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeedu-data/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/kdeedu-data/kdeedu-data-15.12.3-r1.ebuild
X-VCS-Directories: kde-apps/kdeedu-data/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: 2314395288df9db482f2d07f5441b3fb16c739cd
X-VCS-Branch: master
Date: Tue, 29 Mar 2016 07:54:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c68a8690-0ad8-43e8-9748-c957149cb9db
X-Archives-Hash: ee51b6c7b2432946d7d3574aaa1a18b0

commit:     2314395288df9db482f2d07f5441b3fb16c739cd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 07:52:50 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 07:52:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23143952

kde-apps/kdeedu-data: Fix file collision

Gentoo-bug: 578344

Package-Manager: portage-2.2.28

 kde-apps/kdeedu-data/kdeedu-data-15.12.3-r1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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
new file mode 100644
index 0000000..3133570
--- /dev/null
+++ b/kde-apps/kdeedu-data/kdeedu-data-15.12.3-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="Shared icons, artwork and data files for educational applications"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep extra-cmake-modules)
+	$(add_qt_dep qtcore)
+"
+RDEPEND="
+	!kde-apps/libkdeedu:4
+"