From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A3247138CA3 for ; Fri, 6 Mar 2015 19:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1FFE094A; Fri, 6 Mar 2015 19:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD67AE094A for ; Fri, 6 Mar 2015 19:36:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95B6734085F for ; Fri, 6 Mar 2015 19:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E572132EE for ; Fri, 6 Mar 2015 19:36:45 +0000 (UTC) From: "Johannes Huber" 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" Message-ID: <1425670524.ccf156027d774f398bcdc594b8e6b7152bcbc03b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kturtle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kturtle/kturtle-9999.ebuild X-VCS-Directories: kde-apps/kturtle/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ccf156027d774f398bcdc594b8e6b7152bcbc03b X-VCS-Branch: master Date: Fri, 6 Mar 2015 19:36:45 +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-Archives-Salt: 92b272b2-f514-4667-90d4-d03daeb5e4c5 X-Archives-Hash: 05769e6aacfab3fd52d570ca396933b9 commit: ccf156027d774f398bcdc594b8e6b7152bcbc03b Author: Johannes Huber gentoo org> AuthorDate: Fri Mar 6 19:35:24 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Mar 6 19:35:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccf15602 [kde-apps/kturtle] Ported to KF5 Package-Manager: portage-2.2.18 kde-apps/kturtle/kturtle-9999.ebuild | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/kde-apps/kturtle/kturtle-9999.ebuild b/kde-apps/kturtle/kturtle-9999.ebuild index b5faa00..11065ba 100644 --- a/kde-apps/kturtle/kturtle-9999.ebuild +++ b/kde-apps/kturtle/kturtle-9999.ebuild @@ -4,14 +4,28 @@ EAPI=5 -KDE_HANDBOOK="optional" -inherit kde4-base +KDE_HANDBOOK=true +inherit kde5 -DESCRIPTION="KDE: Educational programming environment using the Logo programming language" +DESCRIPTION="Educational programming environment using the Logo programming language" HOMEPAGE="http://www.kde.org/applications/education/kturtle http://edu.kde.org/kturtle" KEYWORDS="" -IUSE="debug" +IUSE="" -RDEPEND=" - $(add_kdeapps_dep knotify) +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 " +RDEPEND="${DEPEND}"