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 1590E1389E2 for ; Fri, 26 Dec 2014 09:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD95E09F8; Fri, 26 Dec 2014 09:58:58 +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 7A12BE09F8 for ; Fri, 26 Dec 2014 09:58:58 +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 82A1C3405EB for ; Fri, 26 Dec 2014 09:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A320D670 for ; Fri, 26 Dec 2014 09:58:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1419587942.3b5e4f25b978a2fbb0dd388491b8bb786ff676ec.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-9999.ebuild dev-util/kdevelop/metadata.xml X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3b5e4f25b978a2fbb0dd388491b8bb786ff676ec X-VCS-Branch: master Date: Fri, 26 Dec 2014 09:58: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-Archives-Salt: 5b8af6c0-7559-4ae5-9cf5-2e0bfaa44b01 X-Archives-Hash: 1b98fe0ca6597611157e06e8727af618 commit: 3b5e4f25b978a2fbb0dd388491b8bb786ff676ec Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 26 09:59:02 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 26 09:59:02 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3b5e4f25 [dev-util/kdevelop] Various updates. Package-Manager: portage-2.2.15 --- dev-util/kdevelop/kdevelop-9999.ebuild | 15 ++++++++------- dev-util/kdevelop/metadata.xml | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 2c3cf7e..6e9f2a7 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -4,17 +4,15 @@ EAPI=5 -VIRTUALX_REQUIRED=test +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages" LICENSE="GPL-2 LGPL-2" -IUSE="+cmake +cxx debug okteta qthelp" +IUSE="+cmake +cxx debug qthelp runner" KEYWORDS="" -# TODO -# not packaged yet -# $(add_kdebase_dep kapptemplate) +# TODO: disabled upstream # okteta? ( $(add_kdebase_dep okteta) ) DEPEND=" $(add_frameworks_dep kcompletion) @@ -36,19 +34,21 @@ DEPEND=" dev-util/kdevplatform:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 - dev-qt/qtquick1:5 dev-qt/qtscript:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 qthelp? ( dev-qt/qthelp:5 ) + runner? ( $(add_frameworks_dep krunner) ) " RDEPEND="${DEPEND} - dev-qt/qtdeclarative:5 + $(add_kdeapps_dep kapptemplate) cxx? ( >=sys-devel/gdb-7.0[python] ) !dev-util/kdevelop:4 " + RESTRICT="test" # see bug 366471 @@ -58,6 +58,7 @@ src_configure() { $(cmake-utils_use_build cmake cmakebuilder) $(cmake-utils_use_build cxx cpp) $(cmake-utils_use_build qthelp) + $(cmake-utils_use_find_package runner KF5Runner) ) kde5_src_configure diff --git a/dev-util/kdevelop/metadata.xml b/dev-util/kdevelop/metadata.xml index d6717c3..413c33d 100644 --- a/dev-util/kdevelop/metadata.xml +++ b/dev-util/kdevelop/metadata.xml @@ -7,5 +7,6 @@ Enable GUI for attaching GDB to a running process Enable hex editor plugin Enable support for QtHelp documentation browsing + Enable the runner plugin for Plasma 5