From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79573138335 for ; Wed, 16 Oct 2019 22:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C09CBE0880; Wed, 16 Oct 2019 22:20:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAB5EE0880 for ; Wed, 16 Oct 2019 22:20:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 791D334BE25 for ; Wed, 16 Oct 2019 22:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845D9882 for ; Wed, 16 Oct 2019 22:20:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571263955.d7a89b492275a9e48923a397707d4c56e0e57159.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeedu-data/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeedu-data/kdeedu-data-9999.ebuild X-VCS-Directories: kde-apps/kdeedu-data/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d7a89b492275a9e48923a397707d4c56e0e57159 X-VCS-Branch: master Date: Wed, 16 Oct 2019 22:20:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f910a974-5ae6-47e1-966b-fec818e57e1c X-Archives-Hash: af88045d979982fd3a74e398e2cdfa32 commit: d7a89b492275a9e48923a397707d4c56e0e57159 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 22:12:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 22:12:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7a89b49 kde-apps/kdeedu-data: Port away from kde5.eclass This is using ECM, but on a very basic level. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeedu-data/kdeedu-data-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild b/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild index 9c381d8e4f..bcad874e9f 100644 --- a/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild +++ b/kde-apps/kdeedu-data/kdeedu-data-9999.ebuild @@ -3,15 +3,16 @@ EAPI=7 -KDE_AUTODEPS="false" -KDE_DEBUG="false" -inherit kde5 +inherit kde.org DESCRIPTION="Shared icons, artwork and data files for educational applications" + +LICENSE="GPL-2" +SLOT="5" KEYWORDS="" IUSE="" BDEPEND=" - $(add_frameworks_dep extra-cmake-modules) - $(add_qt_dep qtcore) + dev-qt/qtcore:5 + kde-frameworks/extra-cmake-modules:5 "