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 6F80759CB2 for ; Thu, 14 Apr 2016 20:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4670721C06A; Thu, 14 Apr 2016 20:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B908221C06A for ; Thu, 14 Apr 2016 20:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 531DD340C96 for ; Thu, 14 Apr 2016 20:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 988E0188 for ; Thu, 14 Apr 2016 20:00:22 +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: <1460664005.118ac466dce270e127bed46b8ab6f2dbec33318f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kig/kig-16.03.90.ebuild kde-apps/kig/kig-16.04.49.9999.ebuild kde-apps/kig/kig-9999.ebuild X-VCS-Directories: kde-apps/kig/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 118ac466dce270e127bed46b8ab6f2dbec33318f X-VCS-Branch: master Date: Thu, 14 Apr 2016 20:00:22 +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: 681273bf-c1f2-4df0-8d5f-3b591fb5d3e5 X-Archives-Hash: adddf026d809ea9a931f6bdd5bd3e60c commit: 118ac466dce270e127bed46b8ab6f2dbec33318f Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 14 20:00:05 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 14 20:00:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=118ac466 kde-apps/kig: Sync with tree Package-Manager: portage-2.2.28 kde-apps/kig/kig-16.03.90.ebuild | 8 +++++++- kde-apps/kig/kig-16.04.49.9999.ebuild | 8 +++++++- kde-apps/kig/kig-9999.ebuild | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/kde-apps/kig/kig-16.03.90.ebuild b/kde-apps/kig/kig-16.03.90.ebuild index 4e9c38e..538d0c6 100644 --- a/kde-apps/kig/kig-16.03.90.ebuild +++ b/kde-apps/kig/kig-16.03.90.ebuild @@ -5,6 +5,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde5 @@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(add_frameworks_dep ktexteditor) + test? ( + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep kitemmodels) + ) " PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" ) @@ -49,7 +54,6 @@ pkg_setup() { src_prepare() { kde5_src_prepare - python_fix_shebang . } @@ -57,6 +61,8 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) $(cmake-utils_use_find_package scripting BoostPython) + $(cmake-utils_use_find_package test KF5Emoticons) + $(cmake-utils_use_find_package test KF5ItemModels) ) kde5_src_configure diff --git a/kde-apps/kig/kig-16.04.49.9999.ebuild b/kde-apps/kig/kig-16.04.49.9999.ebuild index 1710b1c..8469398 100644 --- a/kde-apps/kig/kig-16.04.49.9999.ebuild +++ b/kde-apps/kig/kig-16.04.49.9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde5 @@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(add_frameworks_dep ktexteditor) + test? ( + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep kitemmodels) + ) " PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" ) @@ -49,7 +54,6 @@ pkg_setup() { src_prepare() { kde5_src_prepare - python_fix_shebang . } @@ -57,6 +61,8 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) $(cmake-utils_use_find_package scripting BoostPython) + $(cmake-utils_use_find_package test KF5Emoticons) + $(cmake-utils_use_find_package test KF5ItemModels) ) kde5_src_configure diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild index 1710b1c..8469398 100644 --- a/kde-apps/kig/kig-9999.ebuild +++ b/kde-apps/kig/kig-9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde5 @@ -38,6 +39,10 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(add_frameworks_dep ktexteditor) + test? ( + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep kitemmodels) + ) " PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" ) @@ -49,7 +54,6 @@ pkg_setup() { src_prepare() { kde5_src_prepare - python_fix_shebang . } @@ -57,6 +61,8 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) $(cmake-utils_use_find_package scripting BoostPython) + $(cmake-utils_use_find_package test KF5Emoticons) + $(cmake-utils_use_find_package test KF5ItemModels) ) kde5_src_configure