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 69C48138A87 for ; Mon, 23 Feb 2015 20:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BE3AE0891; Mon, 23 Feb 2015 20:50:07 +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 E1C9EE0897 for ; Mon, 23 Feb 2015 20:50:06 +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 B1AA634081A for ; Mon, 23 Feb 2015 20:50:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E09112667 for ; Mon, 23 Feb 2015 20:50:04 +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: <1424724540.f00b63d147da417dd7b061e89bf853f863c0c14a.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ktimer/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ktimer/ktimer-9999.ebuild X-VCS-Directories: kde-apps/ktimer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f00b63d147da417dd7b061e89bf853f863c0c14a X-VCS-Branch: master Date: Mon, 23 Feb 2015 20:50:04 +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: 6bf2a25f-bc03-4c4b-b996-daf37901597f X-Archives-Hash: 96516a4b5c397173a13efbec213316da commit: f00b63d147da417dd7b061e89bf853f863c0c14a Author: Johannes Huber gentoo org> AuthorDate: Mon Feb 23 20:49:00 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Feb 23 20:49:00 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f00b63d1 [kde-apps/ktimer] Ported to KF5 Package-Manager: portage-2.2.17 --- kde-apps/ktimer/ktimer-9999.ebuild | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/kde-apps/ktimer/ktimer-9999.ebuild b/kde-apps/ktimer/ktimer-9999.ebuild index 00197e0..bec3726 100644 --- a/kde-apps/ktimer/ktimer-9999.ebuild +++ b/kde-apps/ktimer/ktimer-9999.ebuild @@ -4,11 +4,25 @@ EAPI=5 -KDE_HANDBOOK="optional" -inherit kde4-base +KDE_HANDBOOK=true +inherit kde5 DESCRIPTION="KDE Timer" HOMEPAGE="http://www.kde.org/applications/utilities/ktimer http://utils.kde.org/projects/ktimer" KEYWORDS="" -IUSE="debug" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}"