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 B3F0F138AD6 for ; Thu, 26 Feb 2015 21:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 480D0E0934; Thu, 26 Feb 2015 21:51:19 +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 E1BBCE0934 for ; Thu, 26 Feb 2015 21:51:18 +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 8583A340B15 for ; Thu, 26 Feb 2015 21:51:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 643C3129E8 for ; Thu, 26 Feb 2015 21:51:15 +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: <1424987288.24729b049d24ba54231a2ae60181c33fe8342414.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kteatime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kteatime/kteatime-9999.ebuild X-VCS-Directories: kde-apps/kteatime/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 24729b049d24ba54231a2ae60181c33fe8342414 X-VCS-Branch: master Date: Thu, 26 Feb 2015 21:51:15 +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: 893aab72-a851-4dc0-9968-680923178cdc X-Archives-Hash: bfe19f3d224c8425bb971189f49baeee commit: 24729b049d24ba54231a2ae60181c33fe8342414 Author: Johannes Huber gentoo org> AuthorDate: Thu Feb 26 21:48:08 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Feb 26 21:48:08 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=24729b04 [kde-apps/kteatime] Ported to KF5 Package-Manager: portage-2.2.17 --- kde-apps/kteatime/kteatime-9999.ebuild | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/kde-apps/kteatime/kteatime-9999.ebuild b/kde-apps/kteatime/kteatime-9999.ebuild index 36fec11..409a4ff 100644 --- a/kde-apps/kteatime/kteatime-9999.ebuild +++ b/kde-apps/kteatime/kteatime-9999.ebuild @@ -4,10 +4,25 @@ EAPI=5 -KDE_HANDBOOK="optional" -inherit kde4-base +KDE_HANDBOOK=true +inherit kde5 DESCRIPTION="KDE timer for making a fine cup of tea" HOMEPAGE="http://www.kde.org/applications/games/kteatime" KEYWORDS="" -IUSE="debug" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}"