From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA9FC139086 for ; Fri, 20 Jan 2017 00:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45AA1E0C4D; Fri, 20 Jan 2017 00:02:02 +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 200B9E0C52 for ; Fri, 20 Jan 2017 00:02:01 +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 A0FB33412CB for ; Fri, 20 Jan 2017 00:02:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1988B299A for ; Fri, 20 Jan 2017 00:01:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1484863308.e50d52c111f4906d48ae28bde7bd8923f49f9dfc.asturm@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.12.49.9999.ebuild kde-apps/kig/kig-9999.ebuild X-VCS-Directories: kde-apps/kig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e50d52c111f4906d48ae28bde7bd8923f49f9dfc X-VCS-Branch: master Date: Fri, 20 Jan 2017 00:01:59 +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: 26315a1a-177a-4df9-8de1-94c7f010c372 X-Archives-Hash: 73110daa3f978d35a5aa105084ae0b03 commit: e50d52c111f4906d48ae28bde7bd8923f49f9dfc Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 19 22:01:48 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 19 22:01:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e50d52c1 kde-apps/kig: Drop unused DEPENDs, tests optional Upstream commit: cfd3982bcc3fb1edbaa4660e715a635c57d1be89 Package-Manager: portage-2.3.0 kde-apps/kig/kig-16.12.49.9999.ebuild | 8 +------- kde-apps/kig/kig-9999.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/kde-apps/kig/kig-16.12.49.9999.ebuild b/kde-apps/kig/kig-16.12.49.9999.ebuild index 3aa7685..293595f 100644 --- a/kde-apps/kig/kig-16.12.49.9999.ebuild +++ b/kde-apps/kig/kig-16.12.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" +KDE_TEST="optional" PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde5 @@ -39,10 +39,6 @@ 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" ) @@ -61,8 +57,6 @@ 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 3aa7685..293595f 100644 --- a/kde-apps/kig/kig-9999.ebuild +++ b/kde-apps/kig/kig-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" +KDE_TEST="optional" PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde5 @@ -39,10 +39,6 @@ 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" ) @@ -61,8 +57,6 @@ 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