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 487D7138C1C for ; Mon, 2 Mar 2015 20:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38DC8E085E; Mon, 2 Mar 2015 20:15:01 +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 DD89AE085E for ; Mon, 2 Mar 2015 20:15:00 +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 AA3713409EA for ; Mon, 2 Mar 2015 20:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C9E712E56 for ; Mon, 2 Mar 2015 20:14:58 +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: <1425327168.334b58d1369ab3dd221a828527bc71ed8a8c20f7.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/killbots/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/killbots/killbots-9999.ebuild X-VCS-Directories: kde-apps/killbots/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 334b58d1369ab3dd221a828527bc71ed8a8c20f7 X-VCS-Branch: master Date: Mon, 2 Mar 2015 20:14:58 +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: caf29186-4d95-413a-9de3-bf57d64e760f X-Archives-Hash: 6c3b5e839360533be28fb4cfc34441a7 commit: 334b58d1369ab3dd221a828527bc71ed8a8c20f7 Author: Johannes Huber gentoo org> AuthorDate: Mon Mar 2 20:12:48 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Mar 2 20:12:48 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=334b58d1 [kde-apps/killbots] Ported to KF5 --- kde-apps/killbots/killbots-9999.ebuild | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/kde-apps/killbots/killbots-9999.ebuild b/kde-apps/killbots/killbots-9999.ebuild index c505afb..f102a19 100644 --- a/kde-apps/killbots/killbots-9999.ebuild +++ b/kde-apps/killbots/killbots-9999.ebuild @@ -4,14 +4,25 @@ EAPI=5 -KDE_HANDBOOK="optional" -VIRTUALX_REQUIRED="test" -inherit kde4-base +KDE_HANDBOOK=true +inherit kde5 DESCRIPTION="Kill the bots or they kill you!" HOMEPAGE="http://www.kde.org/applications/games/killbots/" KEYWORDS="" -IUSE="debug" +IUSE="" -DEPEND="$(add_kdeapps_dep libkdegames)" +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" RDEPEND="${DEPEND}"